Browse Source
Fix padding if empty button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/3024/head
John Molakvoæ (skjnldsv)
9 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
3 additions and
1 deletions
-
core/css/apps.scss
|
|
|
@ -615,7 +615,8 @@ em { |
|
|
|
align-items: center; |
|
|
|
width: auto; |
|
|
|
height: auto; |
|
|
|
padding: 0 !important; |
|
|
|
margin: 0; |
|
|
|
font-weight: inherit; |
|
|
|
/* prevent .action class to break the design */ |
|
|
|
&.action { |
|
|
|
padding: inherit !important; |
|
|
|
@ -641,6 +642,7 @@ em { |
|
|
|
} |
|
|
|
/* Add padding if contains icon+text */ |
|
|
|
&:not(:empty) { |
|
|
|
padding: 0 !important; |
|
|
|
padding-right: 10px !important; |
|
|
|
} |
|
|
|
> img { |
|
|
|
|