making battery notify widget have a close button

This commit is contained in:
Chris Cochrun 2023-04-10 13:22:12 -05:00
parent 5d00edbf81
commit e8038dc9ab
2 changed files with 19 additions and 1 deletions

View file

@ -759,6 +759,17 @@ scale trough {
margin: 20px 50px 10px 40px;
}
.close-icon {
margin-left: -10px;
margin-right: 10px;
margin-bottom: 50px;
font-size: 28px;
}
.close-icon:hover {
color: $base08;
}
.volume-container {
background-color: $darktransparent;
border-radius: 16px;