Fixes label

This commit is contained in:
Aaron Louie 2020-09-24 09:46:48 -04:00
parent 361b9ed69c
commit 862b494df3
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
>
<mat-card fxFlex="50%">
<mat-card-header>
<h1>Change Settings</h1>
<h1>Update Occupancy Count</h1>
</mat-card-header>
<mat-card-content fxLayout="row wrap" fxLayoutAlign="center center">

View File

@ -136,6 +136,10 @@
button {
&:focus {
box-shadow: 0 0 0 2px white, 0 0 0 4px $brand-accent !important;
.mat-button-wrapper {
text-shadow: 0 0 0 2px white, 0 0 0 4px $brand-accent !important;
}
}
&.btn-xl {