2020-04-06 18:18:19 +00:00
|
|
|
.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;
|
|
|
|
}
|
2020-05-08 17:08:04 +00:00
|
|
|
|
|
|
|
.description {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-content: center;
|
|
|
|
}
|