2019-12-18 21:25:03 +00:00
|
|
|
/* Screen Shield */
|
|
|
|
|
2019-11-28 21:16:53 +00:00
|
|
|
.unlock-dialog-clock {
|
2019-12-19 15:38:27 +00:00
|
|
|
color: white;
|
2019-11-29 15:52:47 +00:00
|
|
|
font-weight: 300;
|
2019-12-19 15:38:27 +00:00
|
|
|
text-align: center;
|
2020-02-11 18:35:22 +00:00
|
|
|
spacing: 24px;
|
2019-11-29 15:52:47 +00:00
|
|
|
padding-bottom: 2.5em;
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
|
|
|
|
2019-11-28 21:16:53 +00:00
|
|
|
.unlock-dialog-clock-time {
|
2019-11-29 15:52:47 +00:00
|
|
|
font-size: 64pt;
|
2020-01-14 18:27:02 +00:00
|
|
|
padding-top: 42px;
|
2022-02-07 18:22:40 +00:00
|
|
|
@extend %numeric;
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
|
|
|
|
2019-11-28 21:16:53 +00:00
|
|
|
.unlock-dialog-clock-date {
|
2019-11-29 15:52:47 +00:00
|
|
|
font-size: 16pt;
|
2019-12-19 15:38:27 +00:00
|
|
|
font-weight: normal;
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
|
|
|
|
2020-02-11 18:35:22 +00:00
|
|
|
.unlock-dialog-clock-hint {
|
|
|
|
font-weight: normal;
|
|
|
|
padding-top: 48px;
|
|
|
|
}
|
|
|
|
|
2019-11-28 21:35:13 +00:00
|
|
|
.unlock-dialog-notifications-container {
|
2022-02-02 18:17:42 +00:00
|
|
|
margin: 12px;
|
2019-12-19 15:38:27 +00:00
|
|
|
spacing: 6px;
|
2019-11-29 19:08:20 +00:00
|
|
|
width: 23em;
|
2019-12-19 15:38:27 +00:00
|
|
|
background-color: transparent;
|
2022-02-02 18:17:42 +00:00
|
|
|
|
2019-12-19 15:38:27 +00:00
|
|
|
.summary-notification-stack-scrollview {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2019-12-18 21:25:03 +00:00
|
|
|
|
2019-12-19 15:38:27 +00:00
|
|
|
.notification,
|
2019-11-28 21:35:13 +00:00
|
|
|
.unlock-dialog-notification-source {
|
2022-02-02 18:17:42 +00:00
|
|
|
padding: 12px 16px;
|
2020-02-13 20:13:49 +00:00
|
|
|
border: none;
|
2022-02-02 18:17:42 +00:00
|
|
|
background-color: transparentize($osd_fg_color,0.9);
|
2019-12-19 15:38:27 +00:00
|
|
|
color: $osd_fg_color;
|
2020-02-13 20:13:49 +00:00
|
|
|
border-radius: $modal_radius;
|
2020-02-05 14:58:57 +00:00
|
|
|
|
2022-02-02 18:17:42 +00:00
|
|
|
&.critical { background-color: transparentize($osd_fg_color,0.8) }
|
2019-12-19 15:38:27 +00:00
|
|
|
}
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
|
|
|
|
2019-11-28 21:35:13 +00:00
|
|
|
.unlock-dialog-notification-label {
|
2022-05-27 16:05:12 +00:00
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 0;
|
|
|
|
&:rtl { padding-right: 12px; padding-left: 0; }
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
|
|
|
|
2019-11-29 19:08:20 +00:00
|
|
|
.unlock-dialog-notification-count-text {
|
2022-02-02 18:17:42 +00:00
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 12px;
|
|
|
|
color: $osd_fg_color;
|
|
|
|
background-color: transparentize($osd_fg_color, 0.9);
|
2020-02-13 20:13:49 +00:00
|
|
|
border-radius: 99px;
|
2019-11-29 19:08:20 +00:00
|
|
|
}
|
2019-12-18 21:25:03 +00:00
|
|
|
|
|
|
|
.screen-shield-background { //just the shadow, really
|
2019-12-19 15:38:27 +00:00
|
|
|
background: black;
|
2022-02-02 18:17:42 +00:00
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.6);
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#lockDialogGroup {
|
2021-03-04 07:40:23 +00:00
|
|
|
background-color: $system_bg_color;
|
2019-12-18 21:25:03 +00:00
|
|
|
}
|
2019-11-28 21:35:13 +00:00
|
|
|
#unlockDialogNotifications {
|
2019-12-19 15:38:27 +00: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 21:01:38 +00:00
|
|
|
}
|