Improve light theme (#10992)

This commit is contained in:
Eugen Rochko 2019-06-08 10:23:41 +02:00 committed by GitHub
commit f4bc77f290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 290 additions and 51 deletions

View file

@ -4,6 +4,10 @@
overflow: hidden;
margin-bottom: 10px;
&--under-tabs {
border-radius: 0 0 4px 4px;
}
@media screen and (max-width: $no-gap-breakpoint) {
margin-bottom: 0;
border-radius: 0;