mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
151 B
SCSS
10 lines
151 B
SCSS
|
|
// search field
|
||
|
|
.docs-text-field {
|
||
|
|
font-size: 1.125rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
// filter field on api reference list
|
||
|
|
docs-icon + .docs-text-field {
|
||
|
|
font-size: 1rem;
|
||
|
|
}
|