-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathbottom-sheet.json
executable file
·1 lines (1 loc) · 1.85 KB
/
bottom-sheet.json
1
{"example":"<span class=\"hljs-keyword\">@use</span> <span class=\"hljs-string\">'@angular/material'</span> as mat;\n\n<span class=\"hljs-comment\">// Customize the entire app. Change :root to your selector if you want to scope the styles.</span>\n<span class=\"hljs-selector-pseudo\">:root</span> {\n <span class=\"hljs-keyword\">@include</span> mat.bottom-sheet-overrides((\n <span class=\"hljs-attribute\">container-text-color</span>: orange,\n <span class=\"hljs-attribute\">container-background-color</span>: red,\n ));\n}","themes":[{"name":"bottom-sheet","overridesMixin":"bottom-sheet-overrides","tokens":[{"name":"container-shape","prefix":"mat-bottom-sheet","type":"base","overridesName":"container-shape"},{"name":"container-text-color","prefix":"mat-bottom-sheet","type":"color","overridesName":"container-text-color","derivedFrom":"--mat-sys-on-surface"},{"name":"container-background-color","prefix":"mat-bottom-sheet","type":"color","overridesName":"container-background-color","derivedFrom":"--mat-sys-surface-container-low"},{"name":"container-text-font","prefix":"mat-bottom-sheet","type":"typography","overridesName":"container-text-font","derivedFrom":"--mat-sys-body-large-font"},{"name":"container-text-line-height","prefix":"mat-bottom-sheet","type":"typography","overridesName":"container-text-line-height","derivedFrom":"--mat-sys-body-large-line-height"},{"name":"container-text-size","prefix":"mat-bottom-sheet","type":"typography","overridesName":"container-text-size","derivedFrom":"--mat-sys-body-large-size"},{"name":"container-text-tracking","prefix":"mat-bottom-sheet","type":"typography","overridesName":"container-text-tracking","derivedFrom":"--mat-sys-body-large-tracking"},{"name":"container-text-weight","prefix":"mat-bottom-sheet","type":"typography","overridesName":"container-text-weight","derivedFrom":"--mat-sys-body-large-weight"}]}]}