Migrate angular components
This commit is contained in:
@@ -25,11 +25,6 @@
|
|||||||
height: 250px;
|
height: 250px;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
|
|
||||||
mat-card-content {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
mat-form-field {
|
mat-form-field {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,9 +38,6 @@ h1.topbar-app-name {
|
|||||||
mat-sidenav {
|
mat-sidenav {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
mat-card.app-card {
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
.list-container {
|
.list-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -66,7 +63,7 @@ mat-card.app-card {
|
|||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
padding: 4px 12px 0;
|
padding: 4px 12px 0;
|
||||||
}
|
}
|
||||||
.mat-form-field {
|
.mat-mdc-form-field {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -179,7 +176,7 @@ a:visited {
|
|||||||
background-color: rgba(100, 100, 100, 0.3);
|
background-color: rgba(100, 100, 100, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-dialog-container {
|
.mat-mdc-dialog-container {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -219,7 +216,7 @@ a:visited {
|
|||||||
background: #9ad284;
|
background: #9ad284;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-simple-snackbar {
|
::ng-deep .mat-mdc-simple-snack-bar {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user