Fixes label
This commit is contained in:
parent
361b9ed69c
commit
862b494df3
|
@ -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">
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue