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.
 
 
 
 
 
 
datatable.directory/resources/assets/sass/_funding.scss

17 lines
317 B

.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;
}
}
}