Eww: More improvements to radio & css & powermenu

This commit is contained in:
soraefir
2023-11-23 12:55:23 +01:00
parent c87ccc2ed7
commit 5e569bbb48
13 changed files with 180 additions and 100 deletions

View File

@ -0,0 +1,26 @@
.powermenu-box {
padding-left: 2.5rem;
padding-right: 2.5rem;
padding-top: 3rem;
padding-bottom: 3rem;
margin:0 0 0 0;
}
.powermenu-entry {
margin: 0 0.5rem;
}
.powermenu-button {
background-color: $base02;
border-radius: 1rem;
transition: 0.3s;
padding: 3.25rem 4rem;
}
.powermenu-button:hover {
background-color:$base03;
}
.powermenu-icon {
font-size: 4rem;
}

View File

@ -35,7 +35,6 @@
font-size: 20px;
font-weight: bold;
margin: $gaps-screen 0px;
}
.btn_play {
@ -44,6 +43,11 @@
margin: 0 12px;
}
.btn_play:hover {
color: $base07;
}
.station_list {
border-right-color: $base03;
border-right-style: solid;
@ -60,4 +64,15 @@
margin-right: $gaps-screen;
background-color: $base00;
border-radius: $border-radius;
border-color: $base00;
border-style: solid;
border-width: $border-width;
}
.station_art:hover {
border-color: $base04;
}
.station_sel {
border-color: $base03;
}

View File

@ -71,3 +71,8 @@ color: $base0B;
margin: $gaps-screen;
padding: .5em;
}
.sys-label {
font-weight: bolder;
color: $base04;
}