holygrail2 1.0.0 → 1.0.2
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/style.css +175 -134
- package/dist/style.css.map +1 -1
- package/doc/docs.css +155 -43
- package/doc/docs.css.map +1 -1
- package/guide/index.html +1424 -1316
- package/package.json +1 -1
- package/scss/abstract/_setup.scss +89 -51
- package/scss/docs.scss +19 -1
- package/scss/elements/_form.scss +6 -2
- package/scss/elements/_list.scss +1 -2
- package/scss/elements/_tabs.scss +76 -119
- package/scss/style.scss +6 -0
package/dist/style.css
CHANGED
|
@@ -2393,63 +2393,75 @@ mark {
|
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
2395
|
@media (min-width: 1px) {
|
|
2396
|
-
.
|
|
2396
|
+
.title-l {
|
|
2397
2397
|
font-family: arial, sans-serif;
|
|
2398
2398
|
font-weight: 500;
|
|
2399
|
-
font-size:
|
|
2399
|
+
font-size: 12px;
|
|
2400
2400
|
line-height: 1.2;
|
|
2401
2401
|
}
|
|
2402
|
-
.
|
|
2402
|
+
.title-l-b {
|
|
2403
2403
|
font-family: arial, sans-serif;
|
|
2404
2404
|
font-weight: 500;
|
|
2405
|
-
font-size:
|
|
2405
|
+
font-size: 12px;
|
|
2406
2406
|
line-height: 1.2;
|
|
2407
2407
|
}
|
|
2408
|
-
.
|
|
2408
|
+
.title-m {
|
|
2409
2409
|
font-family: arial, sans-serif;
|
|
2410
2410
|
font-weight: 500;
|
|
2411
|
-
font-size:
|
|
2411
|
+
font-size: 11px;
|
|
2412
2412
|
line-height: 1.2;
|
|
2413
2413
|
}
|
|
2414
|
-
.
|
|
2414
|
+
.title-s {
|
|
2415
2415
|
font-family: arial, sans-serif;
|
|
2416
|
-
font-weight:
|
|
2417
|
-
font-size:
|
|
2416
|
+
font-weight: 500;
|
|
2417
|
+
font-size: 10px;
|
|
2418
2418
|
line-height: 1.2;
|
|
2419
2419
|
}
|
|
2420
|
-
.
|
|
2420
|
+
.title-xs {
|
|
2421
2421
|
font-family: arial, sans-serif;
|
|
2422
2422
|
font-weight: 500;
|
|
2423
2423
|
font-size: 11px;
|
|
2424
2424
|
line-height: 1.2;
|
|
2425
2425
|
}
|
|
2426
|
-
.
|
|
2426
|
+
.text-l {
|
|
2427
2427
|
font-family: arial, sans-serif;
|
|
2428
2428
|
font-weight: 500;
|
|
2429
2429
|
font-size: 12px;
|
|
2430
2430
|
line-height: 1.2;
|
|
2431
2431
|
}
|
|
2432
|
-
.
|
|
2432
|
+
.text-m {
|
|
2433
|
+
font-family: arial, sans-serif;
|
|
2434
|
+
font-weight: 500;
|
|
2435
|
+
font-size: 11px;
|
|
2436
|
+
line-height: 1.2;
|
|
2437
|
+
}
|
|
2438
|
+
.tit-m {
|
|
2433
2439
|
font-family: arial, sans-serif;
|
|
2434
2440
|
font-weight: 500;
|
|
2435
2441
|
font-size: 12px;
|
|
2436
2442
|
line-height: 1.2;
|
|
2437
2443
|
}
|
|
2438
|
-
.
|
|
2444
|
+
.tit-s {
|
|
2439
2445
|
font-family: arial, sans-serif;
|
|
2440
2446
|
font-weight: 500;
|
|
2441
|
-
font-size:
|
|
2447
|
+
font-size: 12px;
|
|
2442
2448
|
line-height: 1.2;
|
|
2443
2449
|
}
|
|
2444
|
-
.
|
|
2450
|
+
.tit-xs {
|
|
2445
2451
|
font-family: arial, sans-serif;
|
|
2446
2452
|
font-weight: 500;
|
|
2447
2453
|
font-size: 10px;
|
|
2448
|
-
line-height: 1.
|
|
2454
|
+
line-height: 1.2;
|
|
2449
2455
|
}
|
|
2450
2456
|
.p-m-b {
|
|
2451
2457
|
font-family: arial, sans-serif;
|
|
2452
|
-
font-weight:
|
|
2458
|
+
font-weight: 500;
|
|
2459
|
+
font-size: 12px;
|
|
2460
|
+
line-height: 1.2;
|
|
2461
|
+
}
|
|
2462
|
+
.p-m {
|
|
2463
|
+
font-family: arial, sans-serif;
|
|
2464
|
+
font-weight: 500;
|
|
2453
2465
|
font-size: 12px;
|
|
2454
2466
|
line-height: 1.2;
|
|
2455
2467
|
}
|
|
@@ -2459,72 +2471,120 @@ mark {
|
|
|
2459
2471
|
font-size: 12px;
|
|
2460
2472
|
line-height: 1.2;
|
|
2461
2473
|
}
|
|
2474
|
+
.p-s {
|
|
2475
|
+
font-family: arial, sans-serif;
|
|
2476
|
+
font-weight: 500;
|
|
2477
|
+
font-size: 12px;
|
|
2478
|
+
line-height: 1.2;
|
|
2479
|
+
}
|
|
2480
|
+
.p-xs {
|
|
2481
|
+
font-family: arial, sans-serif;
|
|
2482
|
+
font-weight: 500;
|
|
2483
|
+
font-size: 11px;
|
|
2484
|
+
line-height: 1.2;
|
|
2485
|
+
}
|
|
2462
2486
|
.p-xs-b {
|
|
2463
2487
|
font-family: arial, sans-serif;
|
|
2464
2488
|
font-weight: 900;
|
|
2465
2489
|
font-size: 11px;
|
|
2466
|
-
line-height: 1.
|
|
2490
|
+
line-height: 1.2;
|
|
2467
2491
|
}
|
|
2468
2492
|
.p-xxs-b {
|
|
2469
2493
|
font-family: arial, sans-serif;
|
|
2470
2494
|
font-weight: 900;
|
|
2471
|
-
font-size:
|
|
2495
|
+
font-size: 11px;
|
|
2496
|
+
line-height: 1.2;
|
|
2497
|
+
}
|
|
2498
|
+
.p-tag {
|
|
2499
|
+
font-family: arial, sans-serif;
|
|
2500
|
+
font-weight: 500;
|
|
2501
|
+
font-size: 8px;
|
|
2472
2502
|
line-height: 1.3;
|
|
2473
2503
|
}
|
|
2504
|
+
.sub-xs {
|
|
2505
|
+
font-family: arial, sans-serif;
|
|
2506
|
+
font-weight: 500;
|
|
2507
|
+
font-size: 11px;
|
|
2508
|
+
line-height: 1.2;
|
|
2509
|
+
}
|
|
2474
2510
|
}
|
|
2475
2511
|
@media (min-width: 992px) {
|
|
2476
|
-
.
|
|
2477
|
-
font-size:
|
|
2512
|
+
.title-l {
|
|
2513
|
+
font-size: 12px;
|
|
2478
2514
|
line-height: 1.2;
|
|
2479
2515
|
}
|
|
2480
|
-
.
|
|
2481
|
-
font-size:
|
|
2516
|
+
.title-l-b {
|
|
2517
|
+
font-size: 12px;
|
|
2482
2518
|
line-height: 1.2;
|
|
2483
2519
|
}
|
|
2484
|
-
.
|
|
2485
|
-
font-size:
|
|
2520
|
+
.title-m {
|
|
2521
|
+
font-size: 11px;
|
|
2486
2522
|
line-height: 1.2;
|
|
2487
2523
|
}
|
|
2488
|
-
.
|
|
2489
|
-
font-size:
|
|
2524
|
+
.title-s {
|
|
2525
|
+
font-size: 10px;
|
|
2490
2526
|
line-height: 1.2;
|
|
2491
2527
|
}
|
|
2492
|
-
.
|
|
2528
|
+
.title-xs {
|
|
2493
2529
|
font-size: 11px;
|
|
2494
2530
|
line-height: 1.2;
|
|
2495
2531
|
}
|
|
2496
|
-
.
|
|
2532
|
+
.text-l {
|
|
2497
2533
|
font-size: 12px;
|
|
2498
2534
|
line-height: 1.2;
|
|
2499
2535
|
}
|
|
2500
|
-
.
|
|
2536
|
+
.text-m {
|
|
2537
|
+
font-size: 11px;
|
|
2538
|
+
line-height: 1.2;
|
|
2539
|
+
}
|
|
2540
|
+
.tit-m {
|
|
2501
2541
|
font-size: 12px;
|
|
2502
2542
|
line-height: 1.2;
|
|
2503
2543
|
}
|
|
2504
|
-
.
|
|
2505
|
-
font-size:
|
|
2544
|
+
.tit-s {
|
|
2545
|
+
font-size: 12px;
|
|
2506
2546
|
line-height: 1.2;
|
|
2507
2547
|
}
|
|
2508
|
-
.
|
|
2548
|
+
.tit-xs {
|
|
2509
2549
|
font-size: 10px;
|
|
2510
|
-
line-height: 1.
|
|
2550
|
+
line-height: 1.2;
|
|
2511
2551
|
}
|
|
2512
2552
|
.p-m-b {
|
|
2513
|
-
font-size:
|
|
2553
|
+
font-size: 12px;
|
|
2554
|
+
line-height: 1.2;
|
|
2555
|
+
}
|
|
2556
|
+
.p-m {
|
|
2557
|
+
font-size: 12px;
|
|
2514
2558
|
line-height: 1.2;
|
|
2515
2559
|
}
|
|
2516
2560
|
.p-m-m {
|
|
2517
|
-
font-size:
|
|
2561
|
+
font-size: 12px;
|
|
2518
2562
|
line-height: 1.2;
|
|
2519
2563
|
}
|
|
2520
|
-
.p-
|
|
2564
|
+
.p-s {
|
|
2521
2565
|
font-size: 12px;
|
|
2522
|
-
line-height: 1.
|
|
2566
|
+
line-height: 1.2;
|
|
2567
|
+
}
|
|
2568
|
+
.p-xs {
|
|
2569
|
+
font-size: 11px;
|
|
2570
|
+
line-height: 1.2;
|
|
2571
|
+
}
|
|
2572
|
+
.p-xs-b {
|
|
2573
|
+
font-size: 11px;
|
|
2574
|
+
line-height: 1.2;
|
|
2523
2575
|
}
|
|
2524
2576
|
.p-xxs-b {
|
|
2525
|
-
font-size:
|
|
2577
|
+
font-size: 11px;
|
|
2578
|
+
line-height: 1.2;
|
|
2579
|
+
}
|
|
2580
|
+
.p-tag {
|
|
2581
|
+
font-size: 10px;
|
|
2526
2582
|
line-height: 1.3;
|
|
2527
2583
|
}
|
|
2584
|
+
.sub-xs {
|
|
2585
|
+
font-size: 11px;
|
|
2586
|
+
line-height: 1.2;
|
|
2587
|
+
}
|
|
2528
2588
|
}
|
|
2529
2589
|
@media (min-width: 1px) {
|
|
2530
2590
|
.tit-m {
|
|
@@ -6204,11 +6264,11 @@ label {
|
|
|
6204
6264
|
.form-input-label-2 input:not(:placeholder-shown),
|
|
6205
6265
|
.error-zone input:not(:placeholder-shown) {
|
|
6206
6266
|
padding-top: calc(14px + 14px * (2 / 3));
|
|
6207
|
-
padding-bottom:
|
|
6267
|
+
padding-bottom: 14px;
|
|
6208
6268
|
}
|
|
6209
6269
|
.form-input-label-2 input:not(:placeholder-shown) ~ label,
|
|
6210
6270
|
.error-zone input:not(:placeholder-shown) ~ label {
|
|
6211
|
-
padding-top:
|
|
6271
|
+
padding-top: 1px;
|
|
6212
6272
|
padding-bottom: calc(14px / 3);
|
|
6213
6273
|
font-size: 12px;
|
|
6214
6274
|
color: #8e8e8e;
|
|
@@ -6470,6 +6530,9 @@ label {
|
|
|
6470
6530
|
transform: translate3d(0, 0, 0);
|
|
6471
6531
|
opacity: 0.7;
|
|
6472
6532
|
}
|
|
6533
|
+
.has-light .input:focus {
|
|
6534
|
+
border-color: #fff;
|
|
6535
|
+
}
|
|
6473
6536
|
|
|
6474
6537
|
.form-postcode {
|
|
6475
6538
|
flex-wrap: wrap;
|
|
@@ -6778,7 +6841,7 @@ ul.list-disc {
|
|
|
6778
6841
|
}
|
|
6779
6842
|
ul.list-disc li {
|
|
6780
6843
|
position: relative;
|
|
6781
|
-
padding:
|
|
6844
|
+
padding: 0 16px;
|
|
6782
6845
|
}
|
|
6783
6846
|
ul.list-disc li::after {
|
|
6784
6847
|
background-color: #1a1a1a;
|
|
@@ -6835,7 +6898,6 @@ ul.list-inline-clear li::after {
|
|
|
6835
6898
|
|
|
6836
6899
|
ul.list-clear li {
|
|
6837
6900
|
list-style: none;
|
|
6838
|
-
margin: 8px 0;
|
|
6839
6901
|
}
|
|
6840
6902
|
ul.list-clear li::after {
|
|
6841
6903
|
display: none;
|
|
@@ -7010,23 +7072,13 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
7010
7072
|
transition: all 0.2s ease;
|
|
7011
7073
|
}
|
|
7012
7074
|
|
|
7013
|
-
.tabs .list-equal {
|
|
7014
|
-
display: flex;
|
|
7015
|
-
align-items: flex-end;
|
|
7016
|
-
}
|
|
7017
|
-
.tabs .list-equal li {
|
|
7018
|
-
flex-grow: 1;
|
|
7019
|
-
}
|
|
7020
7075
|
.tabs ul {
|
|
7021
|
-
align-items: center;
|
|
7022
|
-
border-bottom: 1px solid #e3e3e3;
|
|
7023
7076
|
display: flex;
|
|
7024
|
-
flex-grow: 1;
|
|
7025
|
-
flex-shrink: 0;
|
|
7026
7077
|
justify-content: flex-start;
|
|
7078
|
+
align-items: center;
|
|
7027
7079
|
margin: 0;
|
|
7028
|
-
|
|
7029
|
-
|
|
7080
|
+
flex-grow: 1;
|
|
7081
|
+
flex-shrink: 0;
|
|
7030
7082
|
}
|
|
7031
7083
|
.tabs li {
|
|
7032
7084
|
display: block;
|
|
@@ -7034,36 +7086,32 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
7034
7086
|
}
|
|
7035
7087
|
.tabs li a,
|
|
7036
7088
|
.tabs li span {
|
|
7037
|
-
align-items: center;
|
|
7038
|
-
border-bottom: 1px solid #e3e3e3;
|
|
7039
|
-
color: #8e8e8e;
|
|
7040
7089
|
display: flex;
|
|
7041
7090
|
justify-content: center;
|
|
7042
|
-
|
|
7043
|
-
padding: 16px;
|
|
7091
|
+
align-items: center;
|
|
7044
7092
|
vertical-align: top;
|
|
7045
|
-
padding-bottom: 17px;
|
|
7046
|
-
font-size: 12px;
|
|
7047
|
-
}
|
|
7048
|
-
.tabs li a:hover,
|
|
7049
|
-
.tabs li span:hover {
|
|
7050
|
-
border-bottom-color: #000;
|
|
7051
|
-
border-bottom-width: 2px;
|
|
7052
|
-
padding-bottom: 16px;
|
|
7053
7093
|
color: #000;
|
|
7094
|
+
font-size: 12px;
|
|
7054
7095
|
cursor: pointer;
|
|
7096
|
+
padding: 8px 20px 12px 20px;
|
|
7055
7097
|
}
|
|
7056
7098
|
.tabs li.is-active a, .tabs li.is-active span {
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7099
|
+
position: relative;
|
|
7100
|
+
}
|
|
7101
|
+
.tabs li.is-active a::after, .tabs li.is-active span::after {
|
|
7102
|
+
content: "";
|
|
7103
|
+
position: absolute;
|
|
7104
|
+
width: 4px;
|
|
7105
|
+
height: 4px;
|
|
7106
|
+
background-color: #000;
|
|
7107
|
+
bottom: 0;
|
|
7063
7108
|
}
|
|
7064
7109
|
.tabs li::after {
|
|
7065
7110
|
display: none;
|
|
7066
7111
|
}
|
|
7112
|
+
.tabs.tabs-resetfirst ul li:first-child a {
|
|
7113
|
+
padding: 8px 20px 12px 0px;
|
|
7114
|
+
}
|
|
7067
7115
|
.tabs.is-center ul {
|
|
7068
7116
|
justify-content: center;
|
|
7069
7117
|
}
|
|
@@ -7073,120 +7121,105 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
|
|
|
7073
7121
|
.tabs.is-around ul li {
|
|
7074
7122
|
flex: 1;
|
|
7075
7123
|
}
|
|
7076
|
-
.tabs.
|
|
7077
|
-
|
|
7124
|
+
.tabs .list-equal {
|
|
7125
|
+
display: flex;
|
|
7126
|
+
align-items: flex-end;
|
|
7078
7127
|
}
|
|
7079
|
-
|
|
7080
|
-
|
|
7081
|
-
margin-left: -8px;
|
|
7128
|
+
.tabs .list-equal li {
|
|
7129
|
+
flex-grow: 1;
|
|
7082
7130
|
}
|
|
7083
|
-
|
|
7131
|
+
|
|
7132
|
+
.tabs-list,
|
|
7133
|
+
.tabs-clear li {
|
|
7134
|
+
display: block;
|
|
7135
|
+
width: 100%;
|
|
7084
7136
|
margin: 0;
|
|
7085
|
-
padding-left: 8px;
|
|
7086
|
-
padding-right: 8px;
|
|
7087
7137
|
}
|
|
7088
|
-
.tabs-list
|
|
7138
|
+
.tabs-list span,
|
|
7139
|
+
.tabs-list a,
|
|
7140
|
+
.tabs-clear li span,
|
|
7141
|
+
.tabs-clear li a {
|
|
7089
7142
|
position: relative;
|
|
7090
|
-
}
|
|
7091
|
-
.tabs-list li span:hover {
|
|
7092
7143
|
cursor: pointer;
|
|
7093
7144
|
}
|
|
7094
|
-
.tabs-list
|
|
7145
|
+
.tabs-list span::after,
|
|
7146
|
+
.tabs-list a::after,
|
|
7147
|
+
.tabs-clear li span::after,
|
|
7148
|
+
.tabs-clear li a::after {
|
|
7095
7149
|
content: "";
|
|
7150
|
+
position: absolute;
|
|
7096
7151
|
width: 100%;
|
|
7097
7152
|
background: #000;
|
|
7098
7153
|
height: 2px;
|
|
7099
|
-
position: absolute;
|
|
7100
7154
|
bottom: -4px;
|
|
7101
7155
|
left: 0;
|
|
7102
7156
|
}
|
|
7103
|
-
.tabs-list
|
|
7104
|
-
|
|
7105
|
-
|
|
7157
|
+
.tabs-list span:hover::after,
|
|
7158
|
+
.tabs-list a:hover::after,
|
|
7159
|
+
.tabs-clear li span:hover::after,
|
|
7160
|
+
.tabs-clear li a:hover::after {
|
|
7106
7161
|
background: #000;
|
|
7107
|
-
height: 2px;
|
|
7108
|
-
position: absolute;
|
|
7109
|
-
bottom: -4px;
|
|
7110
|
-
left: 0;
|
|
7111
7162
|
}
|
|
7112
7163
|
|
|
7113
|
-
.tabs-
|
|
7114
|
-
|
|
7164
|
+
.tabs-list {
|
|
7165
|
+
margin-left: -8px;
|
|
7166
|
+
}
|
|
7167
|
+
.tabs-list li {
|
|
7168
|
+
padding: 8px;
|
|
7169
|
+
}
|
|
7170
|
+
|
|
7171
|
+
.tabs-gray,
|
|
7172
|
+
.tabs-mini {
|
|
7115
7173
|
position: relative;
|
|
7116
7174
|
width: 100%;
|
|
7117
|
-
background-color: #f0f0f0;
|
|
7118
7175
|
}
|
|
7119
|
-
|
|
7176
|
+
|
|
7177
|
+
.tabs-gray {
|
|
7178
|
+
background-color: #f0f0f0;
|
|
7120
7179
|
border: none;
|
|
7121
7180
|
}
|
|
7181
|
+
.tabs-gray ul,
|
|
7122
7182
|
.tabs-gray li {
|
|
7123
|
-
|
|
7124
|
-
margin: 0;
|
|
7125
|
-
width: 100%;
|
|
7183
|
+
border: none;
|
|
7126
7184
|
}
|
|
7127
7185
|
.tabs-gray a,
|
|
7128
7186
|
.tabs-gray span {
|
|
7129
|
-
font-family: arial, sans-serif;
|
|
7130
|
-
font-weight: 500;
|
|
7131
7187
|
color: #8e8e8e;
|
|
7132
7188
|
border-color: #f0f0f0;
|
|
7133
|
-
position: relative;
|
|
7134
|
-
}
|
|
7135
|
-
.tabs-gray a:hover,
|
|
7136
|
-
.tabs-gray span:hover {
|
|
7137
|
-
color: #000;
|
|
7138
|
-
cursor: pointer;
|
|
7139
|
-
}
|
|
7140
|
-
|
|
7141
|
-
.tabs-clear li {
|
|
7142
|
-
display: block;
|
|
7143
|
-
margin: 0;
|
|
7144
|
-
width: 100%;
|
|
7145
7189
|
}
|
|
7146
7190
|
|
|
7147
7191
|
.tabs-mini {
|
|
7148
7192
|
display: inline-block;
|
|
7149
7193
|
}
|
|
7150
7194
|
.tabs-mini ul {
|
|
7151
|
-
border: none;
|
|
7152
|
-
background-color: #fff;
|
|
7153
7195
|
padding: 0 14px;
|
|
7196
|
+
background-color: #fff;
|
|
7154
7197
|
display: inline-flex;
|
|
7155
7198
|
font-family: arial, sans-serif;
|
|
7156
7199
|
}
|
|
7157
|
-
.tabs-mini li {
|
|
7158
|
-
position: relative;
|
|
7159
|
-
}
|
|
7160
7200
|
.tabs-mini li a {
|
|
7161
|
-
opacity: 0.5;
|
|
7162
|
-
border: none;
|
|
7163
7201
|
padding: 6px 8px 8px;
|
|
7164
7202
|
color: #000;
|
|
7203
|
+
border: none;
|
|
7204
|
+
opacity: 0.5;
|
|
7205
|
+
}
|
|
7206
|
+
.tabs-mini li a:hover {
|
|
7207
|
+
opacity: 1;
|
|
7165
7208
|
}
|
|
7166
7209
|
.tabs-mini li:first-child a::after {
|
|
7167
|
-
content: "";
|
|
7168
|
-
position: absolute;
|
|
7169
7210
|
right: 0;
|
|
7170
7211
|
width: 1px;
|
|
7171
7212
|
height: 20px;
|
|
7172
7213
|
background-color: #e3e3e3;
|
|
7173
7214
|
}
|
|
7174
|
-
.tabs-mini li a:hover {
|
|
7175
|
-
border: none;
|
|
7176
|
-
cursor: pointer;
|
|
7177
|
-
padding: 6px 8px 8px;
|
|
7178
|
-
opacity: 1;
|
|
7179
|
-
}
|
|
7180
7215
|
.tabs-mini li.is-active a {
|
|
7181
|
-
padding: 6px 8px 8px;
|
|
7182
7216
|
opacity: 1;
|
|
7183
|
-
font-family: arial, sans-serif;
|
|
7184
7217
|
}
|
|
7185
7218
|
.tabs-mini.tabs-map {
|
|
7186
|
-
max-width: 450px;
|
|
7187
7219
|
display: flex;
|
|
7188
7220
|
flex-flow: column nowrap;
|
|
7189
7221
|
align-items: flex-end;
|
|
7222
|
+
max-width: 450px;
|
|
7190
7223
|
}
|
|
7191
7224
|
.tabs-mini.tabs-map ul {
|
|
7192
7225
|
border: 1px solid #e3e3e3;
|
|
@@ -10373,4 +10406,12 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
10373
10406
|
right: 20px;
|
|
10374
10407
|
}
|
|
10375
10408
|
|
|
10409
|
+
.bg-pink {
|
|
10410
|
+
background-color: #fcd4e1;
|
|
10411
|
+
}
|
|
10412
|
+
|
|
10413
|
+
.bg-blue {
|
|
10414
|
+
background-color: #dcfbfe;
|
|
10415
|
+
}
|
|
10416
|
+
|
|
10376
10417
|
/*# sourceMappingURL=style.css.map */
|