Fixed transitions
This commit is contained in:
parent
3768ee4246
commit
45af5c3fcb
@ -88,6 +88,7 @@ button {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.dsc-btn {
|
||||
@ -102,6 +103,7 @@ button {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.clr-btn {
|
||||
@ -116,6 +118,7 @@ button {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
@ -132,6 +135,9 @@ button:hover {
|
||||
background-color: #5b209a;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.clr-btn:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user