27 lines
297 B
SCSS
27 lines
297 B
SCSS
:host {
|
|
height: 100%;
|
|
background: #f5f6ff;
|
|
}
|
|
|
|
.clr-checkbox-wrapper {
|
|
&.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
|
|
.card {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 0;
|
|
|
|
.card-block {
|
|
flex: 1;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.accept-checkbox {
|
|
padding: 10px 15px
|
|
} |