2016-05-11 21:31:17 +02:00
|
|
|
.toolbar__play-button {
|
|
|
|
@extend %toolbar-button;
|
2016-05-12 23:22:54 +02:00
|
|
|
margin-right: #{15 / $base-font-size}rem;
|
2016-06-10 01:30:59 +02:00
|
|
|
&--selected {
|
2016-06-10 21:14:55 +02:00
|
|
|
@extend %toolbar-button--selected;
|
2016-05-13 00:11:09 +02:00
|
|
|
}
|
2016-05-12 23:22:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar__stop-button {
|
|
|
|
@extend %toolbar-button;
|
2016-06-10 01:30:59 +02:00
|
|
|
&--selected {
|
2016-06-10 21:14:55 +02:00
|
|
|
@extend %toolbar-button--selected;
|
2016-06-08 22:35:59 +02:00
|
|
|
}
|
2016-05-11 21:31:17 +02:00
|
|
|
}
|
|
|
|
|
2016-06-17 19:37:29 +02:00
|
|
|
.toolbar__preferences-button {
|
|
|
|
@extend %toolbar-button;
|
|
|
|
margin-left: auto;
|
|
|
|
&--selected {
|
|
|
|
@extend %toolbar-button--selected;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-11 21:31:17 +02:00
|
|
|
.toolbar__logo {
|
|
|
|
margin-right: #{30 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
padding: #{20 / $base-font-size}rem #{60 / $base-font-size}rem;
|
|
|
|
display: flex;
|
2016-06-08 22:35:59 +02:00
|
|
|
}
|