mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Dev: Nav bottom bar animation
This commit is contained in:
@@ -30,9 +30,17 @@
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
background: $blue-light;
|
||||
border-bottom: 3px solid #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bottom-bar {
|
||||
transition: left .3s;
|
||||
height: 3px;
|
||||
background: #fff;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 69px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user