Adds all expert settings

This commit is contained in:
inpsyde-maticluznar 2024-11-12 10:12:31 +01:00
parent 51b7b48381
commit e72cc8a213
No known key found for this signature in database
GPG key ID: D005973F231309F6
6 changed files with 101 additions and 11 deletions

View file

@ -184,16 +184,23 @@
}
}
input[type='text'] {
input[type='text'], select {
border-color: $color-gray-700;
width: 282px;
max-width: 100%;
color: $color-gray-800;
}
input[type='text'] {
&::placeholder {
color: $color-gray-700;
}
}
.ppcp-r-select-no-value-assigned > div > select {
color: $color-gray-600;
}
&__sandbox {
button.is-secondary {
@include small-button;