2016-06-17 17:37:29 +00:00
|
|
|
.preferences {
|
2016-06-20 16:04:58 +00:00
|
|
|
background-color: $light-preferences-background-color;
|
2016-06-17 17:37:29 +00:00
|
|
|
display: none;
|
2016-06-20 16:45:15 +00:00
|
|
|
font-family: 'Montserrat', sans-serif;
|
2016-06-17 18:31:33 +00:00
|
|
|
&--selected {
|
|
|
|
display: flex;
|
|
|
|
}
|
2016-06-17 17:37:29 +00:00
|
|
|
}
|
|
|
|
|
2016-06-17 18:31:33 +00:00
|
|
|
.preferences__exit-button {
|
2016-06-20 16:04:58 +00:00
|
|
|
@extend %preferences-button;
|
2016-06-17 18:31:33 +00:00
|
|
|
margin-left: auto;
|
2016-06-20 16:04:58 +00:00
|
|
|
background-color: $light-preferences-background-color;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $light-preferences-background-color;
|
|
|
|
}
|
2016-06-17 17:37:29 +00:00
|
|
|
}
|
2016-06-20 16:45:15 +00:00
|
|
|
|
|
|
|
.preferences__title-text {
|
|
|
|
margin-left: #{20 / $base-font-size}rem;
|
|
|
|
font-size: $menu-font-size;
|
|
|
|
font-color: white;
|
|
|
|
height: #{44 / $base-font-size}rem;
|
|
|
|
line-height: #{44 / $base-font-size}rem;
|
|
|
|
}
|