73 lines
1 KiB
SCSS
73 lines
1 KiB
SCSS
@import "constants";
|
|
|
|
[data-reach-combobox-token-label] {
|
|
border: 1px solid #CCCCCC;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.form [data-reach-combobox-token-list] {
|
|
padding: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
list-style: none;
|
|
}
|
|
|
|
.form [data-reach-combobox-input]:not([class^='width-']) {
|
|
width: 100%;
|
|
min-width: 50%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.form [data-reach-combobox-token] button {
|
|
border: solid 1px #CCCCCC;
|
|
background-color: transparent;
|
|
border-radius: 4px;
|
|
padding: 8px;
|
|
margin-right: 8px;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.mt-1 {
|
|
margin-top: $default-spacer !important;
|
|
}
|
|
|
|
.pl-8 {
|
|
padding-left: ($default-spacer * 8) !important;
|
|
}
|
|
|
|
.cell-group-header {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.cell-disabled {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.manager-mandatory {
|
|
color: #A10005;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.main-content {
|
|
&__header {
|
|
.button_to {
|
|
display: inline;
|
|
}
|
|
|
|
.buttons {
|
|
text-align: right;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
}
|