summaryrefslogtreecommitdiffstats
path: root/app/server-control/styles/power-usage.scss
blob: f45a5108ebda965097d2ec7ee3257e99290a91bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Power Usage SCSS
.power-usage__form {

  input {
    height: 2.1em;
    margin-bottom: 0em;
  }

  fieldset {
    padding-left: 1.8em;
  }

  .power-usage__switch-label {
    padding-bottom: .5em;
  }

  .power-usage__switch-label p {
    margin: 0;
    &:first-child {font-weight: 700;}
  }

  .power-usage__metadata-wrapper {
    margin: 0;
    padding: 0;
  }

  .power-usage__metadata-block {
    min-width: 47%;
    margin-bottom: 1.8em;
    margin-right: .7em;
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    @include mediaQuery(small) {
      float: left;
    }
  }

  .power-usage__submit-wrapper {
    width: 100%;
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid $medgrey;
    button {
      float: right;
      margin: .5em;
    }
  }
}
OpenPOWER on IntegriCloud