You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/angular/assets/styles/style.css

34 lines
399 B
CSS

.mat-raised-button {
margin-top: 5px !important;
max-height: 36px;
}
.mat-card {
padding: 12px 24px !important;
}
.mat-card-header-text {
margin: 0 !important;
}
.mat-form-field-wrapper {
width: 100%;
margin: 0 15px 0 0;
}
.mat-select {
margin: 0 15px 0 0;
}
.green {
color: #388e3c !important;
}
.red {
color: #c62828 !important;
}
.yellow {
color: #ffd740 !important;
}