mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Init v1
This commit is contained in:
10
docs/_sass/global/brand.scss
Normal file
10
docs/_sass/global/brand.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
$w: 640px;
|
||||
$h: 160px;
|
||||
|
||||
.bulma-logo {
|
||||
--f: 0.25;
|
||||
display: inline-flex;
|
||||
height: calc(var(--f) * #{$h});
|
||||
vertical-align: top;
|
||||
width: calc(var(--f) * #{$w});
|
||||
}
|
||||
Reference in New Issue
Block a user