2022-11-14 14:08:06 +01:00
|
|
|
@import "constants";
|
|
|
|
|
2022-10-31 19:32:02 +01:00
|
|
|
[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;
|
|
|
|
color: #333333;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-1 {
|
2022-11-14 14:08:06 +01:00
|
|
|
margin-top: $default-spacer !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-8 {
|
2022-11-14 21:57:24 +01:00
|
|
|
padding-left: ($default-spacer * 8) !important;
|
2022-11-14 14:08:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.cell-group-header {
|
|
|
|
font-weight: 600;
|
2022-10-31 19:32:02 +01:00
|
|
|
}
|
2022-11-14 21:57:24 +01:00
|
|
|
|
|
|
|
.cell-disabled {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2022-11-15 14:21:49 +01:00
|
|
|
|
2023-06-22 16:43:36 +02:00
|
|
|
.manager-mandatory {
|
2022-11-15 14:21:49 +01:00
|
|
|
color: #A10005;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|