0
0
Fork 0

Fix oddities with public profile CSS (#4341)

* Fix oddities with public profile CSS

* Remove trailing whitespace
This commit is contained in:
Eugen Rochko 2017-07-24 17:56:50 +02:00 committed by GitHub
parent 462b3752e4
commit 1306d637a2
2 changed files with 15 additions and 3 deletions

View file

@ -36,6 +36,18 @@
}
}
&.with-header {
.entry {
&:first-child {
&,
.detailed-status.light,
.status.light {
border-radius: 0;
}
}
}
}
.status.light {
padding: 14px 14px 14px (48px + 14px * 2);
position: relative;