1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 15:08:27 +02:00
cheatsheets/_sass/2017/components/site-header.scss
2017-09-19 15:01:10 +08:00

37 lines
471 B
SCSS

.site-header {
margin: 32px 0;
& > p {
margin: 0;
padding: 0;
text-align: center;
color: $base-mute;
}
& > p > a {
text-decoration: none;
}
& > h1 {
@include font-size(7);
margin: 0;
padding: 0;
color: $base-head;
font-weight: 300;
text-align: center;
}
& > .search {
margin-top: 32px;
}
& > .action {
margin-top: 32px;
}
& > .adbox {
margin-top: 32px;
margin-bottom: -16px;
}
}