Mercurial > nebulaweb3
annotate default/assets/scss/components/_progress.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
rev | line source |
---|---|
0 | 1 // main: ../style.scss |
2 /******************************** | |
3 ********************************* | |
4 Progress | |
5 ********************************* | |
6 *********************************/ | |
7 .progress { | |
8 .progress-bar { | |
9 height: 100%; | |
10 } | |
11 &.progress-xsm { | |
12 height: rem(20); | |
13 margin: em(7) 0; | |
14 } | |
15 &.progress-sm { | |
16 height: rem(10); | |
17 margin: em(5) 0; | |
18 } | |
19 | |
20 &.inverse { | |
21 background: rgba(255,255,255,.3); | |
22 } | |
23 } | |
24 | |
25 .progress-lg { | |
26 .progress-bar { | |
27 height: 100%; | |
28 } | |
29 } |