Implement media filtering.

This commit is contained in:
Dermot Duffy
2023-02-05 20:27:24 -08:00
parent c898f038bd
commit c86a091546
15 changed files with 558 additions and 486 deletions
+11
View File
@@ -0,0 +1,11 @@
@use '@graphiteds/core/css/core.css';
:host {
// The graphite css (above) loads variables into :root, which is lost in the
// shadow DOM, so copy them into the host.
@extend :root;
}
gr-select {
padding: 5px;
}