UNPKG

217 BCSSView Raw
1.map {
2 background: #E0ECED;
3}
4.wrapper {
5 position: relative;
6}
7#progress {
8 position: absolute;
9 bottom: 0;
10 left: 0;
11 height: 2px;
12 background: rgba(0, 60, 136, 0.4);
13 width: 0;
14 transition: width 250ms;
15}
\No newline at end of file