12 lines
209 B
SCSS
12 lines
209 B
SCSS
|
.toolbar__play-button {
|
||
|
@extend %toolbar-button;
|
||
|
}
|
||
|
|
||
|
.toolbar__logo {
|
||
|
margin-right: #{30 / $base-font-size}rem;
|
||
|
}
|
||
|
|
||
|
.toolbar {
|
||
|
padding: #{20 / $base-font-size}rem #{60 / $base-font-size}rem;
|
||
|
display: flex;
|
||
|
}
|