Port SCSS changes from 273e8f0474

lolsob-rspec
Thibaut Girka 2018-09-05 11:36:24 +02:00 committed by ThibG
parent d465da45b4
commit f5ba261067
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
margin-bottom: 10px; margin-bottom: 10px;
text-align: left;
@media screen and (max-width: $no-gap-breakpoint) { @media screen and (max-width: $no-gap-breakpoint) {
margin-bottom: 0; margin-bottom: 0;
@ -63,6 +64,10 @@
} }
} }
} }
&--highlighted .entry {
background: lighten($ui-base-color, 8%);
}
} }
.button.logo-button { .button.logo-button {