1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/_nav.scss
2018-04-13 16:50:37 -04:00

28 lines
307 B
SCSS

[role='banner'] {
background: $black;
margin-bottom: 1em;
padding: 0.5em 0;
.container {
display: flex;
}
h1 {
flex: 0;
}
a {
color: $white;
text-decoration: none;
&:hover {
color: $link-color;
}
}
.user-nav {
flex: 1;
text-align: right;
}
}