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