.dash_window { background-color: $bkgrnd; border-radius: 16px; } .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; }