nixos-config/ahrc-laptop/eww/eww.scss

41 lines
480 B
SCSS
Raw Normal View History

2024-11-05 09:41:16 +01:00
$edge_padding: 10px;
2024-11-04 15:49:10 +01:00
window {
font-weight: bold;
background-color: rgba(0, 0, 0, 0);
}
2024-11-05 09:41:16 +01:00
.main > box > * {
margin-left: 10px;
}
.main > box > :first-child {
margin-left: 0px;
}
2024-11-04 15:49:10 +01:00
.left {
2024-11-05 09:41:16 +01:00
padding-left: $edge_padding;
}
.right {
padding-right: $edge_padding;
2024-11-04 15:49:10 +01:00
}
.workspaces {
font-family: Hack Nerd Font;
}
2024-11-05 09:41:16 +01:00
.workspace-active {
color: #20ff20;
}
:hover {
2024-11-04 15:49:10 +01:00
color: #c0ffc0;
2024-11-05 09:41:16 +01:00
transition: color 500ms;
transition: font-size 50ms;
2024-11-04 15:49:10 +01:00
}
2024-11-05 09:41:16 +01:00
:active {
font-size: 10pt;
2024-11-04 15:49:10 +01:00
}