More mixin docs

This commit is contained in:
Jeremy Thomas
2021-09-19 01:38:25 +01:00
parent 8def6f6afa
commit e3eb763bfb
3 changed files with 109 additions and 3 deletions

View File

@@ -22362,3 +22362,31 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
min-width: 32px;
width: 32px;
}
.bulma-loader-mixin {
animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb;
border-radius: 9999px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 1em;
position: relative;
width: 1em;
}
.bulma-block-mixin:not(:last-child) {
margin-bottom: 1rem;
}
.bulma-fa-mixin {
display: inline-block;
font-size: 1rem;
height: 2rem;
line-height: 2rem;
text-align: center;
vertical-align: top;
width: 2rem;
background-color: lavender;
}