mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
21 lines
499 B
SCSS
21 lines
499 B
SCSS
.ascribe-progress-bar {
|
|
margin-bottom: 0;
|
|
|
|
> .progress-bar {
|
|
background-color: $ascribe-dark-blue;
|
|
}
|
|
|
|
span {
|
|
font-size: 1.2em;
|
|
color: white;
|
|
text-shadow: -1px 0 $ascribe--button-default-color,
|
|
0 1px $ascribe--button-default-color,
|
|
1px 0 $ascribe--button-default-color,
|
|
0 -1px $ascribe--button-default-color;
|
|
}
|
|
}
|
|
|
|
.ascribe-progress-bar.ascribe-progress-bar-xs {
|
|
height: 12px;
|
|
}
|