24 lines
328 B
SCSS
24 lines
328 B
SCSS
.ttl-show-picker {
|
|
padding: 0.5rem 0 1.6rem 2.4rem;
|
|
}
|
|
|
|
.ttl-picker-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
input.has-error,
|
|
input.has-error:focus,
|
|
input.has-error:hover {
|
|
border-color: $red-dark;
|
|
}
|
|
|
|
.ttl-value-error {
|
|
margin-top: 0.3em;
|
|
}
|
|
|
|
.description {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-content: center;
|
|
}
|