124 lines
1.9 KiB
SCSS
124 lines
1.9 KiB
SCSS
/* Global */
|
|
* {
|
|
all: unset;
|
|
font-family: "Helvetica Neue", sans-serif;
|
|
opacity: 1;
|
|
}
|
|
|
|
.bar {
|
|
background-color: rgba(0, 0, 0, 0.53);
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.module {
|
|
margin: 0px 4px;
|
|
}
|
|
|
|
.workspace {
|
|
margin-left: 12px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.ws-btn {
|
|
padding: 0px 3px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.focused {
|
|
border-bottom: 2px solid white;
|
|
margin-bottom: 0px;
|
|
}
|
|
.urgent {
|
|
border-bottom: 2px solid #ffaa00;
|
|
margin-bottom: 0px;
|
|
color: #ffaa00;
|
|
}
|
|
|
|
.ws scale trough highlight {
|
|
background-color: white;
|
|
}
|
|
|
|
.icon {
|
|
font-family: "FiraCode Nerd Font", monospace;
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
margin: 0 2px;
|
|
}
|
|
.big {
|
|
font-size: 20px;
|
|
}
|
|
.xl {
|
|
font-size: 24px;
|
|
}
|
|
.small {
|
|
font-size: 12px;
|
|
}
|
|
.md {
|
|
font-size: 14px;
|
|
}
|
|
.icon-sm, .icon-sm label {
|
|
font-family: "FiraCode Nerd Font", monospace;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.bg {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
border: 1px solid #5e6668;
|
|
}
|
|
|
|
.sidebar-sub {
|
|
margin-top: 8px;
|
|
padding-bottom: 8px;
|
|
border-bottom: 2px solid white;
|
|
}
|
|
.sidebar-sub:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.face {
|
|
background-size: 96px;
|
|
min-height: 96px;
|
|
min-width: 96px;
|
|
margin-top: 4px;
|
|
margin-left: 80px;
|
|
margin-right: 80px;
|
|
border-radius: 100%;
|
|
border: 4px solid #fff;
|
|
background-image: url("file:////home/val/.face.icon");
|
|
opacity: 1;
|
|
}
|
|
|
|
.login {
|
|
font-family: "FiraCode Nerd Font", monospace;
|
|
font-weight: bold;
|
|
font-size: 28px;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
/* background-color: #3d4558;*/
|
|
background-color: #303030;
|
|
padding: 1px 0.5em;
|
|
border: 1px solid white;
|
|
}
|
|
|
|
.time-top {
|
|
font-family: monospace;
|
|
font-size: 32px;
|
|
font-weight: bold;
|
|
}
|
|
.time-bottom {
|
|
font-family: monospace;
|
|
font-size: 20px;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
.sys-info label {
|
|
font-family: "FiraCode Nerd Font", monospace;
|
|
}
|
|
.sys-info:first-child {
|
|
border-right: 2px solid white;
|
|
}
|
|
|
|
.cal-bg {
|
|
background-color: rgba(24, 24, 24, 0.2);
|
|
}
|