feat(navbar): Delete a animation in the navigation bar
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
7eb7bb58a0
commit
543fb8d259
@ -35,25 +35,6 @@
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width: 382px) {
|
|
||||||
.nav-pills {
|
|
||||||
li {
|
|
||||||
display: inline-block;
|
|
||||||
transform: perspective(1px) translateZ(0);
|
|
||||||
transition-duration: .3s;
|
|
||||||
transition-property: transform;
|
|
||||||
transition-timing-function: ease-out;
|
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
&:active,
|
|
||||||
&:focus,
|
|
||||||
&:hover {
|
|
||||||
transform: translateY(8px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 382px) {
|
@media (max-width: 382px) {
|
||||||
.nav-right,
|
.nav-right,
|
||||||
.nav-pills li {
|
.nav-pills li {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user