9 lines
126 B
SCSS
9 lines
126 B
SCSS
window {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
window > box {
|
|
margin: 0px 15px;
|
|
}
|