Merge branch 'dev' into feature/change-email
commit
234ce799cc
|
@ -17,11 +17,11 @@
|
|||
// *****************************************************************************
|
||||
@use "@angular/material" as mat;
|
||||
@use "components/buttons" as buttons;
|
||||
@use "components/cards" as cads;
|
||||
@use "components/cards" as cards;
|
||||
@use "mycroft-theme" as theme;
|
||||
|
||||
mat-card {
|
||||
@include cads.section-card;
|
||||
@include cards.section-card;
|
||||
max-width: 700px;
|
||||
|
||||
mat-card-title {
|
||||
|
|
|
@ -61,7 +61,7 @@ fa-icon {
|
|||
#installing-button {
|
||||
@include install-status;
|
||||
background-color: mat.get-color-from-palette(theme.$mycroft-accent, A100);;
|
||||
color: mat.get-color-from-palette(theme.$mycroft-accent);
|
||||
color: mat.get-color-from-palette(theme.$mycroft-accent, 800);
|
||||
mat-spinner {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Reference in New Issue