Remove 'support' box
Remove 'support' box

File last commit:

3e13274f606b
906b3a18cede
Show More
support.scss
22 lines | 270 B | text/x-scss | ScssLexer
/ styles / support.scss
Replace hard-coded colors with variables.
r31 @charset "utf-8";
@import "palette";
Add root-directory files.
r2 #inner {
Replace hard-coded colors with variables.
r31 // Satisfy internal floated elements
Add root-directory files.
r2 overflow: hidden;
Replace hard-coded colors with variables.
r31 height: 100%;
border: none;
margin: 0 1em;
SASS-ify style sheets.
r33
img {
display: block;
margin: {
left: auto;
right: auto;
}
}
h3 {
color: $text-accent;
}
Replace hard-coded colors with variables.
r31 }