nicks-nix-config/modules/ewwbar/eww-config/dashboard/dashboard.scss

69 lines
1.1 KiB
SCSS

.dash_window {
background-color: $bkgrnd;
border-radius: 16px;
}
.dash_clock {
// background-image: linear-gradient(45deg, #7d7d7d, #262626 30%, #262626 60%, #10384a);
border-radius: 16px;
}
.dash_clock_bg {
border-radius: 16px;
background-color: #262626;
}
.dash_clock_time {
font-size: 30px;
}
.dash_clock_date {
font-size: 20px;
}
.btn_logout, .btn_restart, .btn_shutdown, .btn_switch_windows {
font-size: 40px;
font-weight: bold;
}
.input_popup {
// background-color: #6f6f6f;
background-image: linear-gradient(15deg, #212121, #004f4f);
border-radius: 8px;
padding: 15px;
}
.input_popup_label {
color: #FFFFFF;
padding-bottom: 5px;
font-size: 20px;
font-weight: bold;
}
.input_popup_input {
padding-left: 7px;
padding-right: 7px;
background-color: #252525;
border-radius: 2px;
}
.input_popup_input_box {
box-shadow: 0 0 0 2px #66cdaa;
border-radius: 2px;
}
.btn_logout {
color: #7a49a5;
}
.btn_restart {
color: #ffa500;
}
.btn_shutdown {
color: #4a8bad;
}
.btn_switch_windows {
color: #0dc5ff;
}