style: Add styling for custom status page
This commit is contained in:
parent
1ae2c5295c
commit
c3bcaa4559
1 changed files with 20 additions and 0 deletions
|
@ -13,3 +13,23 @@
|
|||
*/
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* FIXME: This is a mimic of AdwStatusPage, which would show an unwanted scrollbar in this case
|
||||
* see: https://gitlab.gnome.org/GNOME/libadwaita/-/issues/697
|
||||
*/
|
||||
|
||||
clamp.status-page {
|
||||
margin: 36px 12px;
|
||||
}
|
||||
|
||||
clamp.status-page .icon:not(:last-child) {
|
||||
margin-bottom: 36px;
|
||||
}
|
||||
|
||||
clamp.status-page .title:not(:last-child) {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
clamp.status-page .pill {
|
||||
margin-top: 36px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue