some visual changes
This commit is contained in:
parent
4df5900d2b
commit
142891f81c
1 changed files with 12 additions and 6 deletions
18
style.scss
18
style.scss
|
@ -58,12 +58,24 @@ menu {
|
|||
border-radius: 16px;
|
||||
}
|
||||
|
||||
// .tray-text {
|
||||
// border: solid 2px $green 4px;
|
||||
// }
|
||||
|
||||
.time-text {
|
||||
font-size: $textsize;
|
||||
// color: $purple;
|
||||
border: solid $red 2px;
|
||||
border-radius: 2rem;
|
||||
padding: 0px 6px;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
|
||||
.title-text {
|
||||
font-size: $textsize;
|
||||
// color: $cyan;
|
||||
// border: solid white 2px;
|
||||
// padding-right: 2px;
|
||||
}
|
||||
|
||||
.reboot-button {
|
||||
|
@ -93,12 +105,6 @@ menu {
|
|||
color: $red;
|
||||
}
|
||||
|
||||
.power-box {
|
||||
}
|
||||
|
||||
.power-box-expand {
|
||||
}
|
||||
|
||||
.system-confirm {
|
||||
color: $green;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue