@import "../../../styles/colors.scss"; :host.ng-invalid { .form-field-wrapper { border: 1px solid $color-warning-1; border-radius: 4px; } } .form-field-wrapper { margin-top: 20px; cursor: pointer; border-radius: 4px; box-shadow: 0 2px 4px 0 rgba(39, 42, 72, 0.1); &.disabled { cursor: unset; } .form-part { ::ng-deep { &.mat-form-field { width: 100%; } } } } .chevron { position: absolute; right: 0; width: 12px; height: 12px; margin: 0 4px; border: none; background-image: url("/graviditetsmappen/assets/img/ic_chevron_right.svg"); background-repeat: no-repeat; } ::ng-deep { .form-field-wrapper { .mat-form-field-wrapper { margin: 0 !important; padding-bottom: 0 !important; } } } .help-text { color: $color-text-default; font-family: "PT Sans"; font-size: 16px; letter-spacing: 0; line-height: 20px; margin: 20px 0 20px 0; } .section { flex-direction: column; display: flex; background-color: white; border-radius: 2px; border: 1px solid $color-gray2; margin-top: 13px; width: 530px; .section-row { display: inline-flex; justify-content: space-between; border-top: 1px solid $color-gray2; padding: 0 15px; } .activity-title { color: $color-text-default; font-size: 16px; letter-spacing: 0; line-height: 50px; } .activity-checkbox { width: 100%; background-color: rgba(255,255,255,0); border-top: 1px solid $color-gray2; padding: 0 15px; } ::ng-deep { mat-radio-group { display: flex; flex-direction: column; mat-radio-button { width: 100%; padding: 10px !important; height: 50px; border-bottom: 1px solid $color-white-1; &:last-child { border-bottom: none; } .mat-radio-label-content { width: 100%; } .title { color: $color-text-default; font-family: "PT Sans"; font-size: 16px; letter-spacing: 0; line-height: 20px; width: calc(100% - 100px); float: left; } .time { color: $color-text-dimmed; font-family: "PT Sans"; font-size: 14px; letter-spacing: 0; line-height: 18px; text-align: right; width: 100px; float: right; &:after { clear: both; } } } } } } .button-container { position: fixed; bottom: 0; background-color: $color-gray0; padding: 0 0 20px 0; button { height: 52px; width: 257px; float: left; &:not(:last-child) { margin-right: 16px; } &:after { clear: both; } } }