Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
services/ags: align notification body & title
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Mar 25, 2024
1 parent 4af62f4 commit efdde26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homes/notashelf/services/wayland/ags/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
@include window;
margin: 5px 5px 5px 12px;
min-width: 25rem;

background-color: $primary;
color: $onPrimary;

// low priority
&.low {
border: 1.5px solid $lavender;
}

// medium priority
&.normal {
border: 1.5px solid $blue;
}

// critical priority
&.critical {
border: 1.5px solid $red;
}
Expand Down Expand Up @@ -51,13 +56,14 @@
margin: 6px 4px;

.title {
margin: 2px 3px;
font-weight: 800;
margin: 4px 6px;
color: $onPrimary;
font-weight: 900;
}

.body {
margin: 2px 9px;
color: $onSurface;
font-weight: 400;
margin: 4px 6px;
color: $onPrimary;
font-weight: 600;
}
}

0 comments on commit efdde26

Please sign in to comment.