Port SCSS changes from 5c32fbce98

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent f5ba261067
commit db0e83cf2e

@ -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;
}
}

Loading…
Cancel
Save