mirror of
https://github.com/JHUAPL/STIXMODELER_UI.git
synced 2026-01-09 22:38:01 -05:00
20 lines
464 B
SCSS
20 lines
464 B
SCSS
@use '../../../defaults';
|
|
|
|
input.def {
|
|
height: 39px;
|
|
border: 1px solid defaults.$standard-border-color;
|
|
background-color: transparent;
|
|
width: 97%;
|
|
padding-left: 10px;
|
|
color: defaults.$dark-font-0;
|
|
font-size: 16px;
|
|
font-family: defaults.$default-font-family;
|
|
}
|
|
|
|
.custom-file-selector {
|
|
border-radius: 5px;
|
|
padding: 5px 4px 5px 11px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
background-color: defaults.$default-active-bg;
|
|
} |