Fix Navigation menu shadow and added rules for icon in button

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-22 17:30:38 +01:00
parent 0a400c4259
commit 17f8067db5
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 2 additions and 0 deletions

View File

@ -620,6 +620,7 @@ em {
height: auto;
margin: 0;
font-weight: inherit;
box-shadow: none;
/* prevent .action class to break the design */
&.action {
padding: inherit !important;

View File

@ -140,6 +140,7 @@ button, .button {
&[class*=' icon-'] {
display: inline-block;
vertical-align: text-bottom;
opacity: 0.5;
}
}
}