fix margins & ensmallen heading in product table suggestion

This commit is contained in:
haszari 2019-02-28 10:52:16 +13:00
parent 3eaba598dc
commit dbe80f826a
3 changed files with 5 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -58,13 +58,13 @@ a.suggestion-dismiss::before {
flex: 1 1 60%; flex: 1 1 60%;
h4 { h4 {
margin-top: 4px;
margin: 0; margin: 0;
margin-bottom: 0.5em;
} }
p { p {
margin: 0; margin: 0;
margin-bottom: 0.5em; margin-top: 4px;
color: $suggestions-copy-text; color: $suggestions-copy-text;
} }
} }
@ -170,11 +170,7 @@ a.suggestion-dismiss::before {
h4 { h4 {
margin: 0; margin: 0;
font-size: 1.2em; font-size: 14px;
}
p:last-child {
margin-bottom: 0;
} }
} }