mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 12:20:30 +00:00
Create custom.scss
This commit is contained in:
parent
74ae0f09e6
commit
6a7b46a2fe
1 changed files with 6 additions and 0 deletions
6
_sass/custom/custom.scss
Normal file
6
_sass/custom/custom.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.label-grey {
|
||||
background-color: $grey-000;
|
||||
color: $white-000;
|
||||
padding: 0.25rem 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
Loading…
Reference in a new issue