datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
317 B
18 lines
317 B
6 years ago
|
.funding-progress {
|
||
|
height: 2rem;
|
||
|
@extend .box-shadow;
|
||
|
border: 1px solid $success;
|
||
|
.progress-bar {
|
||
|
span {
|
||
|
display: inline-block;
|
||
|
white-space: nowrap;
|
||
|
padding: dist(1);
|
||
|
font-size: 1rem;
|
||
|
color: white;
|
||
|
text-shadow: 0 1px 2px black,
|
||
|
0 1px 2px black;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|
||
|
}
|