microlab
/
old-website
Archived
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

75 lines
1.0 KiB
SCSS

@import "variables";
@import "fonts";
html,body {margin:0;}
body {
display:flex;
height:100vh;
font-size:1.2em;
background:$color-background;
color:$color-text;
// font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-family: "Rubik", Roboto, sans-serif;
}
hr {
border:0 0 10px 0;
border-style:dashed;
border-color:#000;
}
a {
text-decoration:none;
color:$color-alert;
}
.alert {
color:$color-alert;
}
aside {
display:flex;
flex-direction:column;
justify-content:space-around;
flex:0 0 25%;
text-transform:uppercase;
text-align:center;
background:url(../img/dots-top.png) left top no-repeat, url(../img/dots-bottom.png) right bottom no-repeat;
background-size:100%, 100%;
background-color:$color-primary;
color:#fff;
img {
max-width:40%;
margin:0 auto;
}
nav {
font-weight:bold;
ul {
margin:0;
padding:0;
list-style-type:none;
a {
color:#fff;
}
li {
padding:0.8em 0;
&:hover {
background-color:#fff;
color:#000;
}
}
}
}
}
section {
padding:4em;
}