| 1 |
/*! |
| 2 |
Blueprint CSS 3.1.1 |
| 3 |
https://blueprintcss.dev |
| 4 |
License MIT 2019 |
| 5 |
*/ |
| 6 |
html { |
| 7 |
box-sizing: border-box; } |
| 8 |
|
| 9 |
[bp~='container'] { |
| 10 |
width: 100%; |
| 11 |
margin: 0 auto; |
| 12 |
display: block; |
| 13 |
max-width: 1000px; } |
| 14 |
|
| 15 |
[bp~='grid'] { |
| 16 |
display: grid !important; |
| 17 |
grid-gap: 16px; |
| 18 |
grid-template-columns: repeat(12, 1fr); } |
| 19 |
|
| 20 |
[bp~='vertical-start'] { |
| 21 |
align-items: start; } |
| 22 |
|
| 23 |
[bp~='vertical-center'] { |
| 24 |
align-items: center; } |
| 25 |
|
| 26 |
[bp~='vertical-end'] { |
| 27 |
align-items: end; } |
| 28 |
|
| 29 |
[bp~='between'] { |
| 30 |
justify-content: center; } |
| 31 |
|
| 32 |
[bp~='gap-none'] { |
| 33 |
grid-gap: 0; |
| 34 |
margin-bottom: 0; } |
| 35 |
|
| 36 |
[bp~='gap-column-none'] { |
| 37 |
grid-column-gap: 0; } |
| 38 |
|
| 39 |
[bp~='gap-row-none'] { |
| 40 |
grid-row-gap: 0; |
| 41 |
margin-bottom: 0; } |
| 42 |
|
| 43 |
[bp~='first'] { |
| 44 |
order: -1; } |
| 45 |
|
| 46 |
[bp~='last'] { |
| 47 |
order: 12; } |
| 48 |
|
| 49 |
[bp~='hide'] { |
| 50 |
display: none !important; } |
| 51 |
|
| 52 |
[bp~='show'] { |
| 53 |
display: initial !important; } |
| 54 |
|
| 55 |
[bp~='grid'][bp*='@'] { |
| 56 |
grid-template-columns: 12fr; } |
| 57 |
|
| 58 |
[bp~='grid'][bp*='@sm'], [bp~='grid'][bp*='@md'], [bp~='grid'][bp*='@lg'], [bp~='grid'][bp*='@xl'] { |
| 59 |
grid-template-columns: 12fr; } |
| 60 |
|
| 61 |
[bp~='1@sm'], [bp~='1@md'], [bp~='1@lg'], [bp~='1@xl'], [bp~='2@sm'], [bp~='2@md'], [bp~='2@lg'], [bp~='2@xl'], [bp~='3@sm'], [bp~='3@md'], [bp~='3@lg'], [bp~='3@xl'], [bp~='4@sm'], [bp~='4@md'], [bp~='4@lg'], [bp~='4@xl'], [bp~='5@sm'], [bp~='5@md'], [bp~='5@lg'], [bp~='5@xl'], [bp~='6@sm'], [bp~='6@md'], [bp~='6@lg'], [bp~='6@xl'], [bp~='7@sm'], [bp~='7@md'], [bp~='7@lg'], [bp~='7@xl'], [bp~='8@sm'], [bp~='8@md'], [bp~='8@lg'], [bp~='8@xl'], [bp~='9@sm'], [bp~='9@md'], [bp~='9@lg'], [bp~='9@xl'], [bp~='10@sm'], [bp~='10@md'], [bp~='10@lg'], [bp~='10@xl'], [bp~='11@sm'], [bp~='11@md'], [bp~='11@lg'], [bp~='11@xl'], [bp~='12@sm'], [bp~='12@md'], [bp~='12@lg'], [bp~='12@xl'] { |
| 62 |
grid-column: span 12; } |
| 63 |
|
| 64 |
[bp~='grid'][bp~='1'] { |
| 65 |
grid-template-columns: repeat(12, 1fr); } |
| 66 |
|
| 67 |
[bp~='1'] { |
| 68 |
grid-column: span 1/span 1; } |
| 69 |
|
| 70 |
[bp~='grid'][bp~='2'] { |
| 71 |
grid-template-columns: repeat(6, 1fr); } |
| 72 |
|
| 73 |
[bp~='2'] { |
| 74 |
grid-column: span 2/span 2; } |
| 75 |
|
| 76 |
[bp~='grid'][bp~='3'] { |
| 77 |
grid-template-columns: repeat(4, 1fr); } |
| 78 |
|
| 79 |
[bp~='3'] { |
| 80 |
grid-column: span 3/span 3; } |
| 81 |
|
| 82 |
[bp~='grid'][bp~='4'] { |
| 83 |
grid-template-columns: repeat(3, 1fr); } |
| 84 |
|
| 85 |
[bp~='4'] { |
| 86 |
grid-column: span 4/span 4; } |
| 87 |
|
| 88 |
[bp~='grid'][bp~='5'] { |
| 89 |
grid-template-columns: repeat(2.4, 1fr); } |
| 90 |
|
| 91 |
[bp~='5'] { |
| 92 |
grid-column: span 5/span 5; } |
| 93 |
|
| 94 |
[bp~='grid'][bp~='6'] { |
| 95 |
grid-template-columns: repeat(2, 1fr); } |
| 96 |
|
| 97 |
[bp~='6'] { |
| 98 |
grid-column: span 6/span 6; } |
| 99 |
|
| 100 |
[bp~='grid'][bp~='7'] { |
| 101 |
grid-template-columns: repeat(1.71429, 1fr); } |
| 102 |
|
| 103 |
[bp~='7'] { |
| 104 |
grid-column: span 7/span 7; } |
| 105 |
|
| 106 |
[bp~='grid'][bp~='8'] { |
| 107 |
grid-template-columns: repeat(1.5, 1fr); } |
| 108 |
|
| 109 |
[bp~='8'] { |
| 110 |
grid-column: span 8/span 8; } |
| 111 |
|
| 112 |
[bp~='grid'][bp~='9'] { |
| 113 |
grid-template-columns: repeat(1.33333, 1fr); } |
| 114 |
|
| 115 |
[bp~='9'] { |
| 116 |
grid-column: span 9/span 9; } |
| 117 |
|
| 118 |
[bp~='grid'][bp~='10'] { |
| 119 |
grid-template-columns: repeat(1.2, 1fr); } |
| 120 |
|
| 121 |
[bp~='10'] { |
| 122 |
grid-column: span 10/span 10; } |
| 123 |
|
| 124 |
[bp~='grid'][bp~='11'] { |
| 125 |
grid-template-columns: repeat(1.09091, 1fr); } |
| 126 |
|
| 127 |
[bp~='11'] { |
| 128 |
grid-column: span 11/span 11; } |
| 129 |
|
| 130 |
[bp~='grid'][bp~='12'] { |
| 131 |
grid-template-columns: repeat(1, 1fr); } |
| 132 |
|
| 133 |
[bp~='12'] { |
| 134 |
grid-column: span 12/span 12; } |
| 135 |
|
| 136 |
[bp~='offset-1'] { |
| 137 |
grid-column-start: 1; } |
| 138 |
|
| 139 |
[bp~='offset-2'] { |
| 140 |
grid-column-start: 2; } |
| 141 |
|
| 142 |
[bp~='offset-3'] { |
| 143 |
grid-column-start: 3; } |
| 144 |
|
| 145 |
[bp~='offset-4'] { |
| 146 |
grid-column-start: 4; } |
| 147 |
|
| 148 |
[bp~='offset-5'] { |
| 149 |
grid-column-start: 5; } |
| 150 |
|
| 151 |
[bp~='offset-6'] { |
| 152 |
grid-column-start: 6; } |
| 153 |
|
| 154 |
[bp~='offset-7'] { |
| 155 |
grid-column-start: 7; } |
| 156 |
|
| 157 |
[bp~='offset-8'] { |
| 158 |
grid-column-start: 8; } |
| 159 |
|
| 160 |
[bp~='offset-9'] { |
| 161 |
grid-column-start: 9; } |
| 162 |
|
| 163 |
[bp~='offset-10'] { |
| 164 |
grid-column-start: 10; } |
| 165 |
|
| 166 |
[bp~='offset-11'] { |
| 167 |
grid-column-start: 11; } |
| 168 |
|
| 169 |
[bp~='offset-12'] { |
| 170 |
grid-column-start: 12; } |
| 171 |
|
| 172 |
@media (min-width: 480px) { |
| 173 |
[bp~='grid'][bp~='1@sm'] { |
| 174 |
grid-template-columns: repeat(12, 1fr); } |
| 175 |
[bp~='1@sm'] { |
| 176 |
grid-column: span 1/span 1; } |
| 177 |
[bp~='grid'][bp~='2@sm'] { |
| 178 |
grid-template-columns: repeat(6, 1fr); } |
| 179 |
[bp~='2@sm'] { |
| 180 |
grid-column: span 2/span 2; } |
| 181 |
[bp~='grid'][bp~='3@sm'] { |
| 182 |
grid-template-columns: repeat(4, 1fr); } |
| 183 |
[bp~='3@sm'] { |
| 184 |
grid-column: span 3/span 3; } |
| 185 |
[bp~='grid'][bp~='4@sm'] { |
| 186 |
grid-template-columns: repeat(3, 1fr); } |
| 187 |
[bp~='4@sm'] { |
| 188 |
grid-column: span 4/span 4; } |
| 189 |
[bp~='grid'][bp~='5@sm'] { |
| 190 |
grid-template-columns: repeat(2.4, 1fr); } |
| 191 |
[bp~='5@sm'] { |
| 192 |
grid-column: span 5/span 5; } |
| 193 |
[bp~='grid'][bp~='6@sm'] { |
| 194 |
grid-template-columns: repeat(2, 1fr); } |
| 195 |
[bp~='6@sm'] { |
| 196 |
grid-column: span 6/span 6; } |
| 197 |
[bp~='grid'][bp~='7@sm'] { |
| 198 |
grid-template-columns: repeat(1.71429, 1fr); } |
| 199 |
[bp~='7@sm'] { |
| 200 |
grid-column: span 7/span 7; } |
| 201 |
[bp~='grid'][bp~='8@sm'] { |
| 202 |
grid-template-columns: repeat(1.5, 1fr); } |
| 203 |
[bp~='8@sm'] { |
| 204 |
grid-column: span 8/span 8; } |
| 205 |
[bp~='grid'][bp~='9@sm'] { |
| 206 |
grid-template-columns: repeat(1.33333, 1fr); } |
| 207 |
[bp~='9@sm'] { |
| 208 |
grid-column: span 9/span 9; } |
| 209 |
[bp~='grid'][bp~='10@sm'] { |
| 210 |
grid-template-columns: repeat(1.2, 1fr); } |
| 211 |
[bp~='10@sm'] { |
| 212 |
grid-column: span 10/span 10; } |
| 213 |
[bp~='grid'][bp~='11@sm'] { |
| 214 |
grid-template-columns: repeat(1.09091, 1fr); } |
| 215 |
[bp~='11@sm'] { |
| 216 |
grid-column: span 11/span 11; } |
| 217 |
[bp~='grid'][bp~='12@sm'] { |
| 218 |
grid-template-columns: repeat(1, 1fr); } |
| 219 |
[bp~='12@sm'] { |
| 220 |
grid-column: span 12/span 12; } |
| 221 |
[bp~='offset-1@sm'] { |
| 222 |
grid-column-start: 1; } |
| 223 |
[bp~='offset-2@sm'] { |
| 224 |
grid-column-start: 2; } |
| 225 |
[bp~='offset-3@sm'] { |
| 226 |
grid-column-start: 3; } |
| 227 |
[bp~='offset-4@sm'] { |
| 228 |
grid-column-start: 4; } |
| 229 |
[bp~='offset-5@sm'] { |
| 230 |
grid-column-start: 5; } |
| 231 |
[bp~='offset-6@sm'] { |
| 232 |
grid-column-start: 6; } |
| 233 |
[bp~='offset-7@sm'] { |
| 234 |
grid-column-start: 7; } |
| 235 |
[bp~='offset-8@sm'] { |
| 236 |
grid-column-start: 8; } |
| 237 |
[bp~='offset-9@sm'] { |
| 238 |
grid-column-start: 9; } |
| 239 |
[bp~='offset-10@sm'] { |
| 240 |
grid-column-start: 10; } |
| 241 |
[bp~='offset-11@sm'] { |
| 242 |
grid-column-start: 11; } |
| 243 |
[bp~='offset-12@sm'] { |
| 244 |
grid-column-start: 12; } |
| 245 |
[bp~='hide@sm'] { |
| 246 |
display: none !important; } |
| 247 |
[bp~='show@sm'] { |
| 248 |
display: initial !important; } |
| 249 |
[bp~='first@sm'] { |
| 250 |
order: -1; } |
| 251 |
[bp~='last@sm'] { |
| 252 |
order: 12; } } |
| 253 |
|
| 254 |
@media (min-width: 720px) { |
| 255 |
[bp~='grid'][bp~='1@md'] { |
| 256 |
grid-template-columns: repeat(12, 1fr); } |
| 257 |
[bp~='1@md'] { |
| 258 |
grid-column: span 1/span 1; } |
| 259 |
[bp~='grid'][bp~='2@md'] { |
| 260 |
grid-template-columns: repeat(6, 1fr); } |
| 261 |
[bp~='2@md'] { |
| 262 |
grid-column: span 2/span 2; } |
| 263 |
[bp~='grid'][bp~='3@md'] { |
| 264 |
grid-template-columns: repeat(4, 1fr); } |
| 265 |
[bp~='3@md'] { |
| 266 |
grid-column: span 3/span 3; } |
| 267 |
[bp~='grid'][bp~='4@md'] { |
| 268 |
grid-template-columns: repeat(3, 1fr); } |
| 269 |
[bp~='4@md'] { |
| 270 |
grid-column: span 4/span 4; } |
| 271 |
[bp~='grid'][bp~='5@md'] { |
| 272 |
grid-template-columns: repeat(2.4, 1fr); } |
| 273 |
[bp~='5@md'] { |
| 274 |
grid-column: span 5/span 5; } |
| 275 |
[bp~='grid'][bp~='6@md'] { |
| 276 |
grid-template-columns: repeat(2, 1fr); } |
| 277 |
[bp~='6@md'] { |
| 278 |
grid-column: span 6/span 6; } |
| 279 |
[bp~='grid'][bp~='7@md'] { |
| 280 |
grid-template-columns: repeat(1.71429, 1fr); } |
| 281 |
[bp~='7@md'] { |
| 282 |
grid-column: span 7/span 7; } |
| 283 |
[bp~='grid'][bp~='8@md'] { |
| 284 |
grid-template-columns: repeat(1.5, 1fr); } |
| 285 |
[bp~='8@md'] { |
| 286 |
grid-column: span 8/span 8; } |
| 287 |
[bp~='grid'][bp~='9@md'] { |
| 288 |
grid-template-columns: repeat(1.33333, 1fr); } |
| 289 |
[bp~='9@md'] { |
| 290 |
grid-column: span 9/span 9; } |
| 291 |
[bp~='grid'][bp~='10@md'] { |
| 292 |
grid-template-columns: repeat(1.2, 1fr); } |
| 293 |
[bp~='10@md'] { |
| 294 |
grid-column: span 10/span 10; } |
| 295 |
[bp~='grid'][bp~='11@md'] { |
| 296 |
grid-template-columns: repeat(1.09091, 1fr); } |
| 297 |
[bp~='11@md'] { |
| 298 |
grid-column: span 11/span 11; } |
| 299 |
[bp~='grid'][bp~='12@md'] { |
| 300 |
grid-template-columns: repeat(1, 1fr); } |
| 301 |
[bp~='12@md'] { |
| 302 |
grid-column: span 12/span 12; } |
| 303 |
[bp~='offset-1@md'] { |
| 304 |
grid-column-start: 1; } |
| 305 |
[bp~='offset-2@md'] { |
| 306 |
grid-column-start: 2; } |
| 307 |
[bp~='offset-3@md'] { |
| 308 |
grid-column-start: 3; } |
| 309 |
[bp~='offset-4@md'] { |
| 310 |
grid-column-start: 4; } |
| 311 |
[bp~='offset-5@md'] { |
| 312 |
grid-column-start: 5; } |
| 313 |
[bp~='offset-6@md'] { |
| 314 |
grid-column-start: 6; } |
| 315 |
[bp~='offset-7@md'] { |
| 316 |
grid-column-start: 7; } |
| 317 |
[bp~='offset-8@md'] { |
| 318 |
grid-column-start: 8; } |
| 319 |
[bp~='offset-9@md'] { |
| 320 |
grid-column-start: 9; } |
| 321 |
[bp~='offset-10@md'] { |
| 322 |
grid-column-start: 10; } |
| 323 |
[bp~='offset-11@md'] { |
| 324 |
grid-column-start: 11; } |
| 325 |
[bp~='offset-12@md'] { |
| 326 |
grid-column-start: 12; } |
| 327 |
[bp~='hide@md'] { |
| 328 |
display: none !important; } |
| 329 |
[bp~='show@md'] { |
| 330 |
display: initial !important; } |
| 331 |
[bp~='first@md'] { |
| 332 |
order: -1; } |
| 333 |
[bp~='last@md'] { |
| 334 |
order: 12; } } |
| 335 |
|
| 336 |
@media (min-width: 960px) { |
| 337 |
[bp~='grid'][bp~='1@lg'] { |
| 338 |
grid-template-columns: repeat(12, 1fr); } |
| 339 |
[bp~='1@lg'] { |
| 340 |
grid-column: span 1/span 1; } |
| 341 |
[bp~='grid'][bp~='2@lg'] { |
| 342 |
grid-template-columns: repeat(6, 1fr); } |
| 343 |
[bp~='2@lg'] { |
| 344 |
grid-column: span 2/span 2; } |
| 345 |
[bp~='grid'][bp~='3@lg'] { |
| 346 |
grid-template-columns: repeat(4, 1fr); } |
| 347 |
[bp~='3@lg'] { |
| 348 |
grid-column: span 3/span 3; } |
| 349 |
[bp~='grid'][bp~='4@lg'] { |
| 350 |
grid-template-columns: repeat(3, 1fr); } |
| 351 |
[bp~='4@lg'] { |
| 352 |
grid-column: span 4/span 4; } |
| 353 |
[bp~='grid'][bp~='5@lg'] { |
| 354 |
grid-template-columns: repeat(2.4, 1fr); } |
| 355 |
[bp~='5@lg'] { |
| 356 |
grid-column: span 5/span 5; } |
| 357 |
[bp~='grid'][bp~='6@lg'] { |
| 358 |
grid-template-columns: repeat(2, 1fr); } |
| 359 |
[bp~='6@lg'] { |
| 360 |
grid-column: span 6/span 6; } |
| 361 |
[bp~='grid'][bp~='7@lg'] { |
| 362 |
grid-template-columns: repeat(1.71429, 1fr); } |
| 363 |
[bp~='7@lg'] { |
| 364 |
grid-column: span 7/span 7; } |
| 365 |
[bp~='grid'][bp~='8@lg'] { |
| 366 |
grid-template-columns: repeat(1.5, 1fr); } |
| 367 |
[bp~='8@lg'] { |
| 368 |
grid-column: span 8/span 8; } |
| 369 |
[bp~='grid'][bp~='9@lg'] { |
| 370 |
grid-template-columns: repeat(1.33333, 1fr); } |
| 371 |
[bp~='9@lg'] { |
| 372 |
grid-column: span 9/span 9; } |
| 373 |
[bp~='grid'][bp~='10@lg'] { |
| 374 |
grid-template-columns: repeat(1.2, 1fr); } |
| 375 |
[bp~='10@lg'] { |
| 376 |
grid-column: span 10/span 10; } |
| 377 |
[bp~='grid'][bp~='11@lg'] { |
| 378 |
grid-template-columns: repeat(1.09091, 1fr); } |
| 379 |
[bp~='11@lg'] { |
| 380 |
grid-column: span 11/span 11; } |
| 381 |
[bp~='grid'][bp~='12@lg'] { |
| 382 |
grid-template-columns: repeat(1, 1fr); } |
| 383 |
[bp~='12@lg'] { |
| 384 |
grid-column: span 12/span 12; } |
| 385 |
[bp~='offset-1@lg'] { |
| 386 |
grid-column-start: 1; } |
| 387 |
[bp~='offset-2@lg'] { |
| 388 |
grid-column-start: 2; } |
| 389 |
[bp~='offset-3@lg'] { |
| 390 |
grid-column-start: 3; } |
| 391 |
[bp~='offset-4@lg'] { |
| 392 |
grid-column-start: 4; } |
| 393 |
[bp~='offset-5@lg'] { |
| 394 |
grid-column-start: 5; } |
| 395 |
[bp~='offset-6@lg'] { |
| 396 |
grid-column-start: 6; } |
| 397 |
[bp~='offset-7@lg'] { |
| 398 |
grid-column-start: 7; } |
| 399 |
[bp~='offset-8@lg'] { |
| 400 |
grid-column-start: 8; } |
| 401 |
[bp~='offset-9@lg'] { |
| 402 |
grid-column-start: 9; } |
| 403 |
[bp~='offset-10@lg'] { |
| 404 |
grid-column-start: 10; } |
| 405 |
[bp~='offset-11@lg'] { |
| 406 |
grid-column-start: 11; } |
| 407 |
[bp~='offset-12@lg'] { |
| 408 |
grid-column-start: 12; } |
| 409 |
[bp~='hide@lg'] { |
| 410 |
display: none !important; } |
| 411 |
[bp~='show@lg'] { |
| 412 |
display: initial !important; } |
| 413 |
[bp~='first@lg'] { |
| 414 |
order: -1; } |
| 415 |
[bp~='last@lg'] { |
| 416 |
order: 12; } } |
| 417 |
|
| 418 |
@media (min-width: 1440px) { |
| 419 |
[bp~='grid'][bp~='1@xl'] { |
| 420 |
grid-template-columns: repeat(12, 1fr); } |
| 421 |
[bp~='1@xl'] { |
| 422 |
grid-column: span 1/span 1; } |
| 423 |
[bp~='grid'][bp~='2@xl'] { |
| 424 |
grid-template-columns: repeat(6, 1fr); } |
| 425 |
[bp~='2@xl'] { |
| 426 |
grid-column: span 2/span 2; } |
| 427 |
[bp~='grid'][bp~='3@xl'] { |
| 428 |
grid-template-columns: repeat(4, 1fr); } |
| 429 |
[bp~='3@xl'] { |
| 430 |
grid-column: span 3/span 3; } |
| 431 |
[bp~='grid'][bp~='4@xl'] { |
| 432 |
grid-template-columns: repeat(3, 1fr); } |
| 433 |
[bp~='4@xl'] { |
| 434 |
grid-column: span 4/span 4; } |
| 435 |
[bp~='grid'][bp~='5@xl'] { |
| 436 |
grid-template-columns: repeat(2.4, 1fr); } |
| 437 |
[bp~='5@xl'] { |
| 438 |
grid-column: span 5/span 5; } |
| 439 |
[bp~='grid'][bp~='6@xl'] { |
| 440 |
grid-template-columns: repeat(2, 1fr); } |
| 441 |
[bp~='6@xl'] { |
| 442 |
grid-column: span 6/span 6; } |
| 443 |
[bp~='grid'][bp~='7@xl'] { |
| 444 |
grid-template-columns: repeat(1.71429, 1fr); } |
| 445 |
[bp~='7@xl'] { |
| 446 |
grid-column: span 7/span 7; } |
| 447 |
[bp~='grid'][bp~='8@xl'] { |
| 448 |
grid-template-columns: repeat(1.5, 1fr); } |
| 449 |
[bp~='8@xl'] { |
| 450 |
grid-column: span 8/span 8; } |
| 451 |
[bp~='grid'][bp~='9@xl'] { |
| 452 |
grid-template-columns: repeat(1.33333, 1fr); } |
| 453 |
[bp~='9@xl'] { |
| 454 |
grid-column: span 9/span 9; } |
| 455 |
[bp~='grid'][bp~='10@xl'] { |
| 456 |
grid-template-columns: repeat(1.2, 1fr); } |
| 457 |
[bp~='10@xl'] { |
| 458 |
grid-column: span 10/span 10; } |
| 459 |
[bp~='grid'][bp~='11@xl'] { |
| 460 |
grid-template-columns: repeat(1.09091, 1fr); } |
| 461 |
[bp~='11@xl'] { |
| 462 |
grid-column: span 11/span 11; } |
| 463 |
[bp~='grid'][bp~='12@xl'] { |
| 464 |
grid-template-columns: repeat(1, 1fr); } |
| 465 |
[bp~='12@xl'] { |
| 466 |
grid-column: span 12/span 12; } |
| 467 |
[bp~='offset-1@xl'] { |
| 468 |
grid-column-start: 1; } |
| 469 |
[bp~='offset-2@xl'] { |
| 470 |
grid-column-start: 2; } |
| 471 |
[bp~='offset-3@xl'] { |
| 472 |
grid-column-start: 3; } |
| 473 |
[bp~='offset-4@xl'] { |
| 474 |
grid-column-start: 4; } |
| 475 |
[bp~='offset-5@xl'] { |
| 476 |
grid-column-start: 5; } |
| 477 |
[bp~='offset-6@xl'] { |
| 478 |
grid-column-start: 6; } |
| 479 |
[bp~='offset-7@xl'] { |
| 480 |
grid-column-start: 7; } |
| 481 |
[bp~='offset-8@xl'] { |
| 482 |
grid-column-start: 8; } |
| 483 |
[bp~='offset-9@xl'] { |
| 484 |
grid-column-start: 9; } |
| 485 |
[bp~='offset-10@xl'] { |
| 486 |
grid-column-start: 10; } |
| 487 |
[bp~='offset-11@xl'] { |
| 488 |
grid-column-start: 11; } |
| 489 |
[bp~='offset-12@xl'] { |
| 490 |
grid-column-start: 12; } |
| 491 |
[bp~='hide@xl'] { |
| 492 |
display: none !important; } |
| 493 |
[bp~='show@xl'] { |
| 494 |
display: initial !important; } |
| 495 |
[bp~='first@xl'] { |
| 496 |
order: -1; } |
| 497 |
[bp~='last@xl'] { |
| 498 |
order: 12; } } |
| 499 |
|
| 500 |
[bp~='flex'] { |
| 501 |
flex-wrap: wrap; |
| 502 |
display: flex; } |
| 503 |
|
| 504 |
[bp~='fill'] { |
| 505 |
flex: 1 1 0%; |
| 506 |
flex-basis: 0%; } |
| 507 |
|
| 508 |
[bp~='fit'] { |
| 509 |
flex-basis: auto; } |
| 510 |
|
| 511 |
[bp~='float-center'] { |
| 512 |
margin-left: auto; |
| 513 |
margin-right: auto; |
| 514 |
display: block; |
| 515 |
float: none; } |
| 516 |
|
| 517 |
[bp~='float-left'] { |
| 518 |
float: left; } |
| 519 |
|
| 520 |
[bp~='float-right'] { |
| 521 |
float: right; } |
| 522 |
|
| 523 |
[bp~='clear-fix']::after { |
| 524 |
content: ''; |
| 525 |
display: table; |
| 526 |
clear: both; } |
| 527 |
|
| 528 |
[bp~='text-left'] { |
| 529 |
text-align: left; } |
| 530 |
|
| 531 |
[bp~='text-right'] { |
| 532 |
text-align: right; } |
| 533 |
|
| 534 |
[bp~='text-center'] { |
| 535 |
text-align: center; } |
| 536 |
|
| 537 |
[bp~='1--max'] { |
| 538 |
max-width: 83.33333px !important; } |
| 539 |
|
| 540 |
[bp~='2--max'] { |
| 541 |
max-width: 166.66667px !important; } |
| 542 |
|
| 543 |
[bp~='3--max'] { |
| 544 |
max-width: 250px !important; } |
| 545 |
|
| 546 |
[bp~='4--max'] { |
| 547 |
max-width: 333.33333px !important; } |
| 548 |
|
| 549 |
[bp~='5--max'] { |
| 550 |
max-width: 416.66667px !important; } |
| 551 |
|
| 552 |
[bp~='6--max'] { |
| 553 |
max-width: 500px !important; } |
| 554 |
|
| 555 |
[bp~='7--max'] { |
| 556 |
max-width: 583.33333px !important; } |
| 557 |
|
| 558 |
[bp~='8--max'] { |
| 559 |
max-width: 666.66667px !important; } |
| 560 |
|
| 561 |
[bp~='9--max'] { |
| 562 |
max-width: 750px !important; } |
| 563 |
|
| 564 |
[bp~='10--max'] { |
| 565 |
max-width: 833.33333px !important; } |
| 566 |
|
| 567 |
[bp~='11--max'] { |
| 568 |
max-width: 916.66667px !important; } |
| 569 |
|
| 570 |
[bp~='12--max'] { |
| 571 |
max-width: 1000px !important; } |
| 572 |
|
| 573 |
[bp~='full-width'] { |
| 574 |
width: 100%; } |
| 575 |
|
| 576 |
@media (max-width: 480px) { |
| 577 |
[bp~='full-width-until@sm'] { |
| 578 |
width: 100% !important; |
| 579 |
max-width: 100% !important; } } |
| 580 |
|
| 581 |
@media (max-width: 720px) { |
| 582 |
[bp~='full-width-until@md'] { |
| 583 |
width: 100% !important; |
| 584 |
max-width: 100% !important; } } |
| 585 |
|
| 586 |
@media (max-width: 960px) { |
| 587 |
[bp~='full-width-until@lg'] { |
| 588 |
width: 100% !important; |
| 589 |
max-width: 100% !important; } } |
| 590 |
|
| 591 |
@media (max-width: 1440px) { |
| 592 |
[bp~='full-width-until@xl'] { |
| 593 |
width: 100% !important; |
| 594 |
max-width: 100% !important; } } |
| 595 |
|
| 596 |
[bp~='margin--xs'] { |
| 597 |
margin: 4px !important; } |
| 598 |
|
| 599 |
[bp~='margin-top--xs'] { |
| 600 |
margin-top: 4px !important; } |
| 601 |
|
| 602 |
[bp~='margin-bottom--xs'] { |
| 603 |
margin-bottom: 4px !important; } |
| 604 |
|
| 605 |
[bp~='margin-right--xs'] { |
| 606 |
margin-right: 4px !important; } |
| 607 |
|
| 608 |
[bp~='margin-left--xs'] { |
| 609 |
margin-left: 4px !important; } |
| 610 |
|
| 611 |
[bp~='padding--xs'] { |
| 612 |
padding: 4px !important; } |
| 613 |
|
| 614 |
[bp~='padding-top--xs'] { |
| 615 |
padding-top: 4px !important; } |
| 616 |
|
| 617 |
[bp~='padding-bottom--xs'] { |
| 618 |
padding-bottom: 4px !important; } |
| 619 |
|
| 620 |
[bp~='padding-right--xs'] { |
| 621 |
padding-right: 4px !important; } |
| 622 |
|
| 623 |
[bp~='padding-left--xs'] { |
| 624 |
padding-left: 4px !important; } |
| 625 |
|
| 626 |
[bp~='margin--sm'] { |
| 627 |
margin: 8px !important; } |
| 628 |
|
| 629 |
[bp~='margin-top--sm'] { |
| 630 |
margin-top: 8px !important; } |
| 631 |
|
| 632 |
[bp~='margin-bottom--sm'] { |
| 633 |
margin-bottom: 8px !important; } |
| 634 |
|
| 635 |
[bp~='margin-right--sm'] { |
| 636 |
margin-right: 8px !important; } |
| 637 |
|
| 638 |
[bp~='margin-left--sm'] { |
| 639 |
margin-left: 8px !important; } |
| 640 |
|
| 641 |
[bp~='padding--sm'] { |
| 642 |
padding: 8px !important; } |
| 643 |
|
| 644 |
[bp~='padding-top--sm'] { |
| 645 |
padding-top: 8px !important; } |
| 646 |
|
| 647 |
[bp~='padding-bottom--sm'] { |
| 648 |
padding-bottom: 8px !important; } |
| 649 |
|
| 650 |
[bp~='padding-right--sm'] { |
| 651 |
padding-right: 8px !important; } |
| 652 |
|
| 653 |
[bp~='padding-left--sm'] { |
| 654 |
padding-left: 8px !important; } |
| 655 |
|
| 656 |
[bp~='margin'] { |
| 657 |
margin: 16px !important; } |
| 658 |
|
| 659 |
[bp~='margin-top'] { |
| 660 |
margin-top: 16px !important; } |
| 661 |
|
| 662 |
[bp~='margin-bottom'] { |
| 663 |
margin-bottom: 16px !important; } |
| 664 |
|
| 665 |
[bp~='margin-right'] { |
| 666 |
margin-right: 16px !important; } |
| 667 |
|
| 668 |
[bp~='margin-left'] { |
| 669 |
margin-left: 16px !important; } |
| 670 |
|
| 671 |
[bp~='padding'] { |
| 672 |
padding: 16px !important; } |
| 673 |
|
| 674 |
[bp~='padding-top'] { |
| 675 |
padding-top: 16px !important; } |
| 676 |
|
| 677 |
[bp~='padding-bottom'] { |
| 678 |
padding-bottom: 16px !important; } |
| 679 |
|
| 680 |
[bp~='padding-right'] { |
| 681 |
padding-right: 16px !important; } |
| 682 |
|
| 683 |
[bp~='padding-left'] { |
| 684 |
padding-left: 16px !important; } |
| 685 |
|
| 686 |
[bp~='margin--lg'] { |
| 687 |
margin: 24px !important; } |
| 688 |
|
| 689 |
[bp~='margin-top--lg'] { |
| 690 |
margin-top: 24px !important; } |
| 691 |
|
| 692 |
[bp~='margin-bottom--lg'] { |
| 693 |
margin-bottom: 24px !important; } |
| 694 |
|
| 695 |
[bp~='margin-right--lg'] { |
| 696 |
margin-right: 24px !important; } |
| 697 |
|
| 698 |
[bp~='margin-left--lg'] { |
| 699 |
margin-left: 24px !important; } |
| 700 |
|
| 701 |
[bp~='padding--lg'] { |
| 702 |
padding: 24px !important; } |
| 703 |
|
| 704 |
[bp~='padding-top--lg'] { |
| 705 |
padding-top: 24px !important; } |
| 706 |
|
| 707 |
[bp~='padding-bottom--lg'] { |
| 708 |
padding-bottom: 24px !important; } |
| 709 |
|
| 710 |
[bp~='padding-right--lg'] { |
| 711 |
padding-right: 24px !important; } |
| 712 |
|
| 713 |
[bp~='padding-left--lg'] { |
| 714 |
padding-left: 24px !important; } |
| 715 |
|
| 716 |
[bp~='margin--none'] { |
| 717 |
margin: 0 !important; } |
| 718 |
|
| 719 |
[bp~='margin-top--none'] { |
| 720 |
margin-top: 0 !important; } |
| 721 |
|
| 722 |
[bp~='margin-bottom--none'] { |
| 723 |
margin-bottom: 0 !important; } |
| 724 |
|
| 725 |
[bp~='margin-right--none'] { |
| 726 |
margin-right: 0 !important; } |
| 727 |
|
| 728 |
[bp~='margin-left--none'] { |
| 729 |
margin-left: 0 !important; } |
| 730 |
|
| 731 |
[bp~='padding--none'] { |
| 732 |
padding: 0 !important; } |
| 733 |
|
| 734 |
[bp~='padding-top--none'] { |
| 735 |
padding-top: 0 !important; } |
| 736 |
|
| 737 |
[bp~='padding-bottom--none'] { |
| 738 |
padding-bottom: 0 !important; } |
| 739 |
|
| 740 |
[bp~='padding-right--none'] { |
| 741 |
padding-right: 0 !important; } |
| 742 |
|
| 743 |
[bp~='padding-left--none'] { |
| 744 |
padding-left: 0 !important; } |
| 745 |
|