summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/style/widget/corners.scss
blob: a5015cb6fff9aa356cc948252d9cdfe2abef1e01 (plain)
1
2
3
4
5
6
7
8
9
.corners {
  $radius: $outer-radius + $outer-gap;

  box {
    box-shadow: 0 0 0 $radius $base;
    border-radius: $radius $radius 0 0;
  }
}