aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/network.scss
blob: 8beef5e7250fc22d1570a35f509fd2656d0d1663 (plain) (blame)
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
.network-indicator {
  display: flex;
  align-items: center;
  font-size: .6em;
}

.network-name {
  line-height: 12px;
  padding: 0 4px;
  font-family: 'DIN OT';
  font-size: 10px;
  flex: 1 0 auto;
}

.network-droppo {
  right: 2px;

  @media screen and (min-width: 576px) {
    right: calc(((100% - 85vw) / 2) + 2px);
  }

  @media screen and (min-width: 769px) {
    right: calc(((100% - 80vw) / 2) + 2px);
  }

  @media screen and (min-width: 1281px) {
    right: calc(((100% - 65vw) / 2) + 2px);
  }
}

.network-name-item {
  font-weight: 100;
  flex: 1 0 auto;
  color: $dusty-gray;
}

.network-check,
.network-check__transparent {
  color: $white;
  margin-left: 7px;
}

.network-check__transparent {
  opacity: 0;
}