Files
STIXMODELER_UI/stix-modeler-app/src/components/ui/inputs/fileselector.scss
2025-10-14 09:45:57 -04:00

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;
}