summaryrefslogtreecommitdiffstats
path: root/pkg/lib/cockpit-components-shutdown.scss
blob: 80a255f3bfcf0182c19a8a74b8dff3100603718d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#shutdown-group {
  overflow: visible;
}

.shutdown-delay-group {
  // Add spacing between rows for when the flex items wrap
  row-gap: var(--pf-v5-global--spacer--sm);

  .shutdown-time-picker {
    max-inline-size: 7rem;
  }

  .shutdown-select-delay,
  .shutdown-date-picker {
    max-inline-size: 10rem;
  }
}