Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 42481bb

Browse files
added spacing onto elements for poi in spanish (#7123)
Co-authored-by: Matin shafiei <matin@deriv.com>
1 parent 6cec204 commit 42481bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sass/_common/base/language_base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ body.ES {
9292
}
9393
}
9494

95+
body.ES, body.PT {
96+
.ui-accordion .ui-accordion-icons {
97+
padding-right: 1em;
98+
}
99+
}
100+
95101
body.RU {
96102
#frm_verify_email button {
97103
font-size: $FONT_SIZE_XS;

0 commit comments

Comments
 (0)