summaryrefslogtreecommitdiff
path: root/priv/static/static/css/app.fd71461124f3eb029b1b.css
blob: 6ab9849ec66c90786a1a352d8d99235e01899908 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.with-load-more-footer {
  padding: 10px;
  text-align: center;
  border-top: 1px solid;
  border-top-color: #222;
  border-top-color: var(--border, #222);
}
.with-load-more-footer .error {
  font-size: 14px;
}
.tab-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tab-switcher .contents {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  min-height: 0px;
}
.tab-switcher .contents .hidden {
  display: none;
}
.tab-switcher .contents.scrollable-tabs {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  overflow-y: auto;
}
.tab-switcher .tabs {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 5px;
  box-sizing: border-box;
}
.tab-switcher .tabs::after, .tab-switcher .tabs::before {
  display: block;
  content: "";
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  border-bottom: 1px solid;
  border-bottom-color: #222;
  border-bottom-color: var(--border, #222);
}
.tab-switcher .tabs .tab-wrapper {
  height: 28px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.tab-switcher .tabs .tab-wrapper .tab {
  width: 100%;
  min-width: 1px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 6px 1em;
  padding-bottom: 99px;
  margin-bottom: -93px;
  white-space: nowrap;
}
.tab-switcher .tabs .tab-wrapper .tab:not(.active) {
  z-index: 4;
}
.tab-switcher .tabs .tab-wrapper .tab:not(.active):hover {
  z-index: 6;
}
.tab-switcher .tabs .tab-wrapper .tab.active {
  background: transparent;
  z-index: 5;
}
.tab-switcher .tabs .tab-wrapper .tab img {
  max-height: 26px;
  vertical-align: top;
  margin-top: -5px;
}
.tab-switcher .tabs .tab-wrapper:not(.active)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  border-bottom: 1px solid;
  border-bottom-color: #222;
  border-bottom-color: var(--border, #222);
}
.with-subscription-loading {
  padding: 10px;
  text-align: center;
}
.with-subscription-loading .error {
  font-size: 14px;
}

/*# sourceMappingURL=app.fd71461124f3eb029b1b.css.map*/