💄 control-center,center-window: add background shadow, use gtk's spacing instead of margin
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
@use "./wal";
|
||||
@use "./colors";
|
||||
|
||||
.center-window-container {
|
||||
|
||||
.popup-window.center-window .center-window-container {
|
||||
background: colors.$bg-translucent;
|
||||
border-radius: 18px;
|
||||
border-radius: 24px;
|
||||
padding: 12px;
|
||||
box-shadow: 0 0 6px colors.$bg-translucent;
|
||||
|
||||
& .big-media {
|
||||
padding: 6px;
|
||||
@@ -85,7 +87,7 @@
|
||||
|
||||
& .calendar-box {
|
||||
& calendar {
|
||||
$border-radius: 10px;
|
||||
$border-radius: 14px;
|
||||
font-weight: 600;
|
||||
padding-bottom: 2px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user