✨ ags: add ask popup, make notifications work(finally :3) and more improvements
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
& > .content {
|
||||
padding: 8px;
|
||||
padding-right: 0;
|
||||
|
||||
& > .icon {
|
||||
margin-right: 6px;
|
||||
}
|
||||
@@ -101,7 +101,8 @@
|
||||
}
|
||||
|
||||
& > .description {
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
color: colors.$fg-disabled;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
@@ -123,3 +124,36 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pages > .page {
|
||||
background: colors.$bg-secondary;
|
||||
padding: 14px;
|
||||
border-radius: 24px;
|
||||
|
||||
& .header {
|
||||
margin-bottom: 6px;
|
||||
|
||||
& > .title:first-child {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
& > .description {
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: colors.$fg-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
&.bluetooth {
|
||||
.connections button {
|
||||
@include mixins.hover-shadow;
|
||||
padding: 6px;
|
||||
border-radius: 12px;
|
||||
|
||||
&.connected {
|
||||
background: colors.$bg-tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user