Port SCSS changes from 85bb32c410

This commit is contained in:
Thibaut Girka 2018-09-05 11:42:04 +02:00 committed by ThibG
parent 77e7da7d0d
commit 4b29a41f1d
1 changed files with 8 additions and 4 deletions

View File

@ -37,7 +37,8 @@
&:last-child {
.detailed-status,
.status {
.status,
.load-more {
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
@ -45,13 +46,15 @@
&:first-child {
.detailed-status,
.status {
.status,
.load-more {
border-radius: 4px 4px 0 0;
}
&:last-child {
.detailed-status,
.status {
.status,
.load-more {
border-radius: 4px;
}
}
@ -59,7 +62,8 @@
@media screen and (max-width: 740px) {
.detailed-status,
.status {
.status,
.load-more {
border-radius: 0 !important;
}
}