init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
14
assets/styles/components/_label.scss
Normal file
14
assets/styles/components/_label.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.label {
|
||||
font-size: 1.125rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.b-tooltip {
|
||||
margin: 0 .45rem;
|
||||
}
|
||||
|
||||
&.is-primary {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue