p5.js-web-editor/styles/components/_preferences.scss

22 lines
458 B
SCSS
Raw Normal View History

2016-06-17 19:37:29 +02:00
.preferences {
2016-06-17 20:31:33 +02:00
background-color: $preferences-background-color;
2016-06-17 19:37:29 +02:00
display: none;
2016-06-17 20:31:33 +02:00
&--selected {
display: flex;
}
2016-06-17 19:37:29 +02:00
}
2016-06-17 20:31:33 +02: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 19:37:29 +02:00
}