diff options
author | Aylur <[email protected]> | 2024-11-08 20:54:11 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-08 20:54:11 +0000 |
commit | 48b6b0742fb21a298985dc6c86605099e6d5abd1 (patch) | |
tree | 5db4f09d2c09a06e16dc703c8c541610f00def68 /examples/js/applauncher/widget/Applauncher.scss | |
parent | 321350f7d52a65afae095cd5b874c1866084fb64 (diff) |
example: fix applauncher text reset
Diffstat (limited to 'examples/js/applauncher/widget/Applauncher.scss')
-rw-r--r-- | examples/js/applauncher/widget/Applauncher.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/js/applauncher/widget/Applauncher.scss b/examples/js/applauncher/widget/Applauncher.scss index 86c5e87..ae2453d 100644 --- a/examples/js/applauncher/widget/Applauncher.scss +++ b/examples/js/applauncher/widget/Applauncher.scss @@ -41,5 +41,19 @@ window#launcher { color: gtkalpha($fg-color, .8); } } + + box.not-found { + padding: 1rem; + + icon { + font-size: 6em; + color: gtkalpha($fg-color, .7); + } + + label { + color: gtkalpha($fg-color, .9); + font-size: 1.2em; + } + } } } |