mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-01 18:58:58 +00:00
49bd7f358f
Replace the central Konsta notification banner with the shared Sky UI popup across phone and preview surfaces. Add light and dark materials, app icons, timestamps, routed opening, swipe dismissal, and contract coverage.
1166 lines
25 KiB
CSS
1166 lines
25 KiB
CSS
.sky-sheet,
|
|
.sky-action-sheet,
|
|
.sky-dialog,
|
|
.sky-panel,
|
|
.sky-popup,
|
|
.sky-popover {
|
|
position: absolute;
|
|
z-index: var(--sky-overlay-layer, 80);
|
|
inset: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sky-overlay-backdrop {
|
|
position: absolute;
|
|
inset: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
padding: 0;
|
|
background: var(--sky-overlay-backdrop, rgba(0, 0, 0, 0.4));
|
|
cursor: default;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.sky-sheet__panel,
|
|
.sky-action-sheet__panel,
|
|
.sky-dialog__panel,
|
|
.sky-panel__panel,
|
|
.sky-popup__panel,
|
|
.sky-popover__panel {
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.sky-action-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-action-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-sheet-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-sheet-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-popup-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-popup-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-panel-left-enter-active .sky-overlay-backdrop,
|
|
.sky-panel-left-leave-active .sky-overlay-backdrop,
|
|
.sky-panel-right-enter-active .sky-overlay-backdrop,
|
|
.sky-panel-right-leave-active .sky-overlay-backdrop,
|
|
.sky-popover-scale-enter-active .sky-overlay-backdrop,
|
|
.sky-popover-scale-leave-active .sky-overlay-backdrop,
|
|
.sky-dialog-pop-enter-active .sky-overlay-backdrop,
|
|
.sky-dialog-pop-leave-active .sky-overlay-backdrop {
|
|
transition-property: opacity;
|
|
transition-timing-function: ease;
|
|
}
|
|
|
|
.sky-action-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-action-rise-leave-active .sky-overlay-backdrop {
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
.sky-sheet-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-sheet-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-popup-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-popup-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-panel-left-enter-active .sky-overlay-backdrop,
|
|
.sky-panel-left-leave-active .sky-overlay-backdrop,
|
|
.sky-panel-right-enter-active .sky-overlay-backdrop,
|
|
.sky-panel-right-leave-active .sky-overlay-backdrop,
|
|
.sky-popover-scale-enter-active .sky-overlay-backdrop,
|
|
.sky-popover-scale-leave-active .sky-overlay-backdrop,
|
|
.sky-dialog-pop-enter-active .sky-overlay-backdrop,
|
|
.sky-dialog-pop-leave-active .sky-overlay-backdrop {
|
|
transition-duration: 400ms;
|
|
}
|
|
|
|
.sky-action-rise-enter-active .sky-action-sheet__panel,
|
|
.sky-action-rise-leave-active .sky-action-sheet__panel,
|
|
.sky-sheet-rise-enter-active .sky-sheet__panel,
|
|
.sky-sheet-rise-leave-active .sky-sheet__panel,
|
|
.sky-sheet-rise-enter-active .sky-action-sheet__panel,
|
|
.sky-sheet-rise-leave-active .sky-action-sheet__panel {
|
|
transition-property: opacity, transform;
|
|
transition-timing-function: ease, cubic-bezier(0.22, 1, 0.36, 1);
|
|
will-change: opacity, transform;
|
|
}
|
|
|
|
.sky-action-rise-enter-active .sky-action-sheet__panel,
|
|
.sky-action-rise-leave-active .sky-action-sheet__panel {
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
.sky-sheet-rise-enter-active .sky-sheet__panel,
|
|
.sky-sheet-rise-leave-active .sky-sheet__panel {
|
|
transition-duration: 400ms;
|
|
}
|
|
|
|
.sky-action-rise-enter-from .sky-overlay-backdrop,
|
|
.sky-action-rise-leave-to .sky-overlay-backdrop,
|
|
.sky-sheet-rise-enter-from .sky-overlay-backdrop,
|
|
.sky-sheet-rise-leave-to .sky-overlay-backdrop,
|
|
.sky-popup-rise-enter-from .sky-overlay-backdrop,
|
|
.sky-popup-rise-leave-to .sky-overlay-backdrop,
|
|
.sky-panel-left-enter-from .sky-overlay-backdrop,
|
|
.sky-panel-left-leave-to .sky-overlay-backdrop,
|
|
.sky-panel-right-enter-from .sky-overlay-backdrop,
|
|
.sky-panel-right-leave-to .sky-overlay-backdrop,
|
|
.sky-popover-scale-enter-from .sky-overlay-backdrop,
|
|
.sky-popover-scale-leave-to .sky-overlay-backdrop,
|
|
.sky-dialog-pop-enter-from .sky-overlay-backdrop,
|
|
.sky-dialog-pop-leave-to .sky-overlay-backdrop {
|
|
opacity: 0;
|
|
}
|
|
|
|
.sky-action-rise-enter-from .sky-action-sheet__panel,
|
|
.sky-action-rise-leave-to .sky-action-sheet__panel,
|
|
.sky-sheet-rise-enter-from .sky-sheet__panel,
|
|
.sky-sheet-rise-leave-to .sky-sheet__panel,
|
|
.sky-sheet-rise-enter-from .sky-action-sheet__panel,
|
|
.sky-sheet-rise-leave-to .sky-action-sheet__panel {
|
|
opacity: 0;
|
|
transform: translateY(100%);
|
|
}
|
|
|
|
.sky-dialog-pop-enter-active .sky-dialog__panel,
|
|
.sky-dialog-pop-leave-active .sky-dialog__panel {
|
|
transition:
|
|
opacity 400ms ease,
|
|
transform 400ms cubic-bezier(0, 1, 0.2, 1.05);
|
|
will-change: opacity, transform;
|
|
}
|
|
|
|
.sky-dialog-pop-enter-from .sky-dialog__panel,
|
|
.sky-dialog-pop-leave-to .sky-dialog__panel {
|
|
opacity: 0;
|
|
transform: scale(0.86);
|
|
}
|
|
|
|
.sky-popup-rise-enter-active .sky-popup__panel,
|
|
.sky-popup-rise-leave-active .sky-popup__panel {
|
|
transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
will-change: transform;
|
|
}
|
|
|
|
.sky-popup-rise-enter-from .sky-popup__panel,
|
|
.sky-popup-rise-leave-to .sky-popup__panel {
|
|
transform: translateY(100%);
|
|
}
|
|
|
|
.sky-panel-left-enter-active .sky-panel__panel,
|
|
.sky-panel-left-leave-active .sky-panel__panel,
|
|
.sky-panel-right-enter-active .sky-panel__panel,
|
|
.sky-panel-right-leave-active .sky-panel__panel {
|
|
transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
will-change: transform;
|
|
}
|
|
|
|
.sky-panel-left-enter-from .sky-panel__panel,
|
|
.sky-panel-left-leave-to .sky-panel__panel {
|
|
transform: translateX(-100%);
|
|
}
|
|
|
|
.sky-panel-right-enter-from .sky-panel__panel,
|
|
.sky-panel-right-leave-to .sky-panel__panel {
|
|
transform: translateX(100%);
|
|
}
|
|
|
|
.sky-popover-scale-enter-active .sky-popover__panel,
|
|
.sky-popover-scale-leave-active .sky-popover__panel {
|
|
transition:
|
|
opacity 400ms ease,
|
|
transform 400ms cubic-bezier(0, 1, 0.2, 1.05);
|
|
will-change: opacity, transform;
|
|
}
|
|
|
|
.sky-popover-scale-enter-from .sky-popover__panel,
|
|
.sky-popover-scale-leave-to .sky-popover__panel {
|
|
opacity: 0;
|
|
transform: scale(0);
|
|
}
|
|
|
|
.sky-popover-scale-enter-active .sky-popover__content,
|
|
.sky-popover-scale-leave-active .sky-popover__content {
|
|
transition:
|
|
opacity 600ms ease,
|
|
transform 600ms cubic-bezier(0, 1, 0.2, 1.05);
|
|
will-change: opacity, transform;
|
|
}
|
|
|
|
.sky-popover-scale-enter-from .sky-popover__content,
|
|
.sky-popover-scale-leave-to .sky-popover__content {
|
|
opacity: 0;
|
|
transform: translateY(-80px);
|
|
}
|
|
|
|
.sky-sheet__panel,
|
|
.sky-action-sheet__panel {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
max-height: 88%;
|
|
overflow: auto;
|
|
border: 0;
|
|
border-bottom: 0;
|
|
border-radius: var(--sky-radius-sheet) var(--sky-radius-sheet) 0 0;
|
|
background: var(--sky-sheet-background, var(--sky-surface));
|
|
color: var(--sky-text);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sky-sheet__panel {
|
|
transform: translateY(var(--sky-sheet-drag-offset, 0));
|
|
}
|
|
|
|
.sky-sheet__panel--dragging {
|
|
transition: none !important;
|
|
user-select: none;
|
|
}
|
|
|
|
.sky-sheet__panel--settling {
|
|
transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
|
|
}
|
|
|
|
.sky-sheet__grabber {
|
|
position: sticky;
|
|
z-index: 3;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 32px;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: grid;
|
|
place-items: center;
|
|
border: 0;
|
|
background: inherit;
|
|
color: inherit;
|
|
font: inherit;
|
|
cursor: ns-resize;
|
|
touch-action: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.sky-sheet__grabber::after {
|
|
width: 42px;
|
|
height: 5px;
|
|
border-radius: 999px;
|
|
content: '';
|
|
background: rgba(120, 120, 128, 0.38);
|
|
}
|
|
|
|
.sky-action-sheet__panel {
|
|
max-width: 448px;
|
|
margin: 0 auto;
|
|
padding: var(--sky-space-4) var(--sky-page-gutter)
|
|
calc(var(--sky-safe-area-bottom) + var(--sky-space-4));
|
|
border: 0;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sky-action-group {
|
|
overflow: hidden;
|
|
margin-top: var(--sky-space-2);
|
|
border: 0;
|
|
border-radius: 32px;
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
box-shadow: var(--sky-shadow-glass);
|
|
}
|
|
|
|
.sky-action-button {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
min-height: 56px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 0;
|
|
padding: 10px 16px;
|
|
color: var(--sky-app-accent);
|
|
background: transparent;
|
|
font: inherit;
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
transition: background-color 100ms ease;
|
|
}
|
|
|
|
.sky-action-group--dividers .sky-action-button--dividers:not(:last-child) {
|
|
border-bottom: 1px solid var(--sky-hairline);
|
|
}
|
|
|
|
.sky-action-button:active:not(.sky-action-button--disabled) {
|
|
background: var(--sky-pressed);
|
|
}
|
|
|
|
.sky-action-button--bold {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.sky-action-button--disabled {
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sky-actions-label {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
min-height: 56px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 8px 16px;
|
|
background: var(--sky-surface);
|
|
color: var(--sky-muted);
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sky-actions-label--dividers {
|
|
border-bottom: 1px solid var(--sky-hairline);
|
|
}
|
|
|
|
.sky-dialog {
|
|
display: grid;
|
|
place-items: center;
|
|
padding: var(--sky-page-gutter);
|
|
}
|
|
|
|
.sky-dialog__panel {
|
|
position: relative;
|
|
z-index: 1;
|
|
width: min(300px, 100%);
|
|
overflow: hidden;
|
|
border: 0;
|
|
border-radius: 32px;
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
color: var(--sky-text);
|
|
box-shadow: var(--sky-shadow-glass);
|
|
}
|
|
|
|
.sky-sheet__panel:focus,
|
|
.sky-action-sheet__panel:focus,
|
|
.sky-dialog__panel:focus,
|
|
.sky-panel__panel:focus,
|
|
.sky-popup__panel:focus,
|
|
.sky-popover__panel:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.sky-dialog__content {
|
|
padding: 24px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sky-dialog__content h2 {
|
|
margin: 0 0 12px;
|
|
font-size: 17px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.sky-dialog__content p {
|
|
margin: 0;
|
|
color: var(--sky-muted);
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.sky-dialog__buttons {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 8px;
|
|
padding: 0 14px 14px;
|
|
}
|
|
|
|
.sky-dialog-button {
|
|
min-width: 0;
|
|
flex: 1 1 0;
|
|
}
|
|
|
|
.sky-dialog-button:disabled {
|
|
background: var(--sky-pressed);
|
|
color: var(--sky-subtle);
|
|
opacity: 1;
|
|
}
|
|
|
|
.sky-toast {
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
z-index: 100;
|
|
right: var(--sky-safe-area-right, 0px);
|
|
left: var(--sky-safe-area-left, 0px);
|
|
display: flex;
|
|
padding: 0 16px;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sky-toast--left {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.sky-toast--center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.sky-toast--right {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.sky-toast--vertical-top {
|
|
top: calc(var(--sky-safe-area-top) + var(--sky-space-4));
|
|
}
|
|
|
|
.sky-toast--vertical-center {
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.sky-toast--vertical-bottom {
|
|
bottom: calc(var(--sky-safe-area-bottom) + var(--sky-space-4));
|
|
}
|
|
|
|
.sky-toast__inner {
|
|
max-width: min(512px, 100%);
|
|
border: 1px solid var(--sky-hairline);
|
|
border-radius: 16px;
|
|
color: var(--sky-text);
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
box-shadow: var(--sky-shadow-glass);
|
|
font-size: 14px;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.sky-toast__content {
|
|
min-height: 44px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 6px 16px;
|
|
}
|
|
|
|
.sky-toast__text {
|
|
min-width: 0;
|
|
}
|
|
|
|
.sky-toast__button {
|
|
flex: none;
|
|
margin: -6px -8px -6px 16px;
|
|
}
|
|
|
|
.sky-toast-slide-enter-active,
|
|
.sky-toast-slide-leave-active {
|
|
transition:
|
|
opacity 300ms ease,
|
|
transform 300ms var(--sky-ease-out, ease-out);
|
|
}
|
|
|
|
.sky-toast-slide-enter-from,
|
|
.sky-toast-slide-leave-to {
|
|
opacity: 0;
|
|
transform: translateY(100%);
|
|
}
|
|
|
|
.sky-toast--vertical-center.sky-toast-slide-enter-from,
|
|
.sky-toast--vertical-center.sky-toast-slide-leave-to {
|
|
transform: translateY(calc(-50% + 24px));
|
|
}
|
|
|
|
.sky-toast--vertical-top.sky-toast-slide-enter-from,
|
|
.sky-toast--vertical-top.sky-toast-slide-leave-to {
|
|
transform: translateY(-100%);
|
|
}
|
|
|
|
.sky-messages {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 48px;
|
|
padding-right: calc(var(--sky-safe-area-right) + 8px);
|
|
padding-left: calc(var(--sky-safe-area-left) + 8px);
|
|
}
|
|
|
|
.sky-messages-title {
|
|
margin: 10px 0 0;
|
|
color: var(--sky-message-meta);
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sky-message {
|
|
box-sizing: border-box;
|
|
max-width: 70%;
|
|
position: relative;
|
|
z-index: 1;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
align-self: flex-start;
|
|
margin-bottom: 8px;
|
|
transform: translateZ(0);
|
|
}
|
|
|
|
.sky-message--sent {
|
|
align-self: flex-end;
|
|
}
|
|
|
|
.sky-message__name,
|
|
.sky-message__header {
|
|
display: block;
|
|
margin: 0 0 2px 16px;
|
|
color: var(--sky-message-meta);
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.sky-message__avatar {
|
|
width: 32px;
|
|
height: 32px;
|
|
display: block;
|
|
flex: none;
|
|
align-self: flex-end;
|
|
overflow: hidden;
|
|
margin-right: 6px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sky-message__content {
|
|
min-width: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.sky-message__bubble {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0;
|
|
border-radius: 16px;
|
|
padding: 6px 16px;
|
|
background: var(--sky-message-received-background);
|
|
color: var(--sky-text);
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
white-space: pre-wrap;
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.sky-message--sent .sky-message__bubble {
|
|
background: var(--sky-app-accent);
|
|
color: #ffffff;
|
|
}
|
|
|
|
.sky-message__text-header,
|
|
.sky-message__text-footer {
|
|
width: 100%;
|
|
color: currentColor;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
text-align: left;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.sky-message--sent .sky-message__header,
|
|
.sky-message--sent .sky-message__name {
|
|
text-align: right;
|
|
}
|
|
|
|
.sky-message__footer {
|
|
width: 100%;
|
|
color: currentColor;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.sky-messagebar {
|
|
width: 100%;
|
|
position: fixed;
|
|
z-index: var(--sky-overlay-layer, 80);
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
--sky-messagebar-gap: 12px;
|
|
}
|
|
|
|
.sky-messagebar .sky-toolbar__background {
|
|
background: linear-gradient(
|
|
to top,
|
|
var(--sky-messagebar-gradient-start),
|
|
transparent
|
|
);
|
|
}
|
|
|
|
.sky-messagebar__inner {
|
|
width: 100%;
|
|
align-items: center;
|
|
gap: var(--sky-messagebar-gap);
|
|
}
|
|
|
|
.sky-messagebar__area {
|
|
min-width: 0;
|
|
height: 40px;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
border: 0;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
.sky-messagebar textarea {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 40px;
|
|
min-height: 40px;
|
|
max-height: 100px;
|
|
display: block;
|
|
resize: none;
|
|
border: 0;
|
|
border-radius: 24px;
|
|
padding: 12px 16px 4px;
|
|
outline: 0;
|
|
color: var(--sky-text);
|
|
background: transparent;
|
|
font: inherit;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
touch-action: none;
|
|
}
|
|
|
|
.sky-messagebar textarea::placeholder {
|
|
color: var(--sky-messagebar-placeholder);
|
|
opacity: 1;
|
|
}
|
|
|
|
.sky-messagebar__left,
|
|
.sky-messagebar__right {
|
|
min-width: var(--sky-touch-target);
|
|
min-height: var(--sky-touch-target);
|
|
display: grid;
|
|
flex: none;
|
|
place-items: center;
|
|
color: var(--sky-messagebar-icon);
|
|
}
|
|
|
|
.sky-messagebar__left .sky-link,
|
|
.sky-messagebar__right .sky-link {
|
|
color: inherit;
|
|
}
|
|
|
|
.sky-messagebar .sky-toolbar-pane {
|
|
height: 40px;
|
|
overflow: visible;
|
|
}
|
|
|
|
.sky-messagebar__right {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.sky-messagebar--embedded {
|
|
min-height: 0;
|
|
position: relative;
|
|
z-index: auto;
|
|
right: auto;
|
|
bottom: auto;
|
|
left: auto;
|
|
padding: 0;
|
|
--sky-messagebar-gap: 4px;
|
|
}
|
|
|
|
.sky-messagebar--embedded .sky-toolbar__blur,
|
|
.sky-messagebar--embedded .sky-toolbar__background {
|
|
display: none;
|
|
}
|
|
|
|
.sky-messagebar--embedded .sky-messagebar__inner {
|
|
min-height: 0;
|
|
}
|
|
|
|
.sky-messagebar--embedded .sky-messagebar__area {
|
|
height: auto;
|
|
min-height: 0;
|
|
overflow: visible;
|
|
border: 0;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
-webkit-backdrop-filter: none;
|
|
backdrop-filter: none;
|
|
}
|
|
|
|
.sky-notification {
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
z-index: 50;
|
|
top: calc(var(--sky-safe-area-top, 0px) + 6px);
|
|
right: 10px;
|
|
left: 10px;
|
|
min-height: 72px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
padding: 10px 12px;
|
|
overflow: hidden;
|
|
border: 1px solid var(--sky-hairline);
|
|
border-radius: 18px;
|
|
color: var(--sky-text);
|
|
box-shadow: var(--sky-shadow-glass);
|
|
touch-action: none;
|
|
}
|
|
|
|
.sky-notification__icon {
|
|
display: inline-flex;
|
|
flex: none;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sky-notification__content {
|
|
width: 100%;
|
|
min-width: 0;
|
|
flex-shrink: 1;
|
|
}
|
|
|
|
.sky-notification__header {
|
|
position: relative;
|
|
min-width: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.sky-notification__header--with-close {
|
|
padding-inline-end: 24px;
|
|
}
|
|
|
|
.sky-notification__title,
|
|
.sky-notification__time,
|
|
.sky-notification__subtitle,
|
|
.sky-notification__text {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.sky-notification__title,
|
|
.sky-notification__subtitle {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sky-notification__title {
|
|
min-width: 0;
|
|
overflow: hidden;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.sky-notification__time {
|
|
margin-inline-start: auto;
|
|
margin-inline-end: 0;
|
|
flex: none;
|
|
color: var(--sky-notification-meta);
|
|
font-size: 10px;
|
|
line-height: 14px;
|
|
}
|
|
|
|
.sky-notification__text {
|
|
color: var(--sky-text);
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
.sky-notification__close {
|
|
width: var(--sky-touch-target, 44px);
|
|
height: var(--sky-touch-target, 44px);
|
|
position: absolute;
|
|
top: 50%;
|
|
right: -8px;
|
|
display: grid;
|
|
place-items: center;
|
|
padding: 0;
|
|
border: 0;
|
|
border-radius: 50%;
|
|
background: transparent;
|
|
color: var(--sky-notification-close);
|
|
font: inherit;
|
|
cursor: pointer;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.sky-notification__close:active {
|
|
color: var(--sky-notification-close-active);
|
|
}
|
|
|
|
.sky-notification__close-icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.sky-notification__close:focus-visible {
|
|
outline: 2px solid var(--sky-app-accent);
|
|
outline-offset: 2px;
|
|
}
|
|
|
|
.sky-notification-slide-enter-active,
|
|
.sky-notification-slide-leave-active {
|
|
transition:
|
|
opacity 300ms ease,
|
|
transform 380ms var(--sky-ease-out, ease-out);
|
|
}
|
|
|
|
.sky-notification-slide-enter-from,
|
|
.sky-notification-slide-leave-to {
|
|
opacity: 0;
|
|
transform: translateY(-32px) scale(0.97);
|
|
}
|
|
|
|
.sky-panel__panel,
|
|
.sky-popup__panel,
|
|
.sky-popover__panel {
|
|
position: absolute;
|
|
z-index: 1;
|
|
border: 0;
|
|
color: var(--sky-text);
|
|
box-shadow: var(--sky-shadow-glass);
|
|
}
|
|
|
|
.sky-popup__panel {
|
|
background: var(--sky-popup-background, var(--sky-surface));
|
|
}
|
|
|
|
.sky-popover__panel {
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
}
|
|
|
|
.sky-panel__backdrop {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.sky-popup__backdrop {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.sky-panel__panel {
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 288px;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
touch-action: none;
|
|
}
|
|
|
|
.sky-panel__panel:not(.sky-panel__panel--floating) {
|
|
background: var(--sky-panel-background, var(--sky-surface));
|
|
}
|
|
|
|
.sky-panel__panel--left {
|
|
left: 0;
|
|
}
|
|
|
|
.sky-panel__panel--right {
|
|
right: 0;
|
|
}
|
|
|
|
.sky-panel__panel--floating {
|
|
top: calc(var(--sky-safe-area-top, 0px) + 8px);
|
|
bottom: calc(var(--sky-safe-area-bottom, 0px) + 8px);
|
|
border-radius: 32px;
|
|
}
|
|
|
|
.sky-panel__panel--left.sky-panel__panel--floating {
|
|
left: 8px;
|
|
}
|
|
|
|
.sky-panel__panel--right.sky-panel__panel--floating {
|
|
right: 8px;
|
|
}
|
|
|
|
.sky-popup__panel {
|
|
inset: 0;
|
|
overflow: hidden;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sky-popover__panel {
|
|
width: 240px;
|
|
max-width: calc(100% - 16px);
|
|
max-height: calc(100% - 16px);
|
|
border-radius: 32px;
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
transform-origin: center;
|
|
}
|
|
|
|
.sky-popover__panel--top {
|
|
transform-origin: center bottom;
|
|
}
|
|
|
|
.sky-popover__panel--bottom {
|
|
transform-origin: center top;
|
|
}
|
|
|
|
.sky-popover__panel--left {
|
|
transform-origin: right center;
|
|
}
|
|
|
|
.sky-popover__panel--right {
|
|
transform-origin: left center;
|
|
}
|
|
|
|
.sky-popover__content {
|
|
max-height: inherit;
|
|
overflow: auto;
|
|
border-radius: inherit;
|
|
}
|
|
|
|
.sky-dropdown .sky-popover__panel {
|
|
width: 252px;
|
|
border: 1px solid var(--sky-hairline);
|
|
border-radius: 28px;
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
box-shadow:
|
|
var(--sky-shadow-glass),
|
|
0 16px 36px rgba(0, 0, 0, 0.28);
|
|
}
|
|
|
|
.sky-dropdown__menu {
|
|
padding: 6px;
|
|
}
|
|
|
|
.sky-dropdown__item {
|
|
width: 100%;
|
|
min-height: var(--sky-touch-target, 44px);
|
|
position: relative;
|
|
display: grid;
|
|
grid-template-columns: 30px minmax(0, 1fr) 22px;
|
|
align-items: center;
|
|
gap: 8px;
|
|
border: 0;
|
|
border-radius: 12px;
|
|
padding: 8px 14px 8px 12px;
|
|
background: transparent;
|
|
color: var(--sky-text);
|
|
font: inherit;
|
|
font-size: 17px;
|
|
line-height: 1.25;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
transition:
|
|
background-color var(--sky-transition-fast, 100ms) ease,
|
|
box-shadow var(--sky-transition-fast, 100ms) ease;
|
|
}
|
|
|
|
.sky-dropdown__item--separator {
|
|
margin-top: 5px;
|
|
padding-top: 13px;
|
|
}
|
|
|
|
.sky-dropdown__item--separator::before {
|
|
content: '';
|
|
height: 1px;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 14px;
|
|
left: 52px;
|
|
background: var(--sky-hairline);
|
|
transform: scaleY(var(--sky-hairline-scale, 1));
|
|
transform-origin: center top;
|
|
}
|
|
|
|
.sky-dropdown__indicator,
|
|
.sky-dropdown__chevron {
|
|
display: grid;
|
|
place-items: center;
|
|
}
|
|
|
|
.sky-dropdown__label {
|
|
min-width: 0;
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.sky-dropdown__chevron {
|
|
color: var(--sky-muted);
|
|
}
|
|
|
|
.sky-dropdown__item--destructive {
|
|
color: var(--sky-danger);
|
|
}
|
|
|
|
.sky-dropdown__item:focus-visible,
|
|
.sky-dropdown__item:active {
|
|
background: var(--sky-pressed);
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.sky-dropdown__item:hover:not(:disabled) {
|
|
background: var(--sky-pressed);
|
|
box-shadow: inset 0 0 0 1px var(--sky-hairline);
|
|
}
|
|
}
|
|
|
|
.sky-dropdown__item:focus-visible {
|
|
outline: 2px solid var(--sky-app-accent);
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
.sky-dropdown__item:disabled {
|
|
opacity: 0.45;
|
|
cursor: default;
|
|
}
|
|
|
|
.sky-dropdown__item:disabled:hover,
|
|
.sky-dropdown__item:disabled:active {
|
|
background: transparent;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap {
|
|
position: absolute;
|
|
z-index: 2;
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--top,
|
|
.sky-popover__arrow-wrap--bottom {
|
|
width: 26px;
|
|
height: 13px;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--left,
|
|
.sky-popover__arrow-wrap--right {
|
|
width: 13px;
|
|
height: 26px;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--top {
|
|
bottom: 100%;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--bottom {
|
|
top: 100%;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--left {
|
|
right: 100%;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--right {
|
|
left: 100%;
|
|
}
|
|
|
|
.sky-popover__arrow {
|
|
width: 19px;
|
|
height: 19px;
|
|
position: absolute;
|
|
display: block;
|
|
background: var(--sky-glass-solid, var(--sky-surface));
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--top .sky-popover__arrow {
|
|
bottom: -10px;
|
|
left: 4px;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--bottom .sky-popover__arrow {
|
|
top: -10px;
|
|
left: 4px;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--left .sky-popover__arrow {
|
|
top: 4px;
|
|
right: -10px;
|
|
}
|
|
|
|
.sky-popover__arrow-wrap--right .sky-popover__arrow {
|
|
top: 4px;
|
|
left: -10px;
|
|
}
|
|
|
|
.sky-panel__panel--left {
|
|
transform-origin: left center;
|
|
}
|
|
|
|
.sky-panel__panel--right {
|
|
transform-origin: right center;
|
|
}
|
|
|
|
.sky-action-button:focus-visible,
|
|
.sky-dialog-button:focus-visible,
|
|
.sky-messagebar textarea:focus-visible,
|
|
.sky-panel__panel:focus-visible,
|
|
.sky-popup__panel:focus-visible,
|
|
.sky-popover__panel:focus-visible {
|
|
outline: 2px solid var(--sky-app-accent);
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
.sky-action-button:disabled,
|
|
.sky-action-button--disabled,
|
|
.sky-messagebar textarea:disabled {
|
|
opacity: 0.45;
|
|
}
|
|
|
|
@supports (
|
|
(-webkit-backdrop-filter: blur(16px)) or (backdrop-filter: blur(16px))
|
|
) {
|
|
.sky-dropdown .sky-popover__panel {
|
|
background:
|
|
linear-gradient(
|
|
145deg,
|
|
var(--sky-dropdown-glass-highlight, rgba(255, 255, 255, 0.12)) 0%,
|
|
transparent 42%
|
|
),
|
|
var(--sky-glass);
|
|
-webkit-backdrop-filter: blur(16px);
|
|
backdrop-filter: blur(16px);
|
|
}
|
|
|
|
.sky-popover__arrow {
|
|
background: var(--sky-glass);
|
|
-webkit-backdrop-filter: blur(16px);
|
|
backdrop-filter: blur(16px);
|
|
}
|
|
}
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
.sky-sheet-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-sheet-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-sheet-rise-enter-active .sky-sheet__panel,
|
|
.sky-sheet-rise-leave-active .sky-sheet__panel,
|
|
.sky-action-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-action-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-action-rise-enter-active .sky-action-sheet__panel,
|
|
.sky-action-rise-leave-active .sky-action-sheet__panel,
|
|
.sky-dialog-pop-enter-active .sky-overlay-backdrop,
|
|
.sky-dialog-pop-leave-active .sky-overlay-backdrop,
|
|
.sky-dialog-pop-enter-active .sky-dialog__panel,
|
|
.sky-dialog-pop-leave-active .sky-dialog__panel,
|
|
.sky-panel-left-enter-active .sky-overlay-backdrop,
|
|
.sky-panel-left-leave-active .sky-overlay-backdrop,
|
|
.sky-panel-left-enter-active .sky-panel__panel,
|
|
.sky-panel-left-leave-active .sky-panel__panel,
|
|
.sky-panel-right-enter-active .sky-overlay-backdrop,
|
|
.sky-panel-right-leave-active .sky-overlay-backdrop,
|
|
.sky-panel-right-enter-active .sky-panel__panel,
|
|
.sky-panel-right-leave-active .sky-panel__panel,
|
|
.sky-popup-rise-enter-active .sky-overlay-backdrop,
|
|
.sky-popup-rise-leave-active .sky-overlay-backdrop,
|
|
.sky-popup-rise-enter-active .sky-popup__panel,
|
|
.sky-popup-rise-leave-active .sky-popup__panel,
|
|
.sky-popover-scale-enter-active .sky-overlay-backdrop,
|
|
.sky-popover-scale-leave-active .sky-overlay-backdrop,
|
|
.sky-popover-scale-enter-active .sky-popover__panel,
|
|
.sky-popover-scale-leave-active .sky-popover__panel,
|
|
.sky-popover-scale-enter-active .sky-popover__content,
|
|
.sky-popover-scale-leave-active .sky-popover__content,
|
|
.sky-toast-slide-enter-active,
|
|
.sky-toast-slide-leave-active,
|
|
.sky-notification-slide-enter-active,
|
|
.sky-notification-slide-leave-active,
|
|
.sky-sheet__panel--settling {
|
|
transition-duration: 0.01ms !important;
|
|
}
|
|
}
|