Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 8ca45faf

Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)

Re #8924 - Kódodování responzivního designu přihlášení a dashboardu
+ Add styles for responsive design

Zobrazit rozdíly:

src/assets/scss/_dashboard.scss
6 6
  align-items: center;
7 7
}
8 8

  
9
.dashboard-unit-heading {
10
  text-align: right;
11

  
12
  @include media-breakpoint-down(xs) {
13
    text-align: center;
14
  }
15
}
16

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

  
12 20
  h3 {
13 21
    margin: 0;
14 22
    font-weight: $font-weight-bold;
23
    white-space: nowrap;
24
    overflow: hidden;
25
    text-overflow: ellipsis;
26

  
27
    @include media-breakpoint-down(sm) {
28
      max-width: 260px;
29
      font-size: 16px;
30
    }
31

  
32
    @include media-breakpoint-down(xs) {
33
      margin-bottom: 10px;
34
    }
15 35
  }
16 36

  
17 37
  h4 {
18 38
    margin: 0;
39

  
40
    @include media-breakpoint-down(xs) {
41
      margin-bottom: 10px;
42
    }
19 43
  }
20 44

  
21 45
  .p-accordion {
......
80 104
  height: 100%
81 105
}
82 106

  
107
.dashboard-sensor-heading {
108
  text-align: right;
109

  
110
  @include media-breakpoint-down(xs) {
111
    text-align: center;
112
  }
113
}
114

  
83 115
.dashboard-button-separator {
84 116
  display: inline-flex;
85 117
  align-items: center;

Také k dispozici: Unified diff