24 lines
264 B
SCSS
24 lines
264 B
SCSS
:host {
|
|
display: block;
|
|
}
|
|
|
|
.mat-dialog-content {
|
|
min-height: 120px;
|
|
max-width: 400px;
|
|
}
|
|
|
|
.success-message {
|
|
color: #4caf50;
|
|
font-weight: 500;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
mat-form-field {
|
|
width: 100%;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
button {
|
|
margin-left: 8px;
|
|
}
|