namesny-com/src/stylesheets/content.scss

16 lines
200 B
SCSS

@import "./variables.scss";
.contentWrapper {
overflow: auto;
a {
color: $blue;
}
}
.content {
box-sizing: border-box;
background-color: $white;
padding: 20px;
text-align: left;
}