summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/date-time.scss
blob: 80d4b171c443ea17078544a20a6655bbad5ff2d4 (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
50
51
52
53
54
55
56
57
58
59
60
// Date Time SCSS
.time__form {

  input {
    margin-bottom: 0em;
  }

  fieldset {
    padding-left: 1.8em;
  }

  .date-time__metadata-wrapper {
    margin: 0;
    padding: 0;
  }
  .date-time__owner-dropdown {
    width: 200px;
    &:hover {
      background-color: $dropdown__focus-bg;
    }
  }
  .date-time__ntp-servers{
    padding-top: .6em;
    padding-left: 0em;
  }
  .date-time__ntp-servers-wrap{
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 3em;
  }
  .date-time__metadata-block {
    list-style-type: none;
    margin-right: .7em;
    margin-left: 3em;
    display: inline;
    white-space: normal;
    word-break: break-all;
    @include mediaQuery(small) {
      float: left;
    }
  }
  .time__submit-wrapper {
    width: 100%;
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid $medgrey;
    button {
      float: right;
      margin: .5em;
    }
  }
  .date-time__dns-remove {
    color: $medblue;
    opacity: 1;
    margin-left: 1em;
    &:hover {
      cursor: pointer;
    }
  }
}
OpenPOWER on IntegriCloud