update transitions to avoid lots of movement
All checks were successful
Static / build (push) Successful in 12s
All checks were successful
Static / build (push) Successful in 12s
This commit is contained in:
parent
0da1503c8c
commit
37145136b3
1 changed files with 8 additions and 6 deletions
|
@ -123,7 +123,11 @@ body,
|
|||
|
||||
a {
|
||||
color: #f3bbae;
|
||||
transition: all 0.3s;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
label>a {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -158,21 +162,19 @@ ul.custom-bullet li::before {
|
|||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0.35rem 0.75rem;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.tab:hover a,
|
||||
.tab:hover svg {
|
||||
color: #241917 !important;
|
||||
fill: #241917 !important;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.tab:hover label {
|
||||
background-color: #9a756c;
|
||||
color: #241917;
|
||||
font-weight: 700;
|
||||
transition: all 0.3s;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
|
@ -292,7 +294,7 @@ a {
|
|||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
transition: all 0.3s;
|
||||
transition: background-color 0.3s ease;
|
||||
visibility: hidden;
|
||||
z-index: 999;
|
||||
|
||||
|
@ -371,7 +373,7 @@ a {
|
|||
background-color: #9a756c;
|
||||
color: #241917 !important;
|
||||
font-weight: 700;
|
||||
transition: all 0.3s;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.modal-text {
|
||||
|
|
Loading…
Add table
Reference in a new issue