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

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