|
| 1 | +* { |
| 2 | + font-family: 'IBM Plex Sans'; |
| 3 | + box-sizing: border-box; |
| 4 | + outline: 0 |
| 5 | +} |
| 6 | + |
| 7 | +html { |
| 8 | + width: 340px |
| 9 | +} |
| 10 | + |
| 11 | +body { |
| 12 | + |
| 13 | + width: 324px |
| 14 | + |
| 15 | +} |
| 16 | + |
| 17 | +body, |
| 18 | +html { |
| 19 | + background: #000000; |
| 20 | + color: #fff; |
| 21 | + line-height: 1.15; |
| 22 | + text-size-adjust: 100% |
| 23 | +} |
| 24 | + |
| 25 | +div { |
| 26 | + display: block |
| 27 | +} |
| 28 | + |
| 29 | +a { |
| 30 | + text-decoration: none |
| 31 | +} |
| 32 | + |
| 33 | +input { |
| 34 | + font-family: inherit; |
| 35 | + font-size: 100%; |
| 36 | + line-height: 1.15; |
| 37 | + margin: 0 |
| 38 | +} |
| 39 | + |
| 40 | +input { |
| 41 | + overflow: visible |
| 42 | +} |
| 43 | + |
| 44 | +input { |
| 45 | + writing-mode: horizontal-tb !important; |
| 46 | + text-rendering: auto; |
| 47 | + color: fieldtext; |
| 48 | + letter-spacing: normal; |
| 49 | + word-spacing: normal; |
| 50 | + line-height: normal; |
| 51 | + text-transform: none; |
| 52 | + text-indent: 0; |
| 53 | + text-shadow: none; |
| 54 | + display: inline-block; |
| 55 | + text-align: start; |
| 56 | + appearance: auto; |
| 57 | + -webkit-rtl-ordering: logical; |
| 58 | + cursor: text; |
| 59 | + background-color: field; |
| 60 | + margin: 0; |
| 61 | + padding: 1px 2px; |
| 62 | + border-width: 2px; |
| 63 | + border-style: inset; |
| 64 | + border-color: -internal-light-dark(#767676, #858585); |
| 65 | + border-image: initial |
| 66 | +} |
| 67 | + |
| 68 | +.text_input { |
| 69 | + background-color: transparent; |
| 70 | + padding: 8px 8px 8px 16px; |
| 71 | + color: #fff; |
| 72 | + outline: 0; |
| 73 | + border: none; |
| 74 | + width: 100%; |
| 75 | + font-size: 14px |
| 76 | +} |
| 77 | + |
| 78 | +.text_input.small { |
| 79 | + width: 30% |
| 80 | +} |
| 81 | + |
| 82 | +.text_input.text_right { |
| 83 | + text-align: right |
| 84 | +} |
| 85 | + |
| 86 | +input::-webkit-inner-spin-button, |
| 87 | +input::-webkit-outer-spin-button { |
| 88 | + -webkit-appearance: none; |
| 89 | + margin: 0 |
| 90 | +} |
| 91 | + |
| 92 | +input[type=number] { |
| 93 | + appearance: textfield; |
| 94 | + -moz-appearance: textfield |
| 95 | +} |
| 96 | + |
| 97 | +::-webkit-scrollbar { |
| 98 | + width: 6px; |
| 99 | + right: 2px; |
| 100 | + bottom: 2px; |
| 101 | + top: 2px; |
| 102 | + border-radius: 3px |
| 103 | +} |
| 104 | + |
| 105 | +::-webkit-scrollbar-track { |
| 106 | + background: 0 0 |
| 107 | +} |
| 108 | + |
| 109 | +::-webkit-scrollbar-thumb { |
| 110 | + background: #fe9800 |
| 111 | +} |
| 112 | + |
| 113 | +.header { |
| 114 | + box-sizing: border-box; |
| 115 | + padding: 16px; |
| 116 | + display: flex; |
| 117 | + place-content: space-between; |
| 118 | + font-weight: 400 |
| 119 | +} |
| 120 | + |
| 121 | +.header_label_container { |
| 122 | + box-sizing: border-box; |
| 123 | + margin-right: 0; |
| 124 | + display: flex; |
| 125 | + flex: 1 1 0%; |
| 126 | + -webkit-box-pack: center; |
| 127 | + justify-content: center; |
| 128 | + -webkit-box-align: center; |
| 129 | + align-items: center |
| 130 | +} |
| 131 | + |
| 132 | +.header_label { |
| 133 | + box-sizing: border-box; |
| 134 | + font-size: 24px; |
| 135 | + font-weight: 700; |
| 136 | + display: flex; |
| 137 | + color: #fff |
| 138 | +} |
| 139 | + |
| 140 | +.bbflex { |
| 141 | + box-sizing: border-box; |
| 142 | + display: flex; |
| 143 | + -webkit-box-align: center; |
| 144 | + align-items: center |
| 145 | +} |
| 146 | + |
| 147 | +.scrolling_container { |
| 148 | + box-sizing: border-box; |
| 149 | + margin-top: 8px; |
| 150 | + margin-left: 16px; |
| 151 | + margin-right: 16px; |
| 152 | + padding-bottom: 16px |
| 153 | +} |
| 154 | + |
| 155 | +.settings_item_container { |
| 156 | + box-sizing: border-box; |
| 157 | + margin-bottom: 8px; |
| 158 | + border: 1px solid rgba(255, 255, 255, .08); |
| 159 | + border-radius: 8px; |
| 160 | + box-sizing: border-box |
| 161 | +} |
| 162 | + |
| 163 | +.settings_item { |
| 164 | + width: 100%; |
| 165 | + background-color: rgba(255, 255, 255, .08); |
| 166 | + min-height: 48px; |
| 167 | + padding: 14px 16px 0; |
| 168 | + border-radius: 8px |
| 169 | +} |
| 170 | + |
| 171 | +.settings_item>div { |
| 172 | + -webkit-box-pack: justify; |
| 173 | + justify-content: space-between; |
| 174 | + -webkit-box-align: center; |
| 175 | + align-items: center |
| 176 | +} |
| 177 | + |
| 178 | +.settings_item_label { |
| 179 | + font-size: 14px; |
| 180 | + font-weight: 600; |
| 181 | + color: #fff; |
| 182 | + padding-left: 16px; |
| 183 | + height: 20px; |
| 184 | + -webkit-box-align: center; |
| 185 | + align-items: center |
| 186 | +} |
| 187 | + |
| 188 | +.settings_toggle { |
| 189 | + height: 20px; |
| 190 | + max-width: 36px; |
| 191 | + min-width: 36px; |
| 192 | + border-radius: 10px; |
| 193 | + padding: 2px; |
| 194 | + transition: background-color .3s ease 0s; |
| 195 | + opacity: 1; |
| 196 | + cursor: pointer |
| 197 | +} |
| 198 | + |
| 199 | +.settings_toggle>div { |
| 200 | + width: 16px; |
| 201 | + height: 16px; |
| 202 | + border-radius: 50%; |
| 203 | + transform: translate(16px); |
| 204 | + transition: transform .3s ease 0s, background-color .3s ease 0s |
| 205 | +} |
| 206 | + |
| 207 | +.settings_toggle.on { |
| 208 | + background-color: #fe9800 |
| 209 | +} |
| 210 | + |
| 211 | +.settings_toggle.off { |
| 212 | + background-color: #fff |
| 213 | +} |
| 214 | + |
| 215 | +.settings_toggle.on>div { |
| 216 | + background-color: #fff; |
| 217 | + transform: translate(16px) |
| 218 | +} |
| 219 | + |
| 220 | +.settings_toggle.off>div { |
| 221 | + background-color: #fe9800; |
| 222 | + transform: translate(0) |
| 223 | +} |
| 224 | + |
| 225 | +.settings_description_container { |
| 226 | + padding: 10px 16px 8px; |
| 227 | + -webkit-box-pack: justify; |
| 228 | + justify-content: space-between |
| 229 | +} |
| 230 | + |
| 231 | +.settings_description { |
| 232 | + font-size: 12px; |
| 233 | + color: rgba(255, 255, 255, .5) |
| 234 | +} |
| 235 | + |
| 236 | +.footer { |
| 237 | + display: flex; |
| 238 | + flex-direction: row; |
| 239 | + padding: 8px; |
| 240 | + margin-top: 8px; |
| 241 | + font-size: 10px |
| 242 | +} |
| 243 | + |
| 244 | +.footer * { |
| 245 | + color: rgba(255, 255, 255, .8) |
| 246 | +} |
| 247 | + |
| 248 | +.footer>:nth-child(1) { |
| 249 | + flex-grow: 1 |
| 250 | +} |
| 251 | + |
0 commit comments