signal-publik: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 11:04:45 +02:00
parent bbba5f0721
commit 65654c6f71
1 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@
height: 100px;
line-height: 100px;
padding-left: 30px;
box-sizing: border-box;
a {
background: none;
text-indent: 0;
@ -139,7 +138,6 @@ div.gru-nav-wrapper {
pointer-events: all;
border-top: 0;
padding: 0 1rem;
box-sizing: border-box;
li:first-child {
margin-top: 1rem;
border-top: 1px solid $green;