b32527e057
This reverts commit 7f8f7c2aa15c8b8c6a7449d177f46f8a417e2f67.
15 lines
178 B
SCSS
15 lines
178 B
SCSS
.label {
|
|
font-size: 1.125rem;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
|
|
.b-tooltip {
|
|
margin: 0 .45rem;
|
|
}
|
|
|
|
&.is-primary {
|
|
color: $primary;
|
|
}
|
|
}
|