fix(styling): copy module link color and other small stuff

This commit is contained in:
Benedikt Rötsch
2017-10-06 16:58:31 +02:00
committed by Benedikt Rötsch
parent d75464dd77
commit 613a790d9e
4 changed files with 27 additions and 0 deletions

View File

@@ -25,3 +25,9 @@ p, label, .form-item {
}
}
}
p {
&:last-child {
margin-bottom: 0;
}
}

View File

@@ -8,6 +8,13 @@
border-radius: var(--border-radius);
color: var(--module-copy-emphasized-color);
& a {
color: inherit;
&:hover {
color: #fff;
}
}
@media (--breakpoint-desktop) {
flex-wrap: nowrap;
}

View File

@@ -3,6 +3,7 @@
position: relative;
overflow: hidden;
height: 50vh;
min-height: 250px;
max-height: 500px;
border-radius: var(--border-radius);
background-size: cover;