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