Modify padding for classifiedlisting dropdown (#6165) [deploy]
This commit is contained in:
parent
cf2af6c2dc
commit
d05ceb4d98
1 changed files with 2 additions and 2 deletions
|
|
@ -419,7 +419,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 0px;
|
||||
padding: 9px 15px;
|
||||
padding: 9px 3px 9px 12px;
|
||||
position: relative;
|
||||
@include themeable(
|
||||
background,
|
||||
|
|
@ -480,7 +480,7 @@
|
|||
}
|
||||
}
|
||||
.single-classified-listing-body {
|
||||
padding: 10px 15px;
|
||||
padding: 10px 12px;
|
||||
font-size: 15px;
|
||||
.classified-listing-contact-cta {
|
||||
border: 2px solid $black;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue