✨ ags(apps-window): new style for apps-window! it now looks more integrated to the shell design
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
|
||||
.apps-window-container {
|
||||
padding: 24px;
|
||||
background: rgba(0, 0, 0, .2);
|
||||
background: colors.$bg-translucent;
|
||||
border-top-left-radius: 24px;
|
||||
border-top-right-radius: 24px;
|
||||
|
||||
& > entry {
|
||||
background: rgba(colors.$bg-primary, .4);
|
||||
@@ -27,7 +29,6 @@
|
||||
padding: 16px 24px;
|
||||
|
||||
& > flowboxchild {
|
||||
|
||||
& > button {
|
||||
padding: 8px;
|
||||
border-radius: 24px;
|
||||
@@ -39,6 +40,7 @@
|
||||
& label {
|
||||
margin-top: 6px;
|
||||
text-shadow: 1px 1px 1px rgba(colors.$bg-primary, .2);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user