Add styles for quadrant pages

This commit is contained in:
Tom Raithel
2017-02-12 13:33:17 +01:00
parent 1f58dea853
commit c3fa34fc56
12 changed files with 84 additions and 48 deletions

View File

@@ -3,15 +3,26 @@
border-bottom: 1px solid var(--color-gray-normal);
display: block;
text-decoration: none;
transition: background 200ms ease-out;
&.is-active {
background: var(--color-gray-dark-alt);
}
&:hover {
background: var(--color-gray-dark-alt2);
}
&:first-child {
border-top: 1px solid var(--color-gray-normal);
}
&--no-leading-border {
&:first-child {
border-top: none;
}
}
&__title {
font-size: 16px;
color: var(--color-white);