mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
16 lines
No EOL
182 B
SCSS
16 lines
No EOL
182 B
SCSS
:host {
|
|
display: block;
|
|
}
|
|
|
|
.input-example {
|
|
display: block;
|
|
margin-top: 1rem;
|
|
|
|
label, mat-radio-button {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
textarea {
|
|
min-height: 3rem;
|
|
}
|
|
} |