mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
11 lines
166 B
SCSS
11 lines
166 B
SCSS
$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});
|
|
}
|