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