UNPKG
yoda-common-boilerplate
Version:
latest (1.0.0)
1.0.0
Repository of all JCP reusable atoms, molecules and organisms
yoda-common-boilerplate
/
src
/
atoms
/
Label
/
Label.css
17 lines
(15 loc)
•
275 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.label
{
display
: inline;
padding
:
0.2em
0.6em
0.3em
;
font-size
:
75%
;
font-weight
:
700
;
line-height
:
1
;
color
:
#fff
;
text-align
: center;
white-space
: nowrap;
vertical-align
: baseline;
border-radius
:
0.25em
; }
.label-default
{
background-color
:
#777
; }