2019-12-18 16:25:03 -05:00
|
|
|
/* Screen Shield */
|
|
|
|
|
2019-11-28 16:16:53 -05:00
|
|
|
.unlock-dialog-clock {
|
2019-12-19 10:38:27 -05:00
|
|
|
color: white;
|
2019-11-29 10:52:47 -05:00
|
|
|
font-weight: 300;
|
2019-12-19 10:38:27 -05:00
|
|
|
text-align: center;
|
2020-02-11 13:35:22 -05:00
|
|
|
spacing: 24px;
|
2019-11-29 10:52:47 -05:00
|
|
|
padding-bottom: 2.5em;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:16:53 -05:00
|
|
|
.unlock-dialog-clock-time {
|
2019-11-29 10:52:47 -05:00
|
|
|
font-size: 64pt;
|
2020-01-14 13:27:02 -05:00
|
|
|
padding-top: 42px;
|
2019-12-19 10:38:27 -05:00
|
|
|
font-feature-settings: "tnum";
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:16:53 -05:00
|
|
|
.unlock-dialog-clock-date {
|
2019-11-29 10:52:47 -05:00
|
|
|
font-size: 16pt;
|
2019-12-19 10:38:27 -05:00
|
|
|
font-weight: normal;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2020-02-11 13:35:22 -05:00
|
|
|
.unlock-dialog-clock-hint {
|
|
|
|
font-weight: normal;
|
|
|
|
padding-top: 48px;
|
|
|
|
}
|
|
|
|
|
2019-11-28 16:35:13 -05:00
|
|
|
.unlock-dialog-notifications-container {
|
2022-02-02 13:17:42 -05:00
|
|
|
margin: 12px;
|
2019-12-19 10:38:27 -05:00
|
|
|
spacing: 6px;
|
2019-11-29 14:08:20 -05:00
|
|
|
width: 23em;
|
2019-12-19 10:38:27 -05:00
|
|
|
background-color: transparent;
|
2022-02-02 13:17:42 -05:00
|
|
|
|
2019-12-19 10:38:27 -05:00
|
|
|
.summary-notification-stack-scrollview {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2019-12-18 16:25:03 -05:00
|
|
|
|
2019-12-19 10:38:27 -05:00
|
|
|
.notification,
|
2019-11-28 16:35:13 -05:00
|
|
|
.unlock-dialog-notification-source {
|
2022-02-02 13:17:42 -05:00
|
|
|
padding: 12px 16px;
|
2020-02-13 15:13:49 -05:00
|
|
|
border: none;
|
2022-02-02 13:17:42 -05:00
|
|
|
background-color: transparentize($osd_fg_color,0.9);
|
2019-12-19 10:38:27 -05:00
|
|
|
color: $osd_fg_color;
|
2020-02-13 15:13:49 -05:00
|
|
|
border-radius: $modal_radius;
|
2020-02-05 09:58:57 -05:00
|
|
|
|
2022-02-02 13:17:42 -05:00
|
|
|
&.critical { background-color: transparentize($osd_fg_color,0.8) }
|
2019-12-19 10:38:27 -05:00
|
|
|
}
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-28 16:35:13 -05:00
|
|
|
.unlock-dialog-notification-label {
|
2022-02-02 13:17:42 -05:00
|
|
|
padding: 0 0 0 12px;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
2019-11-29 14:08:20 -05:00
|
|
|
.unlock-dialog-notification-count-text {
|
2022-02-02 13:17:42 -05:00
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 12px;
|
|
|
|
color: $osd_fg_color;
|
|
|
|
background-color: transparentize($osd_fg_color, 0.9);
|
2020-02-13 15:13:49 -05:00
|
|
|
border-radius: 99px;
|
2019-11-29 14:08:20 -05:00
|
|
|
}
|
2019-12-18 16:25:03 -05:00
|
|
|
|
|
|
|
.screen-shield-background { //just the shadow, really
|
2019-12-19 10:38:27 -05:00
|
|
|
background: black;
|
2022-02-02 13:17:42 -05:00
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.6);
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#lockDialogGroup {
|
2021-03-04 02:40:23 -05:00
|
|
|
background-color: $system_bg_color;
|
2019-12-18 16:25:03 -05:00
|
|
|
}
|
2019-11-28 16:35:13 -05:00
|
|
|
#unlockDialogNotifications {
|
2019-12-19 10:38:27 -05:00
|
|
|
StButton#vhandle, StButton#hhandle {
|
|
|
|
background-color: transparentize($bg_color,0.7);
|
|
|
|
&:hover, &:focus { background-color: transparentize($bg_color,0.5); }
|
|
|
|
&:active { background-color: transparentize($selected_bg_color,0.5); }
|
|
|
|
}
|
2019-11-28 16:01:38 -05:00
|
|
|
}
|