Add logo-small CSS class
This commit is contained in:
parent
3c76e1d657
commit
d8f5010150
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,8 @@ $subtitle-color: $grey-dark;
|
|||
$body-background-color: darken($background-base-color, 3);
|
||||
$body-size: 15px;
|
||||
|
||||
$background: $background-base-color;
|
||||
|
||||
$footer-background-color: $background-base-color;
|
||||
$footer-padding: 1rem;
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
@import "bulma/bulma";
|
||||
@import "autocomplete";
|
||||
|
||||
.logo-small {
|
||||
width: 8em;
|
||||
vertical-align: middle;
|
||||
margin: 0 0.2em;
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 3px;
|
||||
border-radius: 50px;
|
||||
|
|
Loading…
Reference in a new issue