mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
refactor: move system info to control center
This commit is contained in:
@@ -22,15 +22,26 @@ window.control-center {
|
||||
}
|
||||
}
|
||||
|
||||
.system-info {
|
||||
image {
|
||||
-gtk-icon-size: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
.controls {
|
||||
button {
|
||||
background-color: $inactive-color;
|
||||
border-radius: calc($rounded / 1.5);
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
transition: color 100ms;
|
||||
|
||||
&:hover {
|
||||
background-color: $bg-color;
|
||||
background-color: rgba($accent, 1);
|
||||
|
||||
image {
|
||||
color: $bg-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +67,7 @@ window.control-center {
|
||||
}
|
||||
|
||||
highlight {
|
||||
background-color: $fg-color;
|
||||
background-color: $accent;
|
||||
min-height: 10px;
|
||||
min-width: 10px;
|
||||
border-radius: 10px;
|
||||
|
Reference in New Issue
Block a user