Better Css
Better Css
mat-button,
.mat-icon-button {
color: inherit;
background: 0 0
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent {
color: #3f51b5
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn {
color: #e91e63
}
.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay {
background-color: #3f51b5
}
.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay {
background-color: #e91e63
}
.mat-button-focus-overlay {
background: #000
}
.mat-fab {
color: #000000de;
background-color: #fff
}
.mat-fab.mat-accent,
.mat-fab.mat-warn {
color: #fff
}
.mat-fab.mat-accent {
background-color: #3f51b5
}
.mat-fab.mat-warn {
background-color: #e91e63
}
.mat-fab:not([class*=mat-elevation-z]) {
box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024, 0 5px 22px 4px
#0000001f
}
.mat-card {
background: #fff;
color: #000000de
}
.mat-cardF {
background: #fff;
color: #000000de;
width: 150px;
height: 80px
}
.mat-card4 {
background: #fff;
color: #000000de;
height: 520px
}
.mat-card44 {
background: #fff;
color: #000000de;
height: 200px;
width: 340px
}
.mat-card44sec {
background: #fff;
color: #000000de;
height: 300px
}
.mat-card444 {
background: #fff;
color: #000000de;
height: 230px
}
.mat-card4444 {
background: #fff;
color: #000000de;
height: 230px
}
.mat-card {
box-shadow: 0 5px 20px #0000000d !important;
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .05) !important;
margin: 15px;
padding: 0 !important;
border-radius: 4px
}
.mat-card .mat-card-subtitle {
font-weight: 400
}
.mat-card .mat-card-content {
font-size: 1rem;
line-height: 23px;
padding: 24px
}
.mat-card .mat-card-header {
padding: 12px;
border-radius: 4px 4px 0 0
}
.mat-card .mat-card-header .mat-card-subtitle,
.mat-card .mat-card-header .mat-card-subtitle:not(:first-child) {
margin-bottom: 0;
margin-top: 0;
font-size: 14px;
font-weight: 400
}
.mat-card .mat-card-subtitle {
margin-bottom: 20px
}
.row {
margin: 0 -10px
}
.button-row button {
margin-right: 2px;
margin-left: 2px
}
@keyframes heartbit {
0% {
transform: scale(0);
opacity: 0
}
25% {
transform: scale(.1);
opacity: .1
}
50% {
transform: scale(.5);
opacity: .3
}
75% {
transform: scale(.8);
opacity: .5
}
to {
transform: scale(1);
opacity: 0
}
}
html .page-wrapper {
height: calc(100vh - 64px)
}