Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
// Multiple Documanet Request Codes
@import './../../../../scss/themes/variables_ars_1.scss';
.multi-code {
display: flex;
padding-top: 12px;
border-bottom: 1px solid #ccc;
& input[type='text'],
select {
margin-right: 15px;
width: 231px;
}
}
.multi-label {
display: flex;
border-bottom: 1px solid #ccc;
& label {
display: block;
margin-right: 15px;
width: 231px;
}
}
.multi-align {
margin-top: 4px;
}
.level-line {
width: 99px;
}
.remove-set {
position: relative;
float: right;
margin: 3px;
width: 24px;
height: 24px;
opacity: 1;
&:hover {
opacity: 0.8;
}
&:focus {
outline: 1px solid $color-info;
}
cursor: pointer;
}
.icon-function {
&.disabled {
pointer-events: none;
cursor: not-allowed;
opacity: 0.5;
}
}
select {
&.disabled {
pointer-events: none;
cursor: not-allowed;
opacity: 0.5;
}
}