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.
41 lines
479 B
41 lines
479 B
6 years ago
|
.label {
|
||
|
display: inline-block;
|
||
|
margin: 2px;
|
||
|
color: $white;
|
||
|
/** text-align: center; **/
|
||
|
white-space: nowrap;
|
||
|
line-height: 1;
|
||
|
cursor: default;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
margin-bottom: 2px;
|
||
|
color: $helpTextColor;
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
|
||
|
/** Kinds **/
|
||
|
|
||
|
/** Sizes **/
|
||
|
|
||
|
.small {
|
||
|
padding: 1px 3px;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
|
||
|
.medium {
|
||
|
padding: 2px 5px;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.large {
|
||
|
padding: 3px 7px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
/** Outline **/
|
||
|
|
||
|
.outline {
|
||
|
background-color: $white;
|
||
|
}
|