Warning, /firebird/firebird-ng/src/app/components/event-time-control/event-time-control.component.scss is written in an unsupported language. File is not indexed.
0001 .time-slider-wrapper {
0002 display: flex;
0003 align-items: center;
0004 margin-right: 10px;
0005 }
0006
0007 .time-label {
0008 min-width: 50px;
0009 text-align: center;
0010 }
0011
0012 .tslider {
0013 flex: 1;
0014 }
0015
0016 .close-round-btn {
0017 position: absolute;
0018 top: 15px;
0019 right: 10px;
0020 border-radius: 50%;
0021 z-index: 10;
0022 border: none;
0023 background: none;
0024 box-shadow: var(--mat-sys-level2);
0025 }
0026
0027 .close-round-btn:hover{
0028 color: #bec2ff;
0029 }
0030
0031 .custom-dialog-container {
0032 padding: 45px 24px 24px 24px;
0033 border-radius: 18px;
0034 box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
0035 font-family: Arial, sans-serif;
0036 max-width: 300px;
0037 display: flex;
0038 flex-direction: column;
0039 gap: 20px;
0040 }
0041
0042 .dialog-title {
0043 margin: 0;
0044 font-size: 18px;
0045 font-weight: 600;
0046 }
0047
0048 .time-inputs {
0049 display: flex;
0050 flex-direction: column;
0051 gap: 16px;
0052 }
0053
0054 .dialog-actions {
0055 display: flex;
0056 justify-content: center;
0057 }
0058