Update styles for links in paragraphs and adjust selectize input width

- Changed link color to black and set font weight to 600 in paragraph styles.
- Ensured selectize input within PM_ASCriterionStepEnable class takes full width.
This commit is contained in:
2025-07-31 12:09:46 +02:00
parent 4c1811b8f6
commit f5dd06f0bc
3 changed files with 12 additions and 3 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

@@ -1647,7 +1647,8 @@ button[aria-expanded='true'] .chevron_sort_container img {
p {
a {
color: $cTxtLavender;
color: #000;
font-weight: 600;
}
}
}
@@ -4474,6 +4475,14 @@ body#checkout .modal-content li {
}
}
.PM_ASCriterionStepEnable {
.selectize-control {
.selectize-input {
width: 100% !important;
}
}
}
.subpage-ekomi {
max-width: 1200px;
margin: auto;