addons/isl/src/GotoTimeMenu.cssblame
View source
b69ab311/**
b69ab312 * Copyright (c) Meta Platforms, Inc. and affiliates.
b69ab313 *
b69ab314 * This source code is licensed under the MIT license found in the
b69ab315 * LICENSE file in the root directory of this source tree.
b69ab316 */
b69ab317
b69ab318.goto-time-input-row {
b69ab319 display: flex;
b69ab3110 gap: var(--pad);
b69ab3111 align-items: center;
b69ab3112}
b69ab3113
b69ab3114.goto-time-content {
b69ab3115 display: flex;
b69ab3116 flex-direction: column;
b69ab3117 min-width: 210px; /* Ensure dialog is wide enough for datetime picker */
b69ab3118}
b69ab3119
b69ab3120.goto-time-or-divider {
b69ab3121 text-align: center;
b69ab3122 margin: 8px 0;
b69ab3123 color: var(--text-secondary);
b69ab3124}
b69ab3125
b69ab3126.goto-time-datetime-inputs {
b69ab3127 display: flex;
b69ab3128 align-items: center;
b69ab3129}
b69ab3130
b69ab3131.goto-time-actions {
b69ab3132 display: flex;
b69ab3133 justify-content: space-between;
b69ab3134 align-items: center;
b69ab3135 margin-top: 16px;
b69ab3136 gap: var(--pad);
b69ab3137}