mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: More consistent paddinds on section title arrow icons
This commit is contained in:
@@ -806,11 +806,20 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
color: #6c7bab;
|
color: #6c7bab;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons.chevron_right:before {
|
.sectionTitleTextButton {
|
||||||
|
padding-inline: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sectionTitleTextButton>* {
|
||||||
|
padding: .3em 0 !important;
|
||||||
|
margin: 0 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sectionTitleTextButton>.material-icons::before {
|
||||||
border: solid 1px;
|
border: solid 1px;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
line-height: 1.75em;
|
line-height: 1.4em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-inline-start: .5em;
|
margin-inline-start: .5em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user