Update transitions
This commit is contained in:
parent
abfcb3c990
commit
d5c9f70f58
@ -81,7 +81,6 @@ button {
|
||||
|
||||
.darkButton{
|
||||
background-color: #00e1ff;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.source-btn {
|
||||
@ -96,7 +95,6 @@ button {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.dsc-btn {
|
||||
@ -111,7 +109,6 @@ button {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.clr-btn {
|
||||
@ -126,7 +123,6 @@ button {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
@ -136,10 +132,12 @@ button:hover {
|
||||
|
||||
.source-btn:hover {
|
||||
background-color: #000000;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.dsc-btn:hover {
|
||||
background-color: #5b209a;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user