add a nice transition

This commit is contained in:
Dean @ Skool
2024-02-22 07:52:21 -05:00
parent 30628b3b82
commit 968ff2f78b
+6 -1
View File
@@ -91,7 +91,7 @@ body::-webkit-scrollbar-corner {
margin-bottom: 20px;
input {
width: 60vh;
width: 50vh;
height: 7vh;
border-radius: 2vh;
font-size: 3vh;
@@ -99,6 +99,11 @@ body::-webkit-scrollbar-corner {
margin-right: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
transition: all 0.5s ease;
}
input:focus{
width: 60vh;
}
select {