Initial Working Copy
This commit is contained in:
commit
0731843a82
357 changed files with 120880 additions and 0 deletions
26
html/assets/sass/ct-paper/_labels.scss
Normal file
26
html/assets/sass/ct-paper/_labels.scss
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/* Labels & Progress-bar */
|
||||
.label{
|
||||
padding: 0.4em 0.6em;
|
||||
border-radius: 10px;
|
||||
color: #FFFFFF;
|
||||
font-weight: 500;
|
||||
font-size: 0.75em;
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.label-primary{
|
||||
background-color: $primary-color;
|
||||
}
|
||||
.label-info{
|
||||
background-color: $info-color;
|
||||
}
|
||||
.label-success{
|
||||
background-color: $success-color;
|
||||
}
|
||||
.label-warning{
|
||||
background-color: $warning-color;
|
||||
}
|
||||
.label-danger{
|
||||
background-color: $danger-color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue