summaryrefslogtreecommitdiffstats
path: root/public/css/form/schedule-service-downtime-form.less
blob: a65264d2d1eb9665ee16b781719789cb20f668e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.downtime-duration {
  > label {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row-reverse;

    input {
      flex: 1 1 auto;
    }

    span {
      margin-left: .5em;
      padding: .5625em 0;
      line-height: 1.1em;
    }

    &:not(:last-child) {
      margin-right: 1.5em;
    }
  }
}