summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/style/widget/corners.scss
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-17 15:14:45 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-17 15:14:45 -0400
commit1173df26fd78fdd59679645004847237ed7a0a54 (patch)
treeb75e6bd3ee1a878b1a3e74d94fb9ea0bb94c14a7 /pkgs/astal/src/style/widget/corners.scss
parentadd upowerd (diff)
downloaddotfiles-nix-1173df26fd78fdd59679645004847237ed7a0a54.tar.gz
dotfiles-nix-1173df26fd78fdd59679645004847237ed7a0a54.tar.bz2
dotfiles-nix-1173df26fd78fdd59679645004847237ed7a0a54.zip
add astal package, update flake to support packages
Diffstat (limited to 'pkgs/astal/src/style/widget/corners.scss')
-rw-r--r--pkgs/astal/src/style/widget/corners.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/astal/src/style/widget/corners.scss b/pkgs/astal/src/style/widget/corners.scss
new file mode 100644
index 0000000..53cdb9b
--- /dev/null
+++ b/pkgs/astal/src/style/widget/corners.scss
@@ -0,0 +1,9 @@
+
+.corners {
+ $radius: $outer-radius + $outer-gap;
+
+ box {
+ box-shadow: 0 0 0 $radius $bg;
+ border-radius: $radius $radius 0 0;
+ }
+}