p5.js-web-editor/styles/components/_preferences.scss
2016-06-17 14:31:33 -04:00

21 lines
458 B
SCSS

.preferences {
background-color: $preferences-background-color;
display: none;
&--selected {
display: flex;
}
}
.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;
}