[AGS] Bar: Done (WiFi still missing, will be added at some later point)
This commit is contained in:
56
config/astal/components/QuickActions/quickactions.scss
Normal file
56
config/astal/components/QuickActions/quickactions.scss
Normal file
@@ -0,0 +1,56 @@
|
||||
@use "./modules/Player/Player.scss";
|
||||
@use "./modules/Audio/Audio.scss";
|
||||
@use "../../util/colours.scss" as *;
|
||||
|
||||
.quick-actions-wrapper {
|
||||
min-width: 520px;
|
||||
}
|
||||
|
||||
box.quick-actions {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
popover * {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.button-no-margin {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.devices-list {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
button.toggle-button {
|
||||
min-width: 220px;
|
||||
border-radius: 50px;
|
||||
|
||||
&.toggle-on {
|
||||
min-width: 190px;
|
||||
margin-right: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
background-color: $accent-color;
|
||||
}
|
||||
}
|
||||
|
||||
button.actions-button {
|
||||
margin-left: 0;
|
||||
border-radius: 0;
|
||||
background-color: $accent-color;
|
||||
border-top-right-radius: 50px;
|
||||
border-bottom-right-radius: 50px;
|
||||
}
|
||||
|
||||
.avatar-icon {
|
||||
border-radius: 100px;
|
||||
min-height: 40px;
|
||||
min-width: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
Reference in New Issue
Block a user