28 lines
279 B
SCSS
28 lines
279 B
SCSS
@import
|
|
'./shared',
|
|
'minx/src/reset',
|
|
'minx/src/elements',
|
|
'./grid';
|
|
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
body {
|
|
padding-bottom: 120px;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
::selection {
|
|
background: rgba(200,200,255,.1);
|
|
}
|