Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dashboard.css « dashboard « pages « assets - github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7996ff18c06d8818fae4ac055939c72e7351ee58 (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
.dashboard-page {
  padding: 0.5rem;
}

.dashboard-header-wrapper {
  lost-flex-container: row;
  lost-align: center;
}

.dashboard-header-logo {
  lost-column: 1/4 4 0;
  lost-align: middle-right;
}

.dashboard-header-logo__svg {
  width: 112px;
  height: 98px;
}

.dashboard-header-title {
  lost-column: 1/4 4 0;
  text-align: left;
}

.dashboard-header-title__text {
  margin: 0 0.5rem;
}

@media (width <= 640px) {
  .dashboard-header-logo {
    lost-column: 1/2 2 0;
  }

  .dashboard-header-title {
    lost-column: 1/2 2 0;
  }
}