2016-06-17 17:37:29 +00:00
|
|
|
.preferences {
|
2016-06-17 18:31:33 +00:00
|
|
|
background-color: $preferences-background-color;
|
2016-06-17 17:37:29 +00:00
|
|
|
display: none;
|
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 {
|
|
|
|
background-color: $light-button-background-color;
|
|
|
|
color: $light-button-color;
|
|
|
|
display: inline-block;
|
|
|
|
height: #{44 / $base-font-size}rem;
|
|
|
|
width: #{44 / $base-font-size}rem;
|
|
|
|
text-align: center;
|
|
|
|
line-height: #{50 / $base-font-size}rem;
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
margin-left: auto;
|
2016-06-17 17:37:29 +00:00
|
|
|
}
|