@bagelink/vue 0.0.280 → 0.0.284
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ComboBox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +53 -46
- package/dist/index.mjs +53 -46
- package/dist/style.css +530 -268
- package/dist/types/materialIcons.d.ts +1 -1
- package/dist/types/materialIcons.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/ComboBox.vue +10 -6
- package/src/components/form/inputs/SelectInput.vue +23 -21
- package/src/styles/buttons.css +50 -38
- package/src/styles/layout.css +474 -194
- package/src/styles/text.css +80 -38
- package/src/types/materialIcons.ts +1 -0
package/dist/style.css
CHANGED
|
@@ -897,10 +897,10 @@ th[data-v-2137a7a8] {
|
|
|
897
897
|
}
|
|
898
898
|
.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}
|
|
899
899
|
|
|
900
|
-
.combobox[data-v-
|
|
900
|
+
.combobox[data-v-ceeb5855] {
|
|
901
901
|
width: 100%;
|
|
902
902
|
}
|
|
903
|
-
.combobox-option[data-v-
|
|
903
|
+
.combobox-option[data-v-ceeb5855] {
|
|
904
904
|
padding: 6px 12px;
|
|
905
905
|
cursor: pointer;
|
|
906
906
|
border-radius: 5px;
|
|
@@ -909,11 +909,11 @@ th[data-v-2137a7a8] {
|
|
|
909
909
|
justify-content: space-between;
|
|
910
910
|
width: 100%;
|
|
911
911
|
}
|
|
912
|
-
.combobox-options[data-v-
|
|
912
|
+
.combobox-options[data-v-ceeb5855] {
|
|
913
913
|
max-height: 300px;
|
|
914
914
|
overflow-y: auto;
|
|
915
915
|
}
|
|
916
|
-
.combobox-option[data-v-
|
|
916
|
+
.combobox-option[data-v-ceeb5855]:hover {
|
|
917
917
|
background: var(--bgl-gray-20);
|
|
918
918
|
}
|
|
919
919
|
|
|
@@ -1418,7 +1418,7 @@ fieldset[disabled] .multiselect {
|
|
|
1418
1418
|
border-top: none;
|
|
1419
1419
|
border-bottom-left-radius: 5px;
|
|
1420
1420
|
border-bottom-right-radius: 5px;
|
|
1421
|
-
z-index:
|
|
1421
|
+
z-index: 150;
|
|
1422
1422
|
-webkit-overflow-scrolling: touch;
|
|
1423
1423
|
}
|
|
1424
1424
|
.multiselect__content {
|
|
@@ -2210,130 +2210,121 @@ img.preview[data-v-1be8d7b1] {
|
|
|
2210
2210
|
|
|
2211
2211
|
|
|
2212
2212
|
.grid {
|
|
2213
|
-
|
|
2213
|
+
display: grid;
|
|
2214
2214
|
}
|
|
2215
2215
|
.inline-grid {
|
|
2216
|
-
|
|
2216
|
+
display: inline-grid;
|
|
2217
2217
|
}
|
|
2218
2218
|
.fill {
|
|
2219
|
-
|
|
2220
|
-
|
|
2219
|
+
width: 100vw;
|
|
2220
|
+
height: 100vh;
|
|
2221
2221
|
}
|
|
2222
2222
|
.justify-items-center {
|
|
2223
|
-
|
|
2223
|
+
justify-items: center;
|
|
2224
2224
|
}
|
|
2225
2225
|
.justify-content-center {
|
|
2226
|
-
|
|
2226
|
+
justify-content: center;
|
|
2227
2227
|
}
|
|
2228
2228
|
.justify-content-start {
|
|
2229
|
-
|
|
2229
|
+
justify-content: start;
|
|
2230
2230
|
}
|
|
2231
2231
|
.align-content-center {
|
|
2232
|
-
|
|
2232
|
+
align-content: center;
|
|
2233
2233
|
}
|
|
2234
2234
|
.align-items-top {
|
|
2235
|
-
|
|
2235
|
+
align-items: flex-start !important;
|
|
2236
2236
|
}
|
|
2237
2237
|
.align-items-center {
|
|
2238
|
-
|
|
2238
|
+
align-items: center;
|
|
2239
2239
|
}
|
|
2240
2240
|
.row-gap-1 {
|
|
2241
|
-
|
|
2241
|
+
row-gap: 0.2rem;
|
|
2242
2242
|
}
|
|
2243
2243
|
.row-gap-2 {
|
|
2244
|
-
|
|
2244
|
+
row-gap: 0.5rem;
|
|
2245
2245
|
}
|
|
2246
2246
|
.row-gap-3 {
|
|
2247
|
-
|
|
2247
|
+
row-gap: 1rem;
|
|
2248
2248
|
}
|
|
2249
2249
|
.align-items-end {
|
|
2250
|
-
|
|
2250
|
+
align-items: end !important;
|
|
2251
2251
|
}
|
|
2252
2252
|
.fit-content {
|
|
2253
|
-
|
|
2254
|
-
|
|
2253
|
+
width: fit-content;
|
|
2254
|
+
height: fit-content;
|
|
2255
2255
|
}
|
|
2256
2256
|
.margin-auto {
|
|
2257
|
-
|
|
2258
|
-
|
|
2257
|
+
margin-left: auto;
|
|
2258
|
+
margin-right: auto;
|
|
2259
2259
|
}
|
|
2260
2260
|
.auto-flow-columns {
|
|
2261
|
-
|
|
2261
|
+
grid-auto-flow: column;
|
|
2262
2262
|
}
|
|
2263
2263
|
.grid-2-col {
|
|
2264
|
-
|
|
2264
|
+
grid-template-columns: 1fr 1fr;
|
|
2265
2265
|
}
|
|
2266
2266
|
.justify-content-between {
|
|
2267
|
-
|
|
2267
|
+
justify-content: space-between;
|
|
2268
2268
|
}
|
|
2269
2269
|
.justify-self-start {
|
|
2270
|
-
|
|
2270
|
+
justify-self: start;
|
|
2271
2271
|
}
|
|
2272
2272
|
.columns-max-content {
|
|
2273
|
-
|
|
2274
|
-
}
|
|
2275
|
-
.w-100 {
|
|
2276
|
-
width: 100%;
|
|
2273
|
+
grid-auto-columns: max-content;
|
|
2277
2274
|
}
|
|
2278
2275
|
.col-gap-1 {
|
|
2279
|
-
|
|
2276
|
+
column-gap: 1rem;
|
|
2280
2277
|
}
|
|
2281
2278
|
.col-gap-05 {
|
|
2282
|
-
|
|
2279
|
+
column-gap: 0.5rem;
|
|
2283
2280
|
}
|
|
2284
2281
|
.rows-max-content {
|
|
2285
|
-
|
|
2282
|
+
grid-auto-rows: max-content;
|
|
2286
2283
|
}
|
|
2287
|
-
.grid.overflow
|
|
2288
|
-
|
|
2289
|
-
|
|
2284
|
+
.grid.overflow>* {
|
|
2285
|
+
min-width: 0px;
|
|
2286
|
+
overflow: auto;
|
|
2290
2287
|
}
|
|
2291
2288
|
.ps-1 {
|
|
2292
|
-
|
|
2289
|
+
padding-left: 1rem;
|
|
2293
2290
|
}
|
|
2294
2291
|
.justify-content-around {
|
|
2295
|
-
|
|
2292
|
+
justify-content: space-between;
|
|
2296
2293
|
}
|
|
2297
2294
|
.justify-content-end {
|
|
2298
|
-
|
|
2295
|
+
justify-content: end;
|
|
2299
2296
|
}
|
|
2300
2297
|
.justify-self-end {
|
|
2301
|
-
|
|
2298
|
+
justify-self: end;
|
|
2302
2299
|
}
|
|
2303
2300
|
.justify-self-center {
|
|
2304
|
-
|
|
2301
|
+
justify-self: center;
|
|
2305
2302
|
}
|
|
2306
2303
|
.position-right {
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2304
|
+
position: absolute;
|
|
2305
|
+
top: 0px;
|
|
2306
|
+
right: 0px;
|
|
2310
2307
|
}
|
|
2311
2308
|
.position-absolute {
|
|
2312
|
-
|
|
2309
|
+
position: absolute;
|
|
2313
2310
|
}
|
|
2314
2311
|
.position-relative {
|
|
2315
|
-
|
|
2312
|
+
position: relative;
|
|
2316
2313
|
}
|
|
2317
2314
|
.auto-flow-rows {
|
|
2318
|
-
|
|
2315
|
+
grid-auto-flow: row;
|
|
2319
2316
|
}
|
|
2320
2317
|
.align-items-start {
|
|
2321
|
-
|
|
2318
|
+
align-items: start !important;
|
|
2322
2319
|
}
|
|
2323
2320
|
.align-self-end {
|
|
2324
|
-
|
|
2325
|
-
}
|
|
2326
|
-
.h-100 {
|
|
2327
|
-
height: 100%;
|
|
2328
|
-
}
|
|
2329
|
-
.vh-100 {
|
|
2330
|
-
height: 100vh;
|
|
2321
|
+
align-self: end;
|
|
2331
2322
|
}
|
|
2332
2323
|
.min-100 {
|
|
2333
|
-
|
|
2324
|
+
min-height: 100%;
|
|
2334
2325
|
}
|
|
2335
2326
|
.w-100 {
|
|
2336
|
-
|
|
2327
|
+
width: 100%;
|
|
2337
2328
|
}
|
|
2338
2329
|
.w300,
|
|
2339
2330
|
.w350,
|
|
@@ -2343,398 +2334,625 @@ img.preview[data-v-1be8d7b1] {
|
|
|
2343
2334
|
.w550,
|
|
2344
2335
|
.w600,
|
|
2345
2336
|
.w650,
|
|
2346
|
-
.w700
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2337
|
+
.w700,
|
|
2338
|
+
.w770,
|
|
2339
|
+
.w900,
|
|
2340
|
+
.w970,
|
|
2341
|
+
.w1030,
|
|
2342
|
+
.w1170 {
|
|
2343
|
+
margin-left: auto;
|
|
2344
|
+
margin-right: auto;
|
|
2345
|
+
width: 98%;
|
|
2350
2346
|
}
|
|
2351
2347
|
.w300 {
|
|
2352
|
-
|
|
2348
|
+
max-width: 300px;
|
|
2353
2349
|
}
|
|
2354
2350
|
.w350 {
|
|
2355
|
-
|
|
2351
|
+
max-width: 350px;
|
|
2356
2352
|
}
|
|
2357
2353
|
.w400 {
|
|
2358
|
-
|
|
2354
|
+
max-width: 400px;
|
|
2359
2355
|
}
|
|
2360
2356
|
.w450 {
|
|
2361
|
-
|
|
2357
|
+
max-width: 450px;
|
|
2362
2358
|
}
|
|
2363
2359
|
.w500 {
|
|
2364
|
-
|
|
2360
|
+
max-width: 500px;
|
|
2365
2361
|
}
|
|
2366
2362
|
.w550 {
|
|
2367
|
-
|
|
2363
|
+
max-width: 550px;
|
|
2368
2364
|
}
|
|
2369
2365
|
.w600 {
|
|
2370
|
-
|
|
2366
|
+
max-width: 600px;
|
|
2371
2367
|
}
|
|
2372
2368
|
.w650 {
|
|
2373
|
-
|
|
2369
|
+
max-width: 650px;
|
|
2374
2370
|
}
|
|
2375
2371
|
.w650 {
|
|
2376
|
-
|
|
2372
|
+
max-width: 700px;
|
|
2373
|
+
}
|
|
2374
|
+
.w770 {
|
|
2375
|
+
max-width: 770px;
|
|
2376
|
+
}
|
|
2377
|
+
.w900 {
|
|
2378
|
+
max-width: 900px;
|
|
2379
|
+
}
|
|
2380
|
+
.w970 {
|
|
2381
|
+
max-width: 970px;
|
|
2382
|
+
}
|
|
2383
|
+
.w1030 {
|
|
2384
|
+
max-width: 1030px;
|
|
2385
|
+
}
|
|
2386
|
+
.w1170 {
|
|
2387
|
+
max-width: 1170px;
|
|
2377
2388
|
}
|
|
2378
2389
|
.gap-1 {
|
|
2379
|
-
|
|
2390
|
+
gap: 0.25rem;
|
|
2380
2391
|
}
|
|
2381
2392
|
.gap-2 {
|
|
2382
|
-
|
|
2393
|
+
gap: 0.5rem;
|
|
2383
2394
|
}
|
|
2384
2395
|
.gap-3 {
|
|
2385
|
-
|
|
2396
|
+
gap: 1rem;
|
|
2386
2397
|
}
|
|
2387
2398
|
.gap-col-1 {
|
|
2388
|
-
|
|
2399
|
+
column-gap: 0.25rem;
|
|
2389
2400
|
}
|
|
2390
2401
|
.gap-col-2 {
|
|
2391
|
-
|
|
2402
|
+
column-gap: 0.5rem;
|
|
2392
2403
|
}
|
|
2393
2404
|
.gap-col-3 {
|
|
2394
|
-
|
|
2405
|
+
column-gap: 1rem;
|
|
2395
2406
|
}
|
|
2396
2407
|
.gap-row-1 {
|
|
2397
|
-
|
|
2408
|
+
row-gap: 0.25rem;
|
|
2398
2409
|
}
|
|
2399
2410
|
.gap-row-2 {
|
|
2400
|
-
|
|
2411
|
+
row-gap: 0.5rem;
|
|
2401
2412
|
}
|
|
2402
2413
|
.gap-row-3 {
|
|
2403
|
-
|
|
2414
|
+
row-gap: 1rem;
|
|
2404
2415
|
}
|
|
2405
2416
|
.flex-wrap {
|
|
2406
|
-
|
|
2417
|
+
flex-wrap: wrap;
|
|
2407
2418
|
}
|
|
2408
2419
|
.column {
|
|
2409
|
-
|
|
2420
|
+
flex-direction: column;
|
|
2410
2421
|
}
|
|
2411
2422
|
.row {
|
|
2412
|
-
|
|
2423
|
+
flex-direction: row;
|
|
2413
2424
|
}
|
|
2414
2425
|
.flex-grow {
|
|
2415
|
-
|
|
2426
|
+
flex-grow: 1;
|
|
2416
2427
|
}
|
|
2417
2428
|
.flex-shrink {
|
|
2418
|
-
|
|
2429
|
+
flex-shrink: 1;
|
|
2419
2430
|
}
|
|
2420
2431
|
.flex-2-col {
|
|
2421
|
-
|
|
2422
|
-
|
|
2432
|
+
max-width: 50%;
|
|
2433
|
+
flex: 1 1 calc(50% - 2rem);
|
|
2423
2434
|
}
|
|
2424
2435
|
.flex-3-col {
|
|
2425
|
-
|
|
2436
|
+
flex: 1 1 33.33333%;
|
|
2426
2437
|
}
|
|
2427
2438
|
.mb-auto {
|
|
2428
|
-
|
|
2439
|
+
margin-bottom: auto !important;
|
|
2429
2440
|
}
|
|
2430
2441
|
.mb-0 {
|
|
2431
|
-
|
|
2442
|
+
margin-bottom: 0rem !important;
|
|
2432
2443
|
}
|
|
2433
2444
|
.mb-025 {
|
|
2434
|
-
|
|
2445
|
+
margin-bottom: 0.25rem !important;
|
|
2435
2446
|
}
|
|
2436
2447
|
.mb-05 {
|
|
2437
|
-
|
|
2448
|
+
margin-bottom: 0.5rem !important;
|
|
2438
2449
|
}
|
|
2439
2450
|
.mb-075 {
|
|
2440
|
-
|
|
2451
|
+
margin-bottom: 0.75rem !important;
|
|
2441
2452
|
}
|
|
2442
2453
|
.mb-1 {
|
|
2443
|
-
|
|
2454
|
+
margin-bottom: 1rem !important;
|
|
2444
2455
|
}
|
|
2445
2456
|
.mb-2 {
|
|
2446
|
-
|
|
2457
|
+
margin-bottom: 2rem !important;
|
|
2447
2458
|
}
|
|
2448
2459
|
.mb-3 {
|
|
2449
|
-
|
|
2460
|
+
margin-bottom: 3rem !important;
|
|
2450
2461
|
}
|
|
2451
2462
|
.mb-4 {
|
|
2452
|
-
|
|
2463
|
+
margin-bottom: 4rem !important;
|
|
2453
2464
|
}
|
|
2454
2465
|
.mt-auto {
|
|
2455
|
-
|
|
2466
|
+
margin-top: auto !important;
|
|
2456
2467
|
}
|
|
2457
2468
|
.mt-0 {
|
|
2458
|
-
|
|
2469
|
+
margin-top: 0rem !important;
|
|
2459
2470
|
}
|
|
2460
2471
|
.mt-025 {
|
|
2461
|
-
|
|
2472
|
+
margin-top: 0.25rem !important;
|
|
2462
2473
|
}
|
|
2463
2474
|
.mt-05 {
|
|
2464
|
-
|
|
2475
|
+
margin-top: 0.5rem !important;
|
|
2465
2476
|
}
|
|
2466
2477
|
.mt-075 {
|
|
2467
|
-
|
|
2478
|
+
margin-top: 0.75rem !important;
|
|
2468
2479
|
}
|
|
2469
2480
|
.mt-1 {
|
|
2470
|
-
|
|
2481
|
+
margin-top: 1rem !important;
|
|
2471
2482
|
}
|
|
2472
2483
|
.mt-2 {
|
|
2473
|
-
|
|
2484
|
+
margin-top: 2rem !important;
|
|
2474
2485
|
}
|
|
2475
2486
|
.mt-3 {
|
|
2476
|
-
|
|
2487
|
+
margin-top: 3rem !important;
|
|
2477
2488
|
}
|
|
2478
2489
|
.mt-4 {
|
|
2479
|
-
|
|
2490
|
+
margin-top: 4rem !important;
|
|
2480
2491
|
}
|
|
2481
2492
|
.ms-auto {
|
|
2482
|
-
|
|
2493
|
+
margin-inline-start: auto !important;
|
|
2483
2494
|
}
|
|
2484
2495
|
.ms-0 {
|
|
2485
|
-
|
|
2496
|
+
margin-inline-start: 0rem !important;
|
|
2486
2497
|
}
|
|
2487
2498
|
.ms-025 {
|
|
2488
|
-
|
|
2499
|
+
margin-inline-start: 0.25rem !important;
|
|
2489
2500
|
}
|
|
2490
2501
|
.ms-05 {
|
|
2491
|
-
|
|
2502
|
+
margin-inline-start: 0.5rem !important;
|
|
2492
2503
|
}
|
|
2493
2504
|
.ms-075 {
|
|
2494
|
-
|
|
2505
|
+
margin-inline-start: 0.75rem !important;
|
|
2495
2506
|
}
|
|
2496
2507
|
.ms-1 {
|
|
2497
|
-
|
|
2508
|
+
margin-inline-start: 1rem !important;
|
|
2498
2509
|
}
|
|
2499
2510
|
.ms-2 {
|
|
2500
|
-
|
|
2511
|
+
margin-inline-start: 2rem !important;
|
|
2501
2512
|
}
|
|
2502
2513
|
.ms-3 {
|
|
2503
|
-
|
|
2514
|
+
margin-inline-start: 3rem !important;
|
|
2504
2515
|
}
|
|
2505
2516
|
.ms-4 {
|
|
2506
|
-
|
|
2517
|
+
margin-inline-start: 4rem !important;
|
|
2507
2518
|
}
|
|
2508
2519
|
.me-auto {
|
|
2509
|
-
|
|
2520
|
+
margin-inline-end: auto !important;
|
|
2510
2521
|
}
|
|
2511
2522
|
.me-0 {
|
|
2512
|
-
|
|
2523
|
+
margin-inline-end: 0rem !important;
|
|
2513
2524
|
}
|
|
2514
2525
|
.me-025 {
|
|
2515
|
-
|
|
2526
|
+
margin-inline-end: 0.25rem !important;
|
|
2516
2527
|
}
|
|
2517
2528
|
.me-05 {
|
|
2518
|
-
|
|
2529
|
+
margin-inline-end: 0.5rem !important;
|
|
2519
2530
|
}
|
|
2520
2531
|
.me-075 {
|
|
2521
|
-
|
|
2532
|
+
margin-inline-end: 0.75rem !important;
|
|
2522
2533
|
}
|
|
2523
2534
|
.me-1 {
|
|
2524
|
-
|
|
2535
|
+
margin-inline-end: 1rem !important;
|
|
2525
2536
|
}
|
|
2526
2537
|
.me-2 {
|
|
2527
|
-
|
|
2538
|
+
margin-inline-end: 2rem !important;
|
|
2528
2539
|
}
|
|
2529
2540
|
.me-3 {
|
|
2530
|
-
|
|
2541
|
+
margin-inline-end: 3rem !important;
|
|
2531
2542
|
}
|
|
2532
2543
|
.me-4 {
|
|
2533
|
-
|
|
2544
|
+
margin-inline-end: 4rem !important;
|
|
2534
2545
|
}
|
|
2535
2546
|
.-mb-025 {
|
|
2536
|
-
|
|
2547
|
+
margin-bottom: -0.25rem !important;
|
|
2537
2548
|
}
|
|
2538
2549
|
.-mb-05 {
|
|
2539
|
-
|
|
2550
|
+
margin-bottom: -0.5rem !important;
|
|
2540
2551
|
}
|
|
2541
2552
|
.-mb-075 {
|
|
2542
|
-
|
|
2553
|
+
margin-bottom: -0.75rem !important;
|
|
2543
2554
|
}
|
|
2544
2555
|
.-mb-1 {
|
|
2545
|
-
|
|
2556
|
+
margin-bottom: -1rem !important;
|
|
2546
2557
|
}
|
|
2547
2558
|
.-mb-2 {
|
|
2548
|
-
|
|
2559
|
+
margin-bottom: -2rem !important;
|
|
2549
2560
|
}
|
|
2550
2561
|
.-mb-3 {
|
|
2551
|
-
|
|
2562
|
+
margin-bottom: -3rem !important;
|
|
2552
2563
|
}
|
|
2553
2564
|
.-mb-4 {
|
|
2554
|
-
|
|
2565
|
+
margin-bottom: -4rem !important;
|
|
2555
2566
|
}
|
|
2556
2567
|
.-mt-025 {
|
|
2557
|
-
|
|
2568
|
+
margin-top: -0.25rem !important;
|
|
2558
2569
|
}
|
|
2559
2570
|
.-mt-05 {
|
|
2560
|
-
|
|
2571
|
+
margin-top: -0.5rem !important;
|
|
2561
2572
|
}
|
|
2562
2573
|
.-mt-075 {
|
|
2563
|
-
|
|
2574
|
+
margin-top: 0.75rem !important;
|
|
2564
2575
|
}
|
|
2565
2576
|
.-mt-1 {
|
|
2566
|
-
|
|
2577
|
+
margin-top: -1rem !important;
|
|
2567
2578
|
}
|
|
2568
2579
|
.-mt-2 {
|
|
2569
|
-
|
|
2580
|
+
margin-top: -2rem !important;
|
|
2570
2581
|
}
|
|
2571
2582
|
.-mt-3 {
|
|
2572
|
-
|
|
2583
|
+
margin-top: -3rem !important;
|
|
2573
2584
|
}
|
|
2574
2585
|
.-mt-4 {
|
|
2575
|
-
|
|
2586
|
+
margin-top: -4rem !important;
|
|
2576
2587
|
}
|
|
2577
2588
|
.-ms-025 {
|
|
2578
|
-
|
|
2589
|
+
margin-inline-start: -0.25rem !important;
|
|
2579
2590
|
}
|
|
2580
2591
|
.-ms-05 {
|
|
2581
|
-
|
|
2592
|
+
margin-inline-start: -0.5rem !important;
|
|
2582
2593
|
}
|
|
2583
2594
|
.-ms-075 {
|
|
2584
|
-
|
|
2595
|
+
margin-inline-start: -0.75rem !important;
|
|
2585
2596
|
}
|
|
2586
2597
|
.-ms-1 {
|
|
2587
|
-
|
|
2598
|
+
margin-inline-start: -1rem !important;
|
|
2588
2599
|
}
|
|
2589
2600
|
.-ms-2 {
|
|
2590
|
-
|
|
2601
|
+
margin-inline-start: -2rem !important;
|
|
2591
2602
|
}
|
|
2592
2603
|
.-ms-3 {
|
|
2593
|
-
|
|
2604
|
+
margin-inline-start: -3rem !important;
|
|
2594
2605
|
}
|
|
2595
2606
|
.-ms-4 {
|
|
2596
|
-
|
|
2607
|
+
margin-inline-start: -4rem !important;
|
|
2597
2608
|
}
|
|
2598
2609
|
.-me-025 {
|
|
2599
|
-
|
|
2610
|
+
margin-inline-end: -0.25rem !important;
|
|
2600
2611
|
}
|
|
2601
2612
|
.-me-05 {
|
|
2602
|
-
|
|
2613
|
+
margin-inline-end: -0.5rem !important;
|
|
2603
2614
|
}
|
|
2604
2615
|
.-me-075 {
|
|
2605
|
-
|
|
2616
|
+
margin-inline-end: -0.75rem !important;
|
|
2606
2617
|
}
|
|
2607
2618
|
.-me-1 {
|
|
2608
|
-
|
|
2619
|
+
margin-inline-end: -1rem !important;
|
|
2609
2620
|
}
|
|
2610
2621
|
.-me-2 {
|
|
2611
|
-
|
|
2622
|
+
margin-inline-end: -2rem !important;
|
|
2612
2623
|
}
|
|
2613
2624
|
.-me-3 {
|
|
2614
|
-
|
|
2625
|
+
margin-inline-end: -3rem !important;
|
|
2615
2626
|
}
|
|
2616
2627
|
.-me-4 {
|
|
2617
|
-
|
|
2628
|
+
margin-inline-end: -4rem !important;
|
|
2618
2629
|
}
|
|
2619
2630
|
.pb-0 {
|
|
2620
|
-
|
|
2631
|
+
padding-bottom: 0rem !important;
|
|
2621
2632
|
}
|
|
2622
2633
|
.pb-1 {
|
|
2623
|
-
|
|
2634
|
+
padding-bottom: 1rem !important;
|
|
2624
2635
|
}
|
|
2625
2636
|
.pb-2 {
|
|
2626
|
-
|
|
2637
|
+
padding-bottom: 2rem !important;
|
|
2627
2638
|
}
|
|
2628
2639
|
.pb-3 {
|
|
2629
|
-
|
|
2640
|
+
padding-bottom: 3rem !important;
|
|
2630
2641
|
}
|
|
2631
2642
|
.pb-4 {
|
|
2632
|
-
|
|
2643
|
+
padding-bottom: 4rem !important;
|
|
2633
2644
|
}
|
|
2634
2645
|
.pb-075 {
|
|
2635
|
-
|
|
2646
|
+
padding-bottom: 0.75rem !important;
|
|
2636
2647
|
}
|
|
2637
2648
|
.pb-05 {
|
|
2638
|
-
|
|
2649
|
+
padding-bottom: 0.5rem !important;
|
|
2639
2650
|
}
|
|
2640
2651
|
.pb-025 {
|
|
2641
|
-
|
|
2652
|
+
padding-bottom: 0.25rem !important;
|
|
2642
2653
|
}
|
|
2643
2654
|
.pt-0 {
|
|
2644
|
-
|
|
2655
|
+
padding-top: 0rem !important;
|
|
2645
2656
|
}
|
|
2646
2657
|
.pt-1 {
|
|
2647
|
-
|
|
2658
|
+
padding-top: 1rem !important;
|
|
2648
2659
|
}
|
|
2649
2660
|
.pt-2 {
|
|
2650
|
-
|
|
2661
|
+
padding-top: 2rem !important;
|
|
2651
2662
|
}
|
|
2652
2663
|
.pt-3 {
|
|
2653
|
-
|
|
2664
|
+
padding-top: 3rem !important;
|
|
2654
2665
|
}
|
|
2655
2666
|
.pt-4 {
|
|
2656
|
-
|
|
2667
|
+
padding-top: 4rem !important;
|
|
2657
2668
|
}
|
|
2658
2669
|
.pt-075 {
|
|
2659
|
-
|
|
2670
|
+
padding-top: 0.75rem !important;
|
|
2660
2671
|
}
|
|
2661
2672
|
.pt-05 {
|
|
2662
|
-
|
|
2673
|
+
padding-top: 0.5rem !important;
|
|
2663
2674
|
}
|
|
2664
2675
|
.pt-025 {
|
|
2665
|
-
|
|
2676
|
+
padding-top: 0.25rem !important;
|
|
2666
2677
|
}
|
|
2667
2678
|
.ps-0 {
|
|
2668
|
-
|
|
2679
|
+
padding-inline-start: 0rem !important;
|
|
2669
2680
|
}
|
|
2670
2681
|
.ps-1 {
|
|
2671
|
-
|
|
2682
|
+
padding-inline-start: 1rem !important;
|
|
2672
2683
|
}
|
|
2673
2684
|
.ps-2 {
|
|
2674
|
-
|
|
2685
|
+
padding-inline-start: 2rem !important;
|
|
2675
2686
|
}
|
|
2676
2687
|
.ps-3 {
|
|
2677
|
-
|
|
2688
|
+
padding-inline-start: 3rem !important;
|
|
2678
2689
|
}
|
|
2679
2690
|
.ps-4 {
|
|
2680
|
-
|
|
2691
|
+
padding-inline-start: 4rem !important;
|
|
2681
2692
|
}
|
|
2682
2693
|
.ps-075 {
|
|
2683
|
-
|
|
2694
|
+
padding-inline-start: 0.75rem !important;
|
|
2684
2695
|
}
|
|
2685
2696
|
.ps-05 {
|
|
2686
|
-
|
|
2697
|
+
padding-inline-start: 0.5rem !important;
|
|
2687
2698
|
}
|
|
2688
2699
|
.ps-025 {
|
|
2689
|
-
|
|
2700
|
+
padding-inline-start: 0.25rem !important;
|
|
2690
2701
|
}
|
|
2691
2702
|
.pe-0 {
|
|
2692
|
-
|
|
2703
|
+
padding-inline-end: 0rem !important;
|
|
2693
2704
|
}
|
|
2694
2705
|
.pe-1 {
|
|
2695
|
-
|
|
2706
|
+
padding-inline-end: 1rem !important;
|
|
2696
2707
|
}
|
|
2697
2708
|
.pe-2 {
|
|
2698
|
-
|
|
2709
|
+
padding-inline-end: 2rem !important;
|
|
2699
2710
|
}
|
|
2700
2711
|
.pe-3 {
|
|
2701
|
-
|
|
2712
|
+
padding-inline-end: 3rem !important;
|
|
2702
2713
|
}
|
|
2703
2714
|
.pe-4 {
|
|
2704
|
-
|
|
2715
|
+
padding-inline-end: 4rem !important;
|
|
2705
2716
|
}
|
|
2706
2717
|
.pe-075 {
|
|
2707
|
-
|
|
2718
|
+
padding-inline-end: 0.75rem !important;
|
|
2708
2719
|
}
|
|
2709
2720
|
.pe-05 {
|
|
2710
|
-
|
|
2721
|
+
padding-inline-end: 0.5rem !important;
|
|
2711
2722
|
}
|
|
2712
2723
|
.pe-025 {
|
|
2713
|
-
|
|
2724
|
+
padding-inline-end: 0.25rem !important;
|
|
2714
2725
|
}
|
|
2715
2726
|
.flex {
|
|
2716
|
-
|
|
2717
|
-
|
|
2727
|
+
display: flex;
|
|
2728
|
+
align-items: center;
|
|
2718
2729
|
}
|
|
2719
2730
|
.flex-stretch {
|
|
2720
|
-
|
|
2721
|
-
|
|
2731
|
+
display: flex;
|
|
2732
|
+
align-items: stretch;
|
|
2722
2733
|
}
|
|
2723
2734
|
.flex-wrap {
|
|
2724
|
-
|
|
2735
|
+
flex-wrap: wrap;
|
|
2725
2736
|
}
|
|
2726
2737
|
.flex-end {
|
|
2727
|
-
|
|
2738
|
+
justify-content: flex-end;
|
|
2728
2739
|
}
|
|
2729
2740
|
.space-between {
|
|
2730
|
-
|
|
2741
|
+
justify-content: space-between;
|
|
2731
2742
|
}
|
|
2732
2743
|
.label {
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2744
|
+
display: block;
|
|
2745
|
+
font-size: var(--label-font-size);
|
|
2746
|
+
margin-bottom: 2px;
|
|
2747
|
+
line-height: 1.3;
|
|
2748
|
+
color: var(--label-color);
|
|
2749
|
+
}
|
|
2750
|
+
.h-10 {
|
|
2751
|
+
height: 10%;
|
|
2752
|
+
}
|
|
2753
|
+
.vh-10 {
|
|
2754
|
+
height: 10vh;
|
|
2755
|
+
}
|
|
2756
|
+
.h-10px {
|
|
2757
|
+
height: 10px;
|
|
2758
|
+
}
|
|
2759
|
+
.h-20 {
|
|
2760
|
+
height: 20%;
|
|
2761
|
+
}
|
|
2762
|
+
.vh-20 {
|
|
2763
|
+
height: 20vh;
|
|
2764
|
+
}
|
|
2765
|
+
.h-20px {
|
|
2766
|
+
height: 20px;
|
|
2767
|
+
}
|
|
2768
|
+
.h-30 {
|
|
2769
|
+
height: 30%;
|
|
2770
|
+
}
|
|
2771
|
+
.vh-30 {
|
|
2772
|
+
height: 30vh;
|
|
2773
|
+
}
|
|
2774
|
+
.h-30px {
|
|
2775
|
+
height: 30px;
|
|
2776
|
+
}
|
|
2777
|
+
.h-40 {
|
|
2778
|
+
height: 40%;
|
|
2779
|
+
}
|
|
2780
|
+
.vh-40 {
|
|
2781
|
+
height: 40vh;
|
|
2782
|
+
}
|
|
2783
|
+
.h-40px {
|
|
2784
|
+
height: 40px;
|
|
2785
|
+
}
|
|
2786
|
+
.h-50 {
|
|
2787
|
+
height: 50%;
|
|
2788
|
+
}
|
|
2789
|
+
.vh-50 {
|
|
2790
|
+
height: 50vh;
|
|
2791
|
+
}
|
|
2792
|
+
.h-50px {
|
|
2793
|
+
height: 50px;
|
|
2794
|
+
}
|
|
2795
|
+
.h-60 {
|
|
2796
|
+
height: 60%;
|
|
2797
|
+
}
|
|
2798
|
+
.vh-60 {
|
|
2799
|
+
height: 60vh;
|
|
2800
|
+
}
|
|
2801
|
+
.h-60px {
|
|
2802
|
+
height: 60px;
|
|
2803
|
+
}
|
|
2804
|
+
.h-70 {
|
|
2805
|
+
height: 70%;
|
|
2806
|
+
}
|
|
2807
|
+
.vh-70 {
|
|
2808
|
+
height: 70vh;
|
|
2809
|
+
}
|
|
2810
|
+
.h-70px {
|
|
2811
|
+
height: 70px;
|
|
2812
|
+
}
|
|
2813
|
+
.h-80 {
|
|
2814
|
+
height: 80%;
|
|
2815
|
+
}
|
|
2816
|
+
.vh-80 {
|
|
2817
|
+
height: 80vh;
|
|
2818
|
+
}
|
|
2819
|
+
.h-80px {
|
|
2820
|
+
height: 80px;
|
|
2821
|
+
}
|
|
2822
|
+
.h-90 {
|
|
2823
|
+
height: 90%;
|
|
2824
|
+
}
|
|
2825
|
+
.vh-90 {
|
|
2826
|
+
height: 90vh;
|
|
2827
|
+
}
|
|
2828
|
+
.h-90px {
|
|
2829
|
+
height: 90px;
|
|
2830
|
+
}
|
|
2831
|
+
.h-100 {
|
|
2832
|
+
height: 100%;
|
|
2833
|
+
}
|
|
2834
|
+
.vh-100 {
|
|
2835
|
+
height: 100vh;
|
|
2836
|
+
}
|
|
2837
|
+
.h-100px {
|
|
2838
|
+
height: 100px;
|
|
2839
|
+
}
|
|
2840
|
+
.h-150 {
|
|
2841
|
+
height: 150%;
|
|
2842
|
+
}
|
|
2843
|
+
.vh-150 {
|
|
2844
|
+
height: 150vh;
|
|
2845
|
+
}
|
|
2846
|
+
.h-150px {
|
|
2847
|
+
height: 150px;
|
|
2848
|
+
}
|
|
2849
|
+
.h-200 {
|
|
2850
|
+
height: 200%;
|
|
2851
|
+
}
|
|
2852
|
+
.vh-200 {
|
|
2853
|
+
height: 200vh;
|
|
2854
|
+
}
|
|
2855
|
+
.h-200px {
|
|
2856
|
+
height: 200px;
|
|
2857
|
+
}
|
|
2858
|
+
.h-300 {
|
|
2859
|
+
height: 300%;
|
|
2860
|
+
}
|
|
2861
|
+
.vh-300 {
|
|
2862
|
+
height: 300vh;
|
|
2863
|
+
}
|
|
2864
|
+
.h-300px {
|
|
2865
|
+
height: 300px;
|
|
2866
|
+
}
|
|
2867
|
+
.h-400 {
|
|
2868
|
+
height: 400%;
|
|
2869
|
+
}
|
|
2870
|
+
.vh-400 {
|
|
2871
|
+
height: 400vh;
|
|
2872
|
+
}
|
|
2873
|
+
.h-400px {
|
|
2874
|
+
height: 400px;
|
|
2875
|
+
}
|
|
2876
|
+
.h-500 {
|
|
2877
|
+
height: 500%;
|
|
2878
|
+
}
|
|
2879
|
+
.vh-500 {
|
|
2880
|
+
height: 500vh;
|
|
2881
|
+
}
|
|
2882
|
+
.h-500px {
|
|
2883
|
+
height: 500px;
|
|
2884
|
+
}
|
|
2885
|
+
.h-600 {
|
|
2886
|
+
height: 600%;
|
|
2887
|
+
}
|
|
2888
|
+
.vh-600 {
|
|
2889
|
+
height: 600vh;
|
|
2890
|
+
}
|
|
2891
|
+
.h-600px {
|
|
2892
|
+
height: 600px;
|
|
2893
|
+
}
|
|
2894
|
+
.grid-wrap-1 {
|
|
2895
|
+
grid-template-columns: repeat(1, 1fr);
|
|
2896
|
+
height: max-content;
|
|
2897
|
+
}
|
|
2898
|
+
.grid-wrap-2 {
|
|
2899
|
+
grid-template-columns: repeat(2, 1fr);
|
|
2900
|
+
height: max-content;
|
|
2901
|
+
}
|
|
2902
|
+
.grid-wrap-3 {
|
|
2903
|
+
grid-template-columns: repeat(3, 1fr);
|
|
2904
|
+
height: max-content;
|
|
2905
|
+
}
|
|
2906
|
+
.grid-wrap-4 {
|
|
2907
|
+
grid-template-columns: repeat(4, 1fr);
|
|
2908
|
+
height: max-content;
|
|
2909
|
+
|
|
2910
|
+
}
|
|
2911
|
+
.grid-wrap-5 {
|
|
2912
|
+
grid-template-columns: repeat(5, 1fr);
|
|
2913
|
+
height: max-content;
|
|
2914
|
+
}
|
|
2915
|
+
.grid-wrap-6 {
|
|
2916
|
+
grid-template-columns: repeat(6, 1fr);
|
|
2917
|
+
height: max-content;
|
|
2918
|
+
}
|
|
2919
|
+
.grid-wrap-7 {
|
|
2920
|
+
grid-template-columns: repeat(7, 1fr);
|
|
2921
|
+
height: max-content;
|
|
2922
|
+
}
|
|
2923
|
+
.grid-wrap-8 {
|
|
2924
|
+
grid-template-columns: repeat(8, 1fr);
|
|
2925
|
+
height: max-content;
|
|
2926
|
+
}
|
|
2927
|
+
/* grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); */
|
|
2928
|
+
@media screen and (max-width: 910px) {
|
|
2929
|
+
.grid-wrap-2 {
|
|
2930
|
+
grid-template-columns: repeat(1, 1fr);
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
.grid-wrap-3 {
|
|
2934
|
+
grid-template-columns: repeat(1, 1fr);
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
.grid-wrap-4 {
|
|
2938
|
+
grid-template-columns: repeat(1, 1fr);
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.grid-wrap-5 {
|
|
2942
|
+
grid-template-columns: repeat(1, 1fr);
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
.grid-wrap-6 {
|
|
2946
|
+
grid-template-columns: repeat(2, 1fr);
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
.grid-wrap-7 {
|
|
2950
|
+
grid-template-columns: repeat(3, 1fr);
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
.grid-wrap-8 {
|
|
2954
|
+
grid-template-columns: repeat(4, 1fr);
|
|
2955
|
+
}
|
|
2738
2956
|
}
|
|
2739
2957
|
input,
|
|
2740
2958
|
textarea,
|
|
@@ -2917,140 +3135,184 @@ select {
|
|
|
2917
3135
|
.bgl_btn,
|
|
2918
3136
|
.bgl_flatBtn,
|
|
2919
3137
|
.bgl_btn-icon {
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
3138
|
+
font-family: inherit;
|
|
3139
|
+
white-space: nowrap;
|
|
3140
|
+
cursor: pointer;
|
|
3141
|
+
box-sizing: border-box;
|
|
3142
|
+
user-select: none;
|
|
3143
|
+
border: none;
|
|
3144
|
+
transition: var(--bgl-transition);
|
|
3145
|
+
border-radius: var(--btn-border-radius);
|
|
3146
|
+
line-height: var(--btn-height);
|
|
3147
|
+
font-size: var(--input-font-size);
|
|
3148
|
+
display: inline-block;
|
|
3149
|
+
height: var(--btn-height);
|
|
3150
|
+
padding: 0;
|
|
2933
3151
|
}
|
|
2934
3152
|
.btn-close {
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
3153
|
+
margin-top: -20px;
|
|
3154
|
+
margin-inline-end: -20px;
|
|
3155
|
+
margin-inline-start: auto;
|
|
3156
|
+
margin-bottom: 15px;
|
|
3157
|
+
transition: var(--bgl-transition);
|
|
3158
|
+
height: 30px;
|
|
3159
|
+
width: 30px;
|
|
3160
|
+
opacity: 0.6;
|
|
3161
|
+
cursor: pointer;
|
|
3162
|
+
border-radius: 100%;
|
|
3163
|
+
outline: 2px solid transparent;
|
|
3164
|
+
display: flex;
|
|
3165
|
+
align-items: center;
|
|
3166
|
+
justify-content: center;
|
|
2949
3167
|
}
|
|
2950
3168
|
.btn-close:hover {
|
|
2951
|
-
|
|
2952
|
-
|
|
3169
|
+
background: var(--bgl-gray-light);
|
|
3170
|
+
opacity: 1;
|
|
2953
3171
|
}
|
|
2954
3172
|
.btn-close:active {
|
|
2955
|
-
|
|
3173
|
+
background: var(--bgl-gray);
|
|
2956
3174
|
}
|
|
2957
3175
|
.btn-close::before {
|
|
2958
|
-
|
|
2959
|
-
|
|
3176
|
+
content: "close";
|
|
3177
|
+
font-family: "Material Symbols Outlined", serif;
|
|
2960
3178
|
}
|
|
2961
3179
|
.bgl_btn.thin {
|
|
2962
|
-
|
|
2963
|
-
|
|
3180
|
+
height: calc(var(--btn-height) * 0.7);
|
|
3181
|
+
line-height: calc(var(--btn-height) * 0.7);
|
|
3182
|
+
}
|
|
3183
|
+
.hover {
|
|
3184
|
+
cursor: pointer;
|
|
3185
|
+
transition: all 400ms ease;
|
|
3186
|
+
}
|
|
3187
|
+
.hover:hover {
|
|
3188
|
+
filter: brightness(90%);
|
|
3189
|
+
}
|
|
3190
|
+
.hover:active {
|
|
3191
|
+
filter: brightness(80%);
|
|
2964
3192
|
}
|
|
2965
3193
|
@media screen and (max-width: 910px) {
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
3194
|
+
.bgl_btn {
|
|
3195
|
+
padding: 0 20px;
|
|
3196
|
+
}
|
|
2969
3197
|
}
|
|
2970
3198
|
.txt-center {
|
|
2971
|
-
|
|
3199
|
+
text-align: center;
|
|
2972
3200
|
}
|
|
2973
3201
|
.txt-start {
|
|
2974
|
-
|
|
3202
|
+
text-align: start;
|
|
2975
3203
|
}
|
|
2976
3204
|
.txt-end {
|
|
2977
|
-
|
|
3205
|
+
text-align: end;
|
|
2978
3206
|
}
|
|
2979
3207
|
.smalltxt {
|
|
2980
|
-
|
|
3208
|
+
font-size: 12px;
|
|
2981
3209
|
}
|
|
2982
3210
|
.txt20 {
|
|
2983
|
-
|
|
3211
|
+
font-size: 20px;
|
|
2984
3212
|
}
|
|
2985
3213
|
.txt18 {
|
|
2986
|
-
|
|
3214
|
+
font-size: 18px;
|
|
2987
3215
|
}
|
|
2988
3216
|
.txt16 {
|
|
2989
|
-
|
|
3217
|
+
font-size: 16px;
|
|
2990
3218
|
}
|
|
2991
3219
|
.txt14 {
|
|
2992
|
-
|
|
3220
|
+
font-size: 14px;
|
|
2993
3221
|
}
|
|
2994
3222
|
.txt12 {
|
|
2995
|
-
|
|
3223
|
+
font-size: 12px;
|
|
2996
3224
|
}
|
|
2997
3225
|
.txt10 {
|
|
2998
|
-
|
|
3226
|
+
font-size: 10px;
|
|
2999
3227
|
}
|
|
3000
3228
|
.txt9 {
|
|
3001
|
-
|
|
3229
|
+
font-size: 9px;
|
|
3002
3230
|
}
|
|
3003
3231
|
.no-margin {
|
|
3004
|
-
|
|
3232
|
+
margin: 0;
|
|
3005
3233
|
}
|
|
3006
3234
|
.txtgray {
|
|
3007
|
-
|
|
3235
|
+
color: var(--bgl-gray);
|
|
3008
3236
|
}
|
|
3009
3237
|
.txtblue {
|
|
3010
|
-
|
|
3238
|
+
color: var(--bgl-primary);
|
|
3011
3239
|
}
|
|
3012
3240
|
.txtblack {
|
|
3013
|
-
|
|
3241
|
+
color: var(--bgl-black);
|
|
3014
3242
|
}
|
|
3015
3243
|
.txtred {
|
|
3016
|
-
|
|
3244
|
+
color: var(--bgl-red);
|
|
3245
|
+
}
|
|
3246
|
+
.txtwhite {
|
|
3247
|
+
color: var(--bgl-white);
|
|
3017
3248
|
}
|
|
3018
3249
|
.font-light {
|
|
3019
|
-
|
|
3250
|
+
font-weight: 100;
|
|
3020
3251
|
}
|
|
3021
3252
|
.bold {
|
|
3022
|
-
|
|
3253
|
+
font-weight: 700;
|
|
3023
3254
|
}
|
|
3024
3255
|
.line-height-1 {
|
|
3025
|
-
|
|
3256
|
+
line-height: 1;
|
|
3026
3257
|
}
|
|
3027
3258
|
.ellipsis {
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3259
|
+
overflow: hidden;
|
|
3260
|
+
display: block;
|
|
3261
|
+
width: 100%;
|
|
3262
|
+
text-overflow: ellipsis;
|
|
3263
|
+
}
|
|
3264
|
+
.ellipsis-1,
|
|
3265
|
+
.ellipsis-2,
|
|
3266
|
+
.ellipsis-3,
|
|
3267
|
+
.ellipsis-4,
|
|
3268
|
+
.ellipsis-5,
|
|
3269
|
+
.ellipsis-6 {
|
|
3270
|
+
display: block;
|
|
3271
|
+
display: -webkit-box;
|
|
3272
|
+
max-width: 100%;
|
|
3273
|
+
-webkit-box-orient: vertical;
|
|
3274
|
+
overflow: hidden;
|
|
3275
|
+
text-overflow: ellipsis;
|
|
3276
|
+
}
|
|
3277
|
+
.ellipsis-1 {
|
|
3278
|
+
-webkit-line-clamp: 1;
|
|
3279
|
+
}
|
|
3280
|
+
.ellipsis-2 {
|
|
3281
|
+
-webkit-line-clamp: 2;
|
|
3282
|
+
}
|
|
3283
|
+
.ellipsis-3 {
|
|
3284
|
+
-webkit-line-clamp: 3;
|
|
3285
|
+
}
|
|
3286
|
+
.ellipsis-4 {
|
|
3287
|
+
-webkit-line-clamp: 4;
|
|
3288
|
+
}
|
|
3289
|
+
.ellipsis-5 {
|
|
3290
|
+
-webkit-line-clamp: 5;
|
|
3291
|
+
}
|
|
3292
|
+
.ellipsis-6 {
|
|
3293
|
+
-webkit-line-clamp: 6;
|
|
3032
3294
|
}
|
|
3033
3295
|
.pointer {
|
|
3034
|
-
|
|
3296
|
+
cursor: pointer;
|
|
3035
3297
|
}
|
|
3036
3298
|
.decoration-none {
|
|
3037
|
-
|
|
3299
|
+
text-decoration: none;
|
|
3038
3300
|
}
|
|
3039
3301
|
.bgl_icon-font {
|
|
3040
|
-
|
|
3302
|
+
font-family: "Material Symbols Outlined", serif;
|
|
3041
3303
|
}
|
|
3042
3304
|
@media screen and (max-width: 910px) {
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3305
|
+
.txt20 {
|
|
3306
|
+
font-size: 18px;
|
|
3307
|
+
}
|
|
3046
3308
|
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3309
|
+
.txt16 {
|
|
3310
|
+
font-size: 14px;
|
|
3311
|
+
}
|
|
3050
3312
|
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3313
|
+
.txt14 {
|
|
3314
|
+
font-size: 12px;
|
|
3315
|
+
}
|
|
3054
3316
|
}
|
|
3055
3317
|
::-webkit-scrollbar {
|
|
3056
3318
|
width: 0.5em;
|