@import "../../../styles/colors.scss"; .field-box { border-radius: 4px; background-color: rgba(221,221,228,0.4); width: 100%; padding: 15px; margin-bottom: 20px; } h3:not(:first-child) { margin-top: 20px; } .spacer { height: 75px; display: block; } form { width: 910px; .measurement-date { ::ng-deep .mat-form-field-wrapper { margin-top: 20px; } } } .button-container { position: fixed; bottom: 0; width: 100%; background-color: $color-gray0; padding: 0 0 20px 0; button { height: 52px; width: 448px; float: left; &:last-child { margin-right: 10px; } &:first-child { margin-right: 10px; } &:after { clear: both; } } }