20 lines
235 B
CSS
20 lines
235 B
CSS
:host {
|
|
display: block;
|
|
margin: 20px;
|
|
}
|
|
|
|
.awardee-form {
|
|
min-width: 150px;
|
|
max-width: 500px;
|
|
width: 100%;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
button + mat-divider {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|