/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/dev-app/input/input-demo.scss
49 строк
581 B
Kristiyan Kostadinov
build: migrate MDC input demo (#25506)
21 авг 2022, 17:33
Не верифицирован
21 авг 2022, 17:33
1aead40
Код
Авторство
О чём код?
@use '@angular/cdk'; .demo-basic { padding: 0; } .demo-basic .mat-card-content { padding: 16px; } .demo-horizontal-spacing { margin: 0 12px; } .demo-full-width { width: 100%; } .demo-block { display: block; } .demo-card { margin: 16px; mat-card-content { font-size: 16px; } } .demo-text-align-end { text-align: end; } .demo-textarea { resize: none; border: none; overflow: auto; padding: 0; background: lightblue; } .demo-custom-autofill-style { @include cdk.text-field-autofill-color(transparent, red); } .demo-rows { width: 30px; }