fix margins & ensmallen heading in product table suggestion
This commit is contained in:
parent
3eaba598dc
commit
dbe80f826a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -58,13 +58,13 @@ a.suggestion-dismiss::before {
|
|||
flex: 1 1 60%;
|
||||
|
||||
h4 {
|
||||
margin-top: 4px;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 4px;
|
||||
color: $suggestions-copy-text;
|
||||
}
|
||||
}
|
||||
|
@ -170,11 +170,7 @@ a.suggestion-dismiss::before {
|
|||
|
||||
h4 {
|
||||
margin: 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue