|
1 | 1 | @import '@influxdata/clockface/dist/variables.scss';
|
| 2 | +.refresh-form-header { |
| 3 | + padding: 0 $cf-space-l; |
| 4 | +} |
| 5 | + |
| 6 | +.refresh-form-body { |
| 7 | + padding: $cf-space-m $cf-space-l; |
| 8 | +} |
| 9 | + |
2 | 10 | .refresh-form-container {
|
3 |
| - display: flex; |
4 |
| - align-items: center; |
5 |
| - justify-content: space-between; |
6 |
| - padding: $cf-space-2xs + 4px $cf-space-2xl; |
7 |
| - &.reverse { |
8 |
| - flex-direction: row-reverse; |
9 |
| - } |
| 11 | + padding-top: $cf-space-l; |
| 12 | +} |
| 13 | + |
| 14 | +.refresh-form-container-title { |
| 15 | + padding-bottom: $cf-space-xs; |
| 16 | +} |
| 17 | + |
| 18 | +.refresh-form-container-description { |
| 19 | + color: $cf-grey-65; |
| 20 | + padding-bottom: $cf-space-xs; |
10 | 21 | }
|
11 | 22 |
|
12 | 23 | .refresh-form-container-child {
|
|
20 | 31 | grid-template-columns: 1fr;
|
21 | 32 | }
|
22 | 33 | }
|
23 |
| -.refresh-form-column { |
24 |
| - display: grid; |
25 |
| -} |
26 |
| - |
27 |
| -.refresh-timeout-span { |
28 |
| - flex: 1; |
29 |
| -} |
30 | 34 |
|
31 | 35 | .refresh-form-buttons {
|
32 |
| - display: grid; |
33 |
| - grid-template-columns: auto auto; |
34 |
| - grid-gap: 10px; |
| 36 | + display: flex; |
| 37 | + justify-content: flex-end; |
35 | 38 | padding: $cf-space-s $cf-space-3xs $cf-space-2xs $cf-space-3xs;
|
36 | 39 | }
|
37 | 40 |
|
38 | 41 | .refresh-form-cancel-button {
|
39 |
| - width: 140px; |
| 42 | + width: 100px; |
40 | 43 | justify-self: end;
|
41 | 44 | }
|
42 | 45 |
|
43 | 46 | .refresh-form-activate-button {
|
44 |
| - width: 140px; |
45 |
| -} |
46 |
| - |
47 |
| -.refresh-form-timeout-dropdown { |
48 |
| - padding: 0 0 0 $cf-space-2xs; |
49 |
| - flex: 1; |
| 47 | + width: 100px; |
50 | 48 | }
|
51 | 49 |
|
52 | 50 | .refresh-form-time-label {
|
|
55 | 53 |
|
56 | 54 | .timerange-dropdown {
|
57 | 55 | justify-self: end;
|
58 |
| - width: 178px; |
| 56 | + width: 100%; |
| 57 | + padding-top: $cf-space-xs; |
59 | 58 | }
|
60 | 59 |
|
61 |
| -.refresh-form-timerange-toggle { |
62 |
| - margin: 0px $cf-space-2xs; |
| 60 | +.refresh-input { |
| 61 | + width: 210px; |
63 | 62 | }
|
64 | 63 |
|
65 |
| -.refresh-input { |
66 |
| - width: 100px; |
| 64 | +.refresh-inactivity-timeout-container { |
| 65 | + width: 210px; |
| 66 | + display: flex; |
| 67 | +} |
| 68 | + |
| 69 | +.refresh-inactivity-timeout-num { |
| 70 | + flex: 1; |
| 71 | + padding-right: $cf-space-2xs; |
| 72 | +} |
| 73 | + |
| 74 | +.refresh-inactivity-timeout-unit { |
| 75 | + flex: 1 0 20px; |
67 | 76 | }
|
0 commit comments