22 lines
263 B
SCSS
22 lines
263 B
SCSS
.pe-input-container {
|
|
width: 100%;
|
|
}
|
|
|
|
.textinput-error-box {
|
|
margin: 0px 2px 0px 5px;
|
|
font-size: 0.85rem;
|
|
color: red;
|
|
}
|
|
|
|
.select-option:hover {
|
|
background-color: white;
|
|
}
|
|
|
|
.skinny-input {
|
|
width: 140px;
|
|
}
|
|
|
|
.skinny-column {
|
|
width: 140px !important;
|
|
}
|