Projekt

Obecné

Profil

Stáhnout (1.63 KB) Statistiky
| Větev: | Tag: | Revize:
1
.dashboard-unit-wrapper {
2
  width: 100%;
3
}
4

    
5
.dashboard-unit {
6
  align-items: center;
7
}
8

    
9
.dashboard {
10
  padding: $grid-gutter-width 0;
11

    
12
  h3 {
13
    margin: 0;
14
    font-weight: $font-weight-bold;
15
  }
16

    
17
  h4 {
18
    margin: 0;
19
  }
20

    
21
  .p-accordion {
22
    .p-accordion-header {
23
      .p-accordion-header-link {
24
        padding-top: $grid-gutter-width / 2;
25
        padding-bottom: $grid-gutter-width / 2;
26
        color: #0B1226;
27
        background: #F2F2F2;
28
      }
29

    
30
      &:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
31
        color: #0B1226;
32
        background: #BCBCBC;
33
      }
34

    
35
      &:not(.p-disabled).p-highlight  {
36
        .p-accordion-header-link {
37
          color: #0B1226;
38
          background: #BCBCBC;
39
        }
40
      }
41

    
42
      .p-splitbutton-defaultbutton{
43
        margin-left: $grid-gutter-width  / 2;
44
      }
45
    }
46

    
47
    .p-accordion-content {
48
      padding: 0;
49
      color: #0B1226;
50
      background: #F2F2F2;
51

    
52
      .ng-star-inserted {
53
        &:nth-child(2n) .row {
54
          background: #D3D3D3;
55
        }
56

    
57
        .row {
58
          margin: 0;
59
          padding: 5px 0;
60

    
61
          @include hover-focus() {
62
            cursor: pointer;
63
            color: #0B1226;
64
            background: #619CE2;
65
          }
66
        }
67
      }
68

    
69
      .p-button {
70
        margin: 0 5px;
71
        padding: 5px 7px;
72
      }
73
    }
74
  }
75
}
76

    
77
.dashboard-sensor-heading-wrapper {
78
  display: flex;
79
  align-items: center;
80
  height: 100%
81
}
82

    
83
.dashboard-button-separator {
84
  display: inline-flex;
85
  align-items: center;
86
  vertical-align: bottom;
87
  margin: 0 $grid-gutter-width / 2;
88
  width: 2px;
89
  height: 100%;
90
  background: $secondary;
91
}
92

    
93
.p-dialog {
94
  background: $primary
95
}
(1-1/7)