Files
dc/client/src/app/shared/terms/terms.component.scss
T
Mihajlo Medjedovic e32d44b1bc
Build / Build-and-ng-test (pull_request) Failing after 52s
fix: terms and conditions colours, editor on smaller screens show only icons
2024-06-07 16:34:47 +02:00

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
}