Files
developer-roadmap/components/header/style.scss

32 lines
496 B
SCSS
Raw Normal View History

2019-09-04 15:27:00 +04:00
.page-header {
padding-top: 25px;
font-size: 18px;
.brand a {
background: #101010;
color: white;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
}
.nav-links {
a {
padding: 0 10px;
text-decoration: none;
font-size: 16px;
color: #101010;
}
.signup {
background: #101010;
color: #ffffff;
padding: 7px 10px;
margin-left: 15px;
&:hover {
background: #2d2d2d;
}
}
}
}