blob: dad3a24bdcc5901c5b19308c6f090e70da2ef898 [file] [log] [blame]
@use '~@angular/material' as mat;
div.message {
padding: 20px;
}
.status-ready {
color: mat.get-color-from-palette(mat.define-palette(mat.$blue-palette));
}
.status-not-ready {
color: mat.get-color-from-palette(mat.define-palette(mat.$grey-palette, 900, 900, 900), darker);
}
.footer {
width: 100%;
padding: 0 20px;
}