2015-05-01 09:39:03 -04:00
|
|
|
@import "bourbon/bourbon";
|
|
|
|
@import "base/grid-settings";
|
|
|
|
@import "neat/neat";
|
|
|
|
@import "base/base";
|
|
|
|
|
|
|
|
|
2015-05-01 15:50:11 -04:00
|
|
|
a[href=""] {
|
|
|
|
outline: 1px solid red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editor {
|
2015-05-01 09:39:03 -04:00
|
|
|
text-align: center ;
|
|
|
|
margin-top: 30px;
|
2015-05-01 15:50:11 -04:00
|
|
|
display: none;
|
2015-05-01 09:39:03 -04:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scratch_unsupported p {
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 22px;
|
|
|
|
margin-top: 14px;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
2015-05-01 15:50:11 -04:00
|
|
|
body > main {
|
|
|
|
> header,
|
|
|
|
> article > header,
|
|
|
|
> article > section,
|
|
|
|
> footer {
|
|
|
|
> div {
|
|
|
|
@include outer-container;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dialog {
|
|
|
|
@include span-columns(4);
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
section {
|
|
|
|
@include span-columns(4);
|
|
|
|
@include shift(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
@include span-columns(2);
|
|
|
|
&:first-of-type {
|
|
|
|
@include shift(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
footer, main header {
|
|
|
|
background-color: $alt-background-color;
|
|
|
|
color: $white;
|
|
|
|
}
|