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:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user