@transferwise/neptune-css 0.0.0-experimental-2ccb16f → 0.0.0-experimental-96eba2f
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/css/accordion.css +0 -2
- package/dist/css/alerts.css +0 -5
- package/dist/css/button-groups.css +0 -1
- package/dist/css/buttons.css +0 -2
- package/dist/css/circles.css +0 -2
- package/dist/css/decision.css +0 -1
- package/dist/css/dropdowns.css +0 -13
- package/dist/css/droppable.css +0 -1
- package/dist/css/footer.css +0 -1
- package/dist/css/grid.css +0 -4
- package/dist/css/input-groups.css +0 -13
- package/dist/css/list-group.css +0 -1
- package/dist/css/navbar-base.css +0 -6
- package/dist/css/navbar.css +0 -18
- package/dist/css/neptune-addons.css +0 -56
- package/dist/css/neptune-core.css +0 -3
- package/dist/css/neptune-social-media.css +0 -1
- package/dist/css/neptune.css +96 -904
- package/dist/css/popovers.css +0 -8
- package/dist/css/tooltip.css +0 -1
- package/package.json +1 -9
package/dist/css/neptune.css
CHANGED
|
@@ -298,65 +298,6 @@
|
|
|
298
298
|
* We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
|
|
299
299
|
*/
|
|
300
300
|
|
|
301
|
-
@media (max-width: 320px) {
|
|
302
|
-
.np-theme-personal {
|
|
303
|
-
--delta: 2;
|
|
304
|
-
--size-4: calc(4px / var(--delta));
|
|
305
|
-
--size-8: calc(8px / var(--delta));
|
|
306
|
-
--size-10: calc(10px / var(--delta));
|
|
307
|
-
--size-12: calc(12px / var(--delta));
|
|
308
|
-
--size-14: calc(14px / var(--delta));
|
|
309
|
-
--size-16: calc(16px / var(--delta));
|
|
310
|
-
--size-24: calc(24px / var(--delta));
|
|
311
|
-
--size-32: calc(32px / var(--delta));
|
|
312
|
-
--size-40: calc(40px / var(--delta));
|
|
313
|
-
--size-48: calc(48px / var(--delta));
|
|
314
|
-
--size-52: calc(52px / var(--delta));
|
|
315
|
-
--size-56: calc(56px / var(--delta));
|
|
316
|
-
--size-60: calc(60px / var(--delta));
|
|
317
|
-
--size-64: calc(64px / var(--delta));
|
|
318
|
-
--size-72: calc(72px / var(--delta));
|
|
319
|
-
--size-80: calc(80px / var(--delta));
|
|
320
|
-
--size-88: calc(88px / var(--delta));
|
|
321
|
-
--size-96: calc(96px / var(--delta));
|
|
322
|
-
--size-104: calc(104px / var(--delta));
|
|
323
|
-
--size-112: calc(112px / var(--delta));
|
|
324
|
-
--size-120: calc(120px / var(--delta));
|
|
325
|
-
--size-126: calc(126px / var(--delta));
|
|
326
|
-
--size-128: calc(128px / var(--delta));
|
|
327
|
-
--size-146: calc(146px / var(--delta));
|
|
328
|
-
--size-154: calc(154px / var(--delta));
|
|
329
|
-
--size-x-small: calc(24px / var(--delta));
|
|
330
|
-
--size-small: calc(32px / var(--delta));
|
|
331
|
-
--size-medium: calc(40px / var(--delta));
|
|
332
|
-
--size-large: calc(48px / var(--delta));
|
|
333
|
-
--size-x-large: calc(56px / var(--delta));
|
|
334
|
-
--size-2x-large: calc(72px / var(--delta));
|
|
335
|
-
--space-content-horizontal: calc(16px / var(--delta));
|
|
336
|
-
--space-small: calc(16px / var(--delta));
|
|
337
|
-
--space-medium: calc(32px / var(--delta));
|
|
338
|
-
--space-large: calc(40px / var(--delta));
|
|
339
|
-
--space-x-large: calc(56px / var(--delta));
|
|
340
|
-
--padding-x-small: var(--size-8);
|
|
341
|
-
--padding-small: var(--size-16);
|
|
342
|
-
--padding-medium: var(--size-24);
|
|
343
|
-
--padding-large: var(--size-32);
|
|
344
|
-
--input-height-base: var(--size-32);
|
|
345
|
-
--input-height-large: var(--input-height-small);
|
|
346
|
-
--input-padding: var(--input-padding-small);
|
|
347
|
-
--input-padding-large: var(--input-padding-small);
|
|
348
|
-
--input-group-addon-padding: var(--input-group-addon-sm-padding);
|
|
349
|
-
--input-group-addon-lg-padding: var(--input-group-addon-sm-padding);
|
|
350
|
-
--btn-height: var(--input-height-base);
|
|
351
|
-
--btn-lg-height: var(--btn-height);
|
|
352
|
-
--btn-sm-height: var(--btn-height);
|
|
353
|
-
--btn-padding: var(--input-padding);
|
|
354
|
-
--btn-sm-padding: var(--btn-padding);
|
|
355
|
-
--btn-lg-padding: var(--btn-padding);
|
|
356
|
-
--dropdown-link-padding: var(--size-12) var(--size-16);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
|
|
360
301
|
/**
|
|
361
302
|
* Do not edit directly
|
|
362
303
|
* Generated on Wed, 06 Dec 2023 12:40:57 GMT
|
|
@@ -544,65 +485,6 @@
|
|
|
544
485
|
* We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
|
|
545
486
|
*/
|
|
546
487
|
|
|
547
|
-
@media (max-width: 320px) {
|
|
548
|
-
.np-theme-personal {
|
|
549
|
-
--delta: 2;
|
|
550
|
-
--size-4: calc(4px / var(--delta));
|
|
551
|
-
--size-8: calc(8px / var(--delta));
|
|
552
|
-
--size-10: calc(10px / var(--delta));
|
|
553
|
-
--size-12: calc(12px / var(--delta));
|
|
554
|
-
--size-14: calc(14px / var(--delta));
|
|
555
|
-
--size-16: calc(16px / var(--delta));
|
|
556
|
-
--size-24: calc(24px / var(--delta));
|
|
557
|
-
--size-32: calc(32px / var(--delta));
|
|
558
|
-
--size-40: calc(40px / var(--delta));
|
|
559
|
-
--size-48: calc(48px / var(--delta));
|
|
560
|
-
--size-52: calc(52px / var(--delta));
|
|
561
|
-
--size-56: calc(56px / var(--delta));
|
|
562
|
-
--size-60: calc(60px / var(--delta));
|
|
563
|
-
--size-64: calc(64px / var(--delta));
|
|
564
|
-
--size-72: calc(72px / var(--delta));
|
|
565
|
-
--size-80: calc(80px / var(--delta));
|
|
566
|
-
--size-88: calc(88px / var(--delta));
|
|
567
|
-
--size-96: calc(96px / var(--delta));
|
|
568
|
-
--size-104: calc(104px / var(--delta));
|
|
569
|
-
--size-112: calc(112px / var(--delta));
|
|
570
|
-
--size-120: calc(120px / var(--delta));
|
|
571
|
-
--size-126: calc(126px / var(--delta));
|
|
572
|
-
--size-128: calc(128px / var(--delta));
|
|
573
|
-
--size-146: calc(146px / var(--delta));
|
|
574
|
-
--size-154: calc(154px / var(--delta));
|
|
575
|
-
--size-x-small: calc(24px / var(--delta));
|
|
576
|
-
--size-small: calc(32px / var(--delta));
|
|
577
|
-
--size-medium: calc(40px / var(--delta));
|
|
578
|
-
--size-large: calc(48px / var(--delta));
|
|
579
|
-
--size-x-large: calc(56px / var(--delta));
|
|
580
|
-
--size-2x-large: calc(72px / var(--delta));
|
|
581
|
-
--space-content-horizontal: calc(16px / var(--delta));
|
|
582
|
-
--space-small: calc(16px / var(--delta));
|
|
583
|
-
--space-medium: calc(32px / var(--delta));
|
|
584
|
-
--space-large: calc(40px / var(--delta));
|
|
585
|
-
--space-x-large: calc(56px / var(--delta));
|
|
586
|
-
--padding-x-small: var(--size-8);
|
|
587
|
-
--padding-small: var(--size-16);
|
|
588
|
-
--padding-medium: var(--size-24);
|
|
589
|
-
--padding-large: var(--size-32);
|
|
590
|
-
--input-height-base: var(--size-32);
|
|
591
|
-
--input-height-large: var(--input-height-small);
|
|
592
|
-
--input-padding: var(--input-padding-small);
|
|
593
|
-
--input-padding-large: var(--input-padding-small);
|
|
594
|
-
--input-group-addon-padding: var(--input-group-addon-sm-padding);
|
|
595
|
-
--input-group-addon-lg-padding: var(--input-group-addon-sm-padding);
|
|
596
|
-
--btn-height: var(--input-height-base);
|
|
597
|
-
--btn-lg-height: var(--btn-height);
|
|
598
|
-
--btn-sm-height: var(--btn-height);
|
|
599
|
-
--btn-padding: var(--input-padding);
|
|
600
|
-
--btn-sm-padding: var(--btn-padding);
|
|
601
|
-
--btn-lg-padding: var(--btn-padding);
|
|
602
|
-
--dropdown-link-padding: var(--size-12) var(--size-16);
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
|
|
606
488
|
/**
|
|
607
489
|
* Do not edit directly
|
|
608
490
|
* Generated on Wed, 06 Dec 2023 12:40:57 GMT
|
|
@@ -790,65 +672,6 @@
|
|
|
790
672
|
* We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
|
|
791
673
|
*/
|
|
792
674
|
|
|
793
|
-
@media (max-width: 320px) {
|
|
794
|
-
.np-theme-personal {
|
|
795
|
-
--delta: 2;
|
|
796
|
-
--size-4: calc(4px / var(--delta));
|
|
797
|
-
--size-8: calc(8px / var(--delta));
|
|
798
|
-
--size-10: calc(10px / var(--delta));
|
|
799
|
-
--size-12: calc(12px / var(--delta));
|
|
800
|
-
--size-14: calc(14px / var(--delta));
|
|
801
|
-
--size-16: calc(16px / var(--delta));
|
|
802
|
-
--size-24: calc(24px / var(--delta));
|
|
803
|
-
--size-32: calc(32px / var(--delta));
|
|
804
|
-
--size-40: calc(40px / var(--delta));
|
|
805
|
-
--size-48: calc(48px / var(--delta));
|
|
806
|
-
--size-52: calc(52px / var(--delta));
|
|
807
|
-
--size-56: calc(56px / var(--delta));
|
|
808
|
-
--size-60: calc(60px / var(--delta));
|
|
809
|
-
--size-64: calc(64px / var(--delta));
|
|
810
|
-
--size-72: calc(72px / var(--delta));
|
|
811
|
-
--size-80: calc(80px / var(--delta));
|
|
812
|
-
--size-88: calc(88px / var(--delta));
|
|
813
|
-
--size-96: calc(96px / var(--delta));
|
|
814
|
-
--size-104: calc(104px / var(--delta));
|
|
815
|
-
--size-112: calc(112px / var(--delta));
|
|
816
|
-
--size-120: calc(120px / var(--delta));
|
|
817
|
-
--size-126: calc(126px / var(--delta));
|
|
818
|
-
--size-128: calc(128px / var(--delta));
|
|
819
|
-
--size-146: calc(146px / var(--delta));
|
|
820
|
-
--size-154: calc(154px / var(--delta));
|
|
821
|
-
--size-x-small: calc(24px / var(--delta));
|
|
822
|
-
--size-small: calc(32px / var(--delta));
|
|
823
|
-
--size-medium: calc(40px / var(--delta));
|
|
824
|
-
--size-large: calc(48px / var(--delta));
|
|
825
|
-
--size-x-large: calc(56px / var(--delta));
|
|
826
|
-
--size-2x-large: calc(72px / var(--delta));
|
|
827
|
-
--space-content-horizontal: calc(16px / var(--delta));
|
|
828
|
-
--space-small: calc(16px / var(--delta));
|
|
829
|
-
--space-medium: calc(32px / var(--delta));
|
|
830
|
-
--space-large: calc(40px / var(--delta));
|
|
831
|
-
--space-x-large: calc(56px / var(--delta));
|
|
832
|
-
--padding-x-small: var(--size-8);
|
|
833
|
-
--padding-small: var(--size-16);
|
|
834
|
-
--padding-medium: var(--size-24);
|
|
835
|
-
--padding-large: var(--size-32);
|
|
836
|
-
--input-height-base: var(--size-32);
|
|
837
|
-
--input-height-large: var(--input-height-small);
|
|
838
|
-
--input-padding: var(--input-padding-small);
|
|
839
|
-
--input-padding-large: var(--input-padding-small);
|
|
840
|
-
--input-group-addon-padding: var(--input-group-addon-sm-padding);
|
|
841
|
-
--input-group-addon-lg-padding: var(--input-group-addon-sm-padding);
|
|
842
|
-
--btn-height: var(--input-height-base);
|
|
843
|
-
--btn-lg-height: var(--btn-height);
|
|
844
|
-
--btn-sm-height: var(--btn-height);
|
|
845
|
-
--btn-padding: var(--input-padding);
|
|
846
|
-
--btn-sm-padding: var(--btn-padding);
|
|
847
|
-
--btn-lg-padding: var(--btn-padding);
|
|
848
|
-
--dropdown-link-padding: var(--size-12) var(--size-16);
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
|
|
852
675
|
/**
|
|
853
676
|
* Do not edit directly
|
|
854
677
|
* Generated on Wed, 06 Dec 2023 12:40:57 GMT
|
|
@@ -1036,65 +859,6 @@
|
|
|
1036
859
|
* We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
|
|
1037
860
|
*/
|
|
1038
861
|
|
|
1039
|
-
@media (max-width: 320px) {
|
|
1040
|
-
.np-theme-personal {
|
|
1041
|
-
--delta: 2;
|
|
1042
|
-
--size-4: calc(4px / var(--delta));
|
|
1043
|
-
--size-8: calc(8px / var(--delta));
|
|
1044
|
-
--size-10: calc(10px / var(--delta));
|
|
1045
|
-
--size-12: calc(12px / var(--delta));
|
|
1046
|
-
--size-14: calc(14px / var(--delta));
|
|
1047
|
-
--size-16: calc(16px / var(--delta));
|
|
1048
|
-
--size-24: calc(24px / var(--delta));
|
|
1049
|
-
--size-32: calc(32px / var(--delta));
|
|
1050
|
-
--size-40: calc(40px / var(--delta));
|
|
1051
|
-
--size-48: calc(48px / var(--delta));
|
|
1052
|
-
--size-52: calc(52px / var(--delta));
|
|
1053
|
-
--size-56: calc(56px / var(--delta));
|
|
1054
|
-
--size-60: calc(60px / var(--delta));
|
|
1055
|
-
--size-64: calc(64px / var(--delta));
|
|
1056
|
-
--size-72: calc(72px / var(--delta));
|
|
1057
|
-
--size-80: calc(80px / var(--delta));
|
|
1058
|
-
--size-88: calc(88px / var(--delta));
|
|
1059
|
-
--size-96: calc(96px / var(--delta));
|
|
1060
|
-
--size-104: calc(104px / var(--delta));
|
|
1061
|
-
--size-112: calc(112px / var(--delta));
|
|
1062
|
-
--size-120: calc(120px / var(--delta));
|
|
1063
|
-
--size-126: calc(126px / var(--delta));
|
|
1064
|
-
--size-128: calc(128px / var(--delta));
|
|
1065
|
-
--size-146: calc(146px / var(--delta));
|
|
1066
|
-
--size-154: calc(154px / var(--delta));
|
|
1067
|
-
--size-x-small: calc(24px / var(--delta));
|
|
1068
|
-
--size-small: calc(32px / var(--delta));
|
|
1069
|
-
--size-medium: calc(40px / var(--delta));
|
|
1070
|
-
--size-large: calc(48px / var(--delta));
|
|
1071
|
-
--size-x-large: calc(56px / var(--delta));
|
|
1072
|
-
--size-2x-large: calc(72px / var(--delta));
|
|
1073
|
-
--space-content-horizontal: calc(16px / var(--delta));
|
|
1074
|
-
--space-small: calc(16px / var(--delta));
|
|
1075
|
-
--space-medium: calc(32px / var(--delta));
|
|
1076
|
-
--space-large: calc(40px / var(--delta));
|
|
1077
|
-
--space-x-large: calc(56px / var(--delta));
|
|
1078
|
-
--padding-x-small: var(--size-8);
|
|
1079
|
-
--padding-small: var(--size-16);
|
|
1080
|
-
--padding-medium: var(--size-24);
|
|
1081
|
-
--padding-large: var(--size-32);
|
|
1082
|
-
--input-height-base: var(--size-32);
|
|
1083
|
-
--input-height-large: var(--input-height-small);
|
|
1084
|
-
--input-padding: var(--input-padding-small);
|
|
1085
|
-
--input-padding-large: var(--input-padding-small);
|
|
1086
|
-
--input-group-addon-padding: var(--input-group-addon-sm-padding);
|
|
1087
|
-
--input-group-addon-lg-padding: var(--input-group-addon-sm-padding);
|
|
1088
|
-
--btn-height: var(--input-height-base);
|
|
1089
|
-
--btn-lg-height: var(--btn-height);
|
|
1090
|
-
--btn-sm-height: var(--btn-height);
|
|
1091
|
-
--btn-padding: var(--input-padding);
|
|
1092
|
-
--btn-sm-padding: var(--btn-padding);
|
|
1093
|
-
--btn-lg-padding: var(--btn-padding);
|
|
1094
|
-
--dropdown-link-padding: var(--size-12) var(--size-16);
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
862
|
/* See: https://github.com/fontsource/fontsource/blob/main/fonts/google/inter/variable.css */
|
|
1099
863
|
|
|
1100
864
|
@font-face {
|
|
@@ -1659,11 +1423,6 @@ html.ios-click {
|
|
|
1659
1423
|
cursor: pointer;
|
|
1660
1424
|
}
|
|
1661
1425
|
|
|
1662
|
-
fieldset {
|
|
1663
|
-
margin: 0;
|
|
1664
|
-
padding: 0;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
1426
|
button,
|
|
1668
1427
|
input,
|
|
1669
1428
|
optgroup,
|
|
@@ -2198,8 +1957,6 @@ h6,
|
|
|
2198
1957
|
|
|
2199
1958
|
.control-1,
|
|
2200
1959
|
.control-2 {
|
|
2201
|
-
color: #0097c7;
|
|
2202
|
-
color: var(--color-content-accent);
|
|
2203
1960
|
font-weight: 600;
|
|
2204
1961
|
font-weight: var(--font-weight-semi-bold);
|
|
2205
1962
|
line-height: 1.2;
|
|
@@ -3021,7 +2778,6 @@ blockquote footer::before {
|
|
|
3021
2778
|
|
|
3022
2779
|
[dir="rtl"] .blockquote-reverse {
|
|
3023
2780
|
padding-left: 22px;
|
|
3024
|
-
padding-right: 0;
|
|
3025
2781
|
padding-right: initial;
|
|
3026
2782
|
}
|
|
3027
2783
|
|
|
@@ -4443,48 +4199,14 @@ html:not([dir="rtl"]) .p-a-4 {
|
|
|
4443
4199
|
padding-left: var(--size-32) !important;
|
|
4444
4200
|
}
|
|
4445
4201
|
|
|
4446
|
-
.m-
|
|
4447
|
-
margin-
|
|
4448
|
-
margin-
|
|
4202
|
+
[dir="rtl"] .m-l-4 {
|
|
4203
|
+
margin-right: 32px !important;
|
|
4204
|
+
margin-right: var(--size-32) !important;
|
|
4449
4205
|
}
|
|
4450
4206
|
|
|
4451
|
-
.m-
|
|
4452
|
-
margin-
|
|
4453
|
-
margin-
|
|
4454
|
-
}
|
|
4455
|
-
|
|
4456
|
-
.m-y-4 {
|
|
4457
|
-
margin-top: 32px !important;
|
|
4458
|
-
margin-top: var(--size-32) !important;
|
|
4459
|
-
margin-bottom: 32px !important;
|
|
4460
|
-
margin-bottom: var(--size-32) !important;
|
|
4461
|
-
}
|
|
4462
|
-
|
|
4463
|
-
.p-t-4 {
|
|
4464
|
-
padding-top: 32px !important;
|
|
4465
|
-
padding-top: var(--size-32) !important;
|
|
4466
|
-
}
|
|
4467
|
-
|
|
4468
|
-
.p-b-4 {
|
|
4469
|
-
padding-bottom: 32px !important;
|
|
4470
|
-
padding-bottom: var(--size-32) !important;
|
|
4471
|
-
}
|
|
4472
|
-
|
|
4473
|
-
.p-y-4 {
|
|
4474
|
-
padding-top: 32px !important;
|
|
4475
|
-
padding-top: var(--size-32) !important;
|
|
4476
|
-
padding-bottom: 32px !important;
|
|
4477
|
-
padding-bottom: var(--size-32) !important;
|
|
4478
|
-
}
|
|
4479
|
-
|
|
4480
|
-
[dir="rtl"] .m-l-4 {
|
|
4481
|
-
margin-right: 32px !important;
|
|
4482
|
-
margin-right: var(--size-32) !important;
|
|
4483
|
-
}
|
|
4484
|
-
|
|
4485
|
-
html:not([dir="rtl"]) .m-l-4 {
|
|
4486
|
-
margin-left: 32px !important;
|
|
4487
|
-
margin-left: var(--size-32) !important;
|
|
4207
|
+
html:not([dir="rtl"]) .m-l-4 {
|
|
4208
|
+
margin-left: 32px !important;
|
|
4209
|
+
margin-left: var(--size-32) !important;
|
|
4488
4210
|
}
|
|
4489
4211
|
|
|
4490
4212
|
[dir="rtl"] .m-r-4 {
|
|
@@ -4611,40 +4333,6 @@ html:not([dir="rtl"]) .p-a-5 {
|
|
|
4611
4333
|
padding-left: var(--size-40) !important;
|
|
4612
4334
|
}
|
|
4613
4335
|
|
|
4614
|
-
.m-t-5 {
|
|
4615
|
-
margin-top: 40px !important;
|
|
4616
|
-
margin-top: var(--size-40) !important;
|
|
4617
|
-
}
|
|
4618
|
-
|
|
4619
|
-
.m-b-5 {
|
|
4620
|
-
margin-bottom: 40px !important;
|
|
4621
|
-
margin-bottom: var(--size-40) !important;
|
|
4622
|
-
}
|
|
4623
|
-
|
|
4624
|
-
.m-y-5 {
|
|
4625
|
-
margin-top: 40px !important;
|
|
4626
|
-
margin-top: var(--size-40) !important;
|
|
4627
|
-
margin-bottom: 40px !important;
|
|
4628
|
-
margin-bottom: var(--size-40) !important;
|
|
4629
|
-
}
|
|
4630
|
-
|
|
4631
|
-
.p-t-5 {
|
|
4632
|
-
padding-top: 40px !important;
|
|
4633
|
-
padding-top: var(--size-40) !important;
|
|
4634
|
-
}
|
|
4635
|
-
|
|
4636
|
-
.p-b-5 {
|
|
4637
|
-
padding-bottom: 40px !important;
|
|
4638
|
-
padding-bottom: var(--size-40) !important;
|
|
4639
|
-
}
|
|
4640
|
-
|
|
4641
|
-
.p-y-5 {
|
|
4642
|
-
padding-top: 40px !important;
|
|
4643
|
-
padding-top: var(--size-40) !important;
|
|
4644
|
-
padding-bottom: 40px !important;
|
|
4645
|
-
padding-bottom: var(--size-40) !important;
|
|
4646
|
-
}
|
|
4647
|
-
|
|
4648
4336
|
[dir="rtl"] .m-l-5 {
|
|
4649
4337
|
margin-right: 40px !important;
|
|
4650
4338
|
margin-right: var(--size-40) !important;
|
|
@@ -5729,7 +5417,6 @@ tbody.collapse.in {
|
|
|
5729
5417
|
}
|
|
5730
5418
|
|
|
5731
5419
|
.np-theme-personal .alert {
|
|
5732
|
-
padding: 24px;
|
|
5733
5420
|
padding: var(--padding-medium);
|
|
5734
5421
|
border-radius: 16px;
|
|
5735
5422
|
border-radius: var(--radius-medium);
|
|
@@ -5836,7 +5523,6 @@ tbody.collapse.in {
|
|
|
5836
5523
|
|
|
5837
5524
|
[dir="rtl"] .arrow.arrow-left::before {
|
|
5838
5525
|
right: 20px;
|
|
5839
|
-
left: auto;
|
|
5840
5526
|
left: initial;
|
|
5841
5527
|
}
|
|
5842
5528
|
|
|
@@ -5852,7 +5538,6 @@ tbody.collapse.in {
|
|
|
5852
5538
|
}
|
|
5853
5539
|
|
|
5854
5540
|
[dir="rtl"] .arrow.arrow-right::before {
|
|
5855
|
-
right: auto;
|
|
5856
5541
|
left: auto;
|
|
5857
5542
|
left: initial;
|
|
5858
5543
|
}
|
|
@@ -5939,7 +5624,6 @@ tbody.collapse.in {
|
|
|
5939
5624
|
|
|
5940
5625
|
[dir="rtl"] .form-group .alert.arrow-left::before {
|
|
5941
5626
|
right: 20px;
|
|
5942
|
-
left: auto;
|
|
5943
5627
|
left: initial;
|
|
5944
5628
|
}
|
|
5945
5629
|
|
|
@@ -5955,7 +5639,6 @@ tbody.collapse.in {
|
|
|
5955
5639
|
}
|
|
5956
5640
|
|
|
5957
5641
|
[dir="rtl"] .form-group .alert.arrow-right::before {
|
|
5958
|
-
right: auto;
|
|
5959
5642
|
left: auto;
|
|
5960
5643
|
left: initial;
|
|
5961
5644
|
}
|
|
@@ -8237,15 +7920,6 @@ input[type="button"].btn-block {
|
|
|
8237
7920
|
margin-left: calc(var(--padding-small) / 2) !important;
|
|
8238
7921
|
}
|
|
8239
7922
|
|
|
8240
|
-
@keyframes rotating {
|
|
8241
|
-
from {
|
|
8242
|
-
transform: rotate(0deg);
|
|
8243
|
-
}
|
|
8244
|
-
to {
|
|
8245
|
-
transform: rotate(360deg);
|
|
8246
|
-
}
|
|
8247
|
-
}
|
|
8248
|
-
|
|
8249
7923
|
.btn-input.btn {
|
|
8250
7924
|
text-align: left;
|
|
8251
7925
|
}
|
|
@@ -8341,46 +8015,6 @@ a.btn {
|
|
|
8341
8015
|
clear: both;
|
|
8342
8016
|
}
|
|
8343
8017
|
|
|
8344
|
-
.btn-toolbar::before,
|
|
8345
|
-
.btn-toolbar::after {
|
|
8346
|
-
content: " ";
|
|
8347
|
-
display: table;
|
|
8348
|
-
}
|
|
8349
|
-
|
|
8350
|
-
.btn-toolbar::after {
|
|
8351
|
-
clear: both;
|
|
8352
|
-
}
|
|
8353
|
-
|
|
8354
|
-
.btn-toolbar::before,
|
|
8355
|
-
.btn-toolbar::after {
|
|
8356
|
-
content: " ";
|
|
8357
|
-
display: table;
|
|
8358
|
-
}
|
|
8359
|
-
|
|
8360
|
-
.btn-toolbar::after {
|
|
8361
|
-
clear: both;
|
|
8362
|
-
}
|
|
8363
|
-
|
|
8364
|
-
.btn-toolbar::before,
|
|
8365
|
-
.btn-toolbar::after {
|
|
8366
|
-
content: " ";
|
|
8367
|
-
display: table;
|
|
8368
|
-
}
|
|
8369
|
-
|
|
8370
|
-
.btn-toolbar::after {
|
|
8371
|
-
clear: both;
|
|
8372
|
-
}
|
|
8373
|
-
|
|
8374
|
-
.btn-toolbar::before,
|
|
8375
|
-
.btn-toolbar::after {
|
|
8376
|
-
content: " ";
|
|
8377
|
-
display: table;
|
|
8378
|
-
}
|
|
8379
|
-
|
|
8380
|
-
.btn-toolbar::after {
|
|
8381
|
-
clear: both;
|
|
8382
|
-
}
|
|
8383
|
-
|
|
8384
8018
|
.btn-toolbar .btn,
|
|
8385
8019
|
.btn-toolbar .btn-group,
|
|
8386
8020
|
.btn-toolbar .input-group {
|
|
@@ -8796,46 +8430,6 @@ html:not([dir="rtl"]) .btn-group .btn + .btn-primary {
|
|
|
8796
8430
|
clear: both;
|
|
8797
8431
|
}
|
|
8798
8432
|
|
|
8799
|
-
.btn-group.btn-block::before,
|
|
8800
|
-
.btn-group.btn-block::after {
|
|
8801
|
-
content: " ";
|
|
8802
|
-
display: table;
|
|
8803
|
-
}
|
|
8804
|
-
|
|
8805
|
-
.btn-group.btn-block::after {
|
|
8806
|
-
clear: both;
|
|
8807
|
-
}
|
|
8808
|
-
|
|
8809
|
-
.btn-group.btn-block::before,
|
|
8810
|
-
.btn-group.btn-block::after {
|
|
8811
|
-
content: " ";
|
|
8812
|
-
display: table;
|
|
8813
|
-
}
|
|
8814
|
-
|
|
8815
|
-
.btn-group.btn-block::after {
|
|
8816
|
-
clear: both;
|
|
8817
|
-
}
|
|
8818
|
-
|
|
8819
|
-
.btn-group.btn-block::before,
|
|
8820
|
-
.btn-group.btn-block::after {
|
|
8821
|
-
content: " ";
|
|
8822
|
-
display: table;
|
|
8823
|
-
}
|
|
8824
|
-
|
|
8825
|
-
.btn-group.btn-block::after {
|
|
8826
|
-
clear: both;
|
|
8827
|
-
}
|
|
8828
|
-
|
|
8829
|
-
.btn-group.btn-block::before,
|
|
8830
|
-
.btn-group.btn-block::after {
|
|
8831
|
-
content: " ";
|
|
8832
|
-
display: table;
|
|
8833
|
-
}
|
|
8834
|
-
|
|
8835
|
-
.btn-group.btn-block::after {
|
|
8836
|
-
clear: both;
|
|
8837
|
-
}
|
|
8838
|
-
|
|
8839
8433
|
.btn-group.btn-block .btn {
|
|
8840
8434
|
display: block;
|
|
8841
8435
|
width: 100%;
|
|
@@ -9312,8 +8906,6 @@ fieldset[disabled] .checkbox label {
|
|
|
9312
8906
|
|
|
9313
8907
|
[dir="rtl"] .form-control-static.input-lg,
|
|
9314
8908
|
[dir="rtl"] .form-control-static.input-sm {
|
|
9315
|
-
padding-right: 0;
|
|
9316
|
-
padding-left: 0;
|
|
9317
8909
|
padding-left: initial;
|
|
9318
8910
|
}
|
|
9319
8911
|
|
|
@@ -9596,7 +9188,6 @@ select[multiple].input-lg {
|
|
|
9596
9188
|
|
|
9597
9189
|
[dir="rtl"] .help-block.arrow-left::before {
|
|
9598
9190
|
right: 20px;
|
|
9599
|
-
left: auto;
|
|
9600
9191
|
left: initial;
|
|
9601
9192
|
}
|
|
9602
9193
|
|
|
@@ -9612,7 +9203,6 @@ select[multiple].input-lg {
|
|
|
9612
9203
|
}
|
|
9613
9204
|
|
|
9614
9205
|
[dir="rtl"] .help-block.arrow-right::before {
|
|
9615
|
-
right: auto;
|
|
9616
9206
|
left: auto;
|
|
9617
9207
|
left: initial;
|
|
9618
9208
|
}
|
|
@@ -10556,11 +10146,6 @@ select[multiple].input-lg {
|
|
|
10556
10146
|
margin-right: -12px;
|
|
10557
10147
|
}
|
|
10558
10148
|
|
|
10559
|
-
[dir="rtl"] .form-horizontal .form-group {
|
|
10560
|
-
margin-right: -12px;
|
|
10561
|
-
margin-left: -12px;
|
|
10562
|
-
}
|
|
10563
|
-
|
|
10564
10149
|
[dir="rtl"] .form-horizontal .form-group {
|
|
10565
10150
|
margin-left: -12px;
|
|
10566
10151
|
margin-right: -12px;
|
|
@@ -11024,8 +10609,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
11024
10609
|
}
|
|
11025
10610
|
|
|
11026
10611
|
.input-group-addon {
|
|
11027
|
-
color: #5d7079;
|
|
11028
|
-
color: var(--color-content-secondary);
|
|
11029
10612
|
transition: border-color ease-in-out 0.15s;
|
|
11030
10613
|
}
|
|
11031
10614
|
|
|
@@ -11647,7 +11230,6 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
|
|
|
11647
11230
|
line-height: 1.2;
|
|
11648
11231
|
line-height: var(--line-height-title);
|
|
11649
11232
|
letter-spacing: 0;
|
|
11650
|
-
margin-bottom: 0;
|
|
11651
11233
|
margin-bottom: initial;
|
|
11652
11234
|
font-size: 1.375rem;
|
|
11653
11235
|
font-size: var(--font-size-22);
|
|
@@ -12406,8 +11988,6 @@ a.circle.active:hover {
|
|
|
12406
11988
|
|
|
12407
11989
|
[dir="rtl"] .btn .circle .tw-icon,
|
|
12408
11990
|
[dir="rtl"] .dropdown-menu li .circle .tw-icon {
|
|
12409
|
-
margin-right: 0;
|
|
12410
|
-
margin-left: 0;
|
|
12411
11991
|
margin-left: initial;
|
|
12412
11992
|
}
|
|
12413
11993
|
|
|
@@ -13055,7 +12635,6 @@ li > a > .currency-flag:first-child {
|
|
|
13055
12635
|
|
|
13056
12636
|
[dir="rtl"] .dropdown-menu-right,
|
|
13057
12637
|
[dir="rtl"] .dropdown-menu-xs-right {
|
|
13058
|
-
right: auto;
|
|
13059
12638
|
left: auto;
|
|
13060
12639
|
left: initial;
|
|
13061
12640
|
}
|
|
@@ -13076,7 +12655,6 @@ li > a > .currency-flag:first-child {
|
|
|
13076
12655
|
[dir="rtl"] .dropdown-menu-left,
|
|
13077
12656
|
[dir="rtl"] .dropdown-menu-xs-left {
|
|
13078
12657
|
right: 0;
|
|
13079
|
-
left: auto;
|
|
13080
12658
|
left: initial;
|
|
13081
12659
|
}
|
|
13082
12660
|
|
|
@@ -13093,7 +12671,6 @@ li > a > .currency-flag:first-child {
|
|
|
13093
12671
|
right: 0;
|
|
13094
12672
|
}
|
|
13095
12673
|
[dir="rtl"] .dropdown-menu-sm-right {
|
|
13096
|
-
right: auto;
|
|
13097
12674
|
left: auto;
|
|
13098
12675
|
left: initial;
|
|
13099
12676
|
}
|
|
@@ -13108,7 +12685,6 @@ li > a > .currency-flag:first-child {
|
|
|
13108
12685
|
}
|
|
13109
12686
|
[dir="rtl"] .dropdown-menu-sm-left {
|
|
13110
12687
|
right: 0;
|
|
13111
|
-
left: auto;
|
|
13112
12688
|
left: initial;
|
|
13113
12689
|
}
|
|
13114
12690
|
[dir="rtl"] .dropdown-menu-sm-left {
|
|
@@ -13124,7 +12700,6 @@ li > a > .currency-flag:first-child {
|
|
|
13124
12700
|
right: 0;
|
|
13125
12701
|
}
|
|
13126
12702
|
[dir="rtl"] .dropdown-menu-md-right {
|
|
13127
|
-
right: auto;
|
|
13128
12703
|
left: auto;
|
|
13129
12704
|
left: initial;
|
|
13130
12705
|
}
|
|
@@ -13139,7 +12714,6 @@ li > a > .currency-flag:first-child {
|
|
|
13139
12714
|
}
|
|
13140
12715
|
[dir="rtl"] .dropdown-menu-md-left {
|
|
13141
12716
|
right: 0;
|
|
13142
|
-
left: auto;
|
|
13143
12717
|
left: initial;
|
|
13144
12718
|
}
|
|
13145
12719
|
[dir="rtl"] .dropdown-menu-md-left {
|
|
@@ -13155,7 +12729,6 @@ li > a > .currency-flag:first-child {
|
|
|
13155
12729
|
right: 0;
|
|
13156
12730
|
}
|
|
13157
12731
|
[dir="rtl"] .dropdown-menu-lg-right {
|
|
13158
|
-
right: auto;
|
|
13159
12732
|
left: auto;
|
|
13160
12733
|
left: initial;
|
|
13161
12734
|
}
|
|
@@ -13170,7 +12743,6 @@ li > a > .currency-flag:first-child {
|
|
|
13170
12743
|
}
|
|
13171
12744
|
[dir="rtl"] .dropdown-menu-lg-left {
|
|
13172
12745
|
right: 0;
|
|
13173
|
-
left: auto;
|
|
13174
12746
|
left: initial;
|
|
13175
12747
|
}
|
|
13176
12748
|
[dir="rtl"] .dropdown-menu-lg-left {
|
|
@@ -13186,7 +12758,6 @@ li > a > .currency-flag:first-child {
|
|
|
13186
12758
|
right: 0;
|
|
13187
12759
|
}
|
|
13188
12760
|
[dir="rtl"] .dropdown-menu-xl-right {
|
|
13189
|
-
right: auto;
|
|
13190
12761
|
left: auto;
|
|
13191
12762
|
left: initial;
|
|
13192
12763
|
}
|
|
@@ -13201,7 +12772,6 @@ li > a > .currency-flag:first-child {
|
|
|
13201
12772
|
}
|
|
13202
12773
|
[dir="rtl"] .dropdown-menu-xl-left {
|
|
13203
12774
|
right: 0;
|
|
13204
|
-
left: auto;
|
|
13205
12775
|
left: initial;
|
|
13206
12776
|
}
|
|
13207
12777
|
[dir="rtl"] .dropdown-menu-xl-left {
|
|
@@ -13274,7 +12844,6 @@ li > a > .currency-flag:first-child {
|
|
|
13274
12844
|
right: 0;
|
|
13275
12845
|
}
|
|
13276
12846
|
[dir="rtl"] .navbar-right .dropdown-menu {
|
|
13277
|
-
right: auto;
|
|
13278
12847
|
left: auto;
|
|
13279
12848
|
left: initial;
|
|
13280
12849
|
}
|
|
@@ -13289,7 +12858,6 @@ li > a > .currency-flag:first-child {
|
|
|
13289
12858
|
}
|
|
13290
12859
|
[dir="rtl"] .navbar-right .dropdown-menu-left {
|
|
13291
12860
|
right: 0;
|
|
13292
|
-
left: auto;
|
|
13293
12861
|
left: initial;
|
|
13294
12862
|
}
|
|
13295
12863
|
[dir="rtl"] .navbar-right .dropdown-menu-left {
|
|
@@ -14452,46 +14020,6 @@ li > a > .currency-flag:first-child {
|
|
|
14452
14020
|
clear: both;
|
|
14453
14021
|
}
|
|
14454
14022
|
|
|
14455
|
-
.container::before,
|
|
14456
|
-
.container::after {
|
|
14457
|
-
content: " ";
|
|
14458
|
-
display: table;
|
|
14459
|
-
}
|
|
14460
|
-
|
|
14461
|
-
.container::after {
|
|
14462
|
-
clear: both;
|
|
14463
|
-
}
|
|
14464
|
-
|
|
14465
|
-
.container::before,
|
|
14466
|
-
.container::after {
|
|
14467
|
-
content: " ";
|
|
14468
|
-
display: table;
|
|
14469
|
-
}
|
|
14470
|
-
|
|
14471
|
-
.container::after {
|
|
14472
|
-
clear: both;
|
|
14473
|
-
}
|
|
14474
|
-
|
|
14475
|
-
.container::before,
|
|
14476
|
-
.container::after {
|
|
14477
|
-
content: " ";
|
|
14478
|
-
display: table;
|
|
14479
|
-
}
|
|
14480
|
-
|
|
14481
|
-
.container::after {
|
|
14482
|
-
clear: both;
|
|
14483
|
-
}
|
|
14484
|
-
|
|
14485
|
-
.container::before,
|
|
14486
|
-
.container::after {
|
|
14487
|
-
content: " ";
|
|
14488
|
-
display: table;
|
|
14489
|
-
}
|
|
14490
|
-
|
|
14491
|
-
.container::after {
|
|
14492
|
-
clear: both;
|
|
14493
|
-
}
|
|
14494
|
-
|
|
14495
14023
|
@media (min-width: 1200px) {
|
|
14496
14024
|
.container {
|
|
14497
14025
|
max-width: 1164px;
|
|
@@ -14524,11 +14052,6 @@ li > a > .currency-flag:first-child {
|
|
|
14524
14052
|
margin-right: -12px;
|
|
14525
14053
|
}
|
|
14526
14054
|
|
|
14527
|
-
[dir="rtl"] .row {
|
|
14528
|
-
margin-right: -12px;
|
|
14529
|
-
margin-left: -12px;
|
|
14530
|
-
}
|
|
14531
|
-
|
|
14532
14055
|
[dir="rtl"] .row {
|
|
14533
14056
|
margin-left: -12px;
|
|
14534
14057
|
margin-right: -12px;
|
|
@@ -14544,46 +14067,6 @@ li > a > .currency-flag:first-child {
|
|
|
14544
14067
|
clear: both;
|
|
14545
14068
|
}
|
|
14546
14069
|
|
|
14547
|
-
.row::before,
|
|
14548
|
-
.row::after {
|
|
14549
|
-
content: " ";
|
|
14550
|
-
display: table;
|
|
14551
|
-
}
|
|
14552
|
-
|
|
14553
|
-
.row::after {
|
|
14554
|
-
clear: both;
|
|
14555
|
-
}
|
|
14556
|
-
|
|
14557
|
-
.row::before,
|
|
14558
|
-
.row::after {
|
|
14559
|
-
content: " ";
|
|
14560
|
-
display: table;
|
|
14561
|
-
}
|
|
14562
|
-
|
|
14563
|
-
.row::after {
|
|
14564
|
-
clear: both;
|
|
14565
|
-
}
|
|
14566
|
-
|
|
14567
|
-
.row::before,
|
|
14568
|
-
.row::after {
|
|
14569
|
-
content: " ";
|
|
14570
|
-
display: table;
|
|
14571
|
-
}
|
|
14572
|
-
|
|
14573
|
-
.row::after {
|
|
14574
|
-
clear: both;
|
|
14575
|
-
}
|
|
14576
|
-
|
|
14577
|
-
.row::before,
|
|
14578
|
-
.row::after {
|
|
14579
|
-
content: " ";
|
|
14580
|
-
display: table;
|
|
14581
|
-
}
|
|
14582
|
-
|
|
14583
|
-
.row::after {
|
|
14584
|
-
clear: both;
|
|
14585
|
-
}
|
|
14586
|
-
|
|
14587
14070
|
.col-xs-1,
|
|
14588
14071
|
.col-sm-1,
|
|
14589
14072
|
.col-md-1,
|
|
@@ -17644,366 +17127,135 @@ html:not([dir="rtl"]) .nav-stacked > li > a {
|
|
|
17644
17127
|
.nav-stacked > li.active > a,
|
|
17645
17128
|
.nav-stacked > li.active > a:hover,
|
|
17646
17129
|
.nav-stacked > li.active > a:focus {
|
|
17647
|
-
padding-left: 21px;
|
|
17648
|
-
}
|
|
17649
|
-
|
|
17650
|
-
[dir="rtl"] .nav-stacked > li.active > a,
|
|
17651
|
-
[dir="rtl"] .nav-stacked > li.active > a:hover,
|
|
17652
|
-
[dir="rtl"] .nav-stacked > li.active > a:focus {
|
|
17653
|
-
border-right: 3px solid #00a2dd;
|
|
17654
|
-
border-right: 3px solid var(--color-interactive-accent);
|
|
17655
|
-
}
|
|
17656
|
-
|
|
17657
|
-
html:not([dir="rtl"]) .nav-stacked > li.active > a,
|
|
17658
|
-
html:not([dir="rtl"]) .nav-stacked > li.active > a:hover,
|
|
17659
|
-
html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
17660
|
-
border-left: 3px solid #00a2dd;
|
|
17661
|
-
border-left: 3px solid var(--color-interactive-accent);
|
|
17662
|
-
}
|
|
17663
|
-
|
|
17664
|
-
[dir="rtl"] .nav-stacked > li.active > a,
|
|
17665
|
-
[dir="rtl"] .nav-stacked > li.active > a:hover,
|
|
17666
|
-
[dir="rtl"] .nav-stacked > li.active > a:focus {
|
|
17667
|
-
padding-right: 21px;
|
|
17668
|
-
padding-left: 0;
|
|
17669
|
-
padding-left: initial;
|
|
17670
|
-
}
|
|
17671
|
-
|
|
17672
|
-
.nav-justified {
|
|
17673
|
-
width: 100%;
|
|
17674
|
-
}
|
|
17675
|
-
|
|
17676
|
-
.nav-justified > li {
|
|
17677
|
-
float: none;
|
|
17678
|
-
display: table-cell;
|
|
17679
|
-
vertical-align: top;
|
|
17680
|
-
width: 1%;
|
|
17681
|
-
text-align: center;
|
|
17682
|
-
}
|
|
17683
|
-
|
|
17684
|
-
.nav-justified > li > a {
|
|
17685
|
-
text-align: center;
|
|
17686
|
-
}
|
|
17687
|
-
|
|
17688
|
-
.nav-justified > .dropdown .dropdown-menu {
|
|
17689
|
-
top: auto;
|
|
17690
|
-
left: auto;
|
|
17691
|
-
}
|
|
17692
|
-
|
|
17693
|
-
[dir="rtl"] .nav-justified > .dropdown .dropdown-menu {
|
|
17694
|
-
right: auto;
|
|
17695
|
-
left: auto;
|
|
17696
|
-
left: initial;
|
|
17697
|
-
}
|
|
17698
|
-
|
|
17699
|
-
.nav-justified.nav-pills > li > a {
|
|
17700
|
-
padding: 0 4px;
|
|
17701
|
-
padding: 0 var(--size-4);
|
|
17702
|
-
line-height: 1.5;
|
|
17703
|
-
line-height: var(--line-height-body);
|
|
17704
|
-
}
|
|
17705
|
-
|
|
17706
|
-
@media (min-width: 768px) {
|
|
17707
|
-
.nav-justified-2-p-x {
|
|
17708
|
-
padding-right: 25%;
|
|
17709
|
-
padding-left: 25%;
|
|
17710
|
-
}
|
|
17711
|
-
.nav-justified-3-p-x {
|
|
17712
|
-
padding-right: 16.66666667%;
|
|
17713
|
-
padding-left: 16.66666667%;
|
|
17714
|
-
}
|
|
17715
|
-
.nav-justified-4-p-x {
|
|
17716
|
-
padding-right: 12.5%;
|
|
17717
|
-
padding-left: 12.5%;
|
|
17718
|
-
}
|
|
17719
|
-
.nav-justified-5-p-x {
|
|
17720
|
-
padding-right: 10%;
|
|
17721
|
-
padding-left: 10%;
|
|
17722
|
-
}
|
|
17723
|
-
.nav-justified-6-p-x {
|
|
17724
|
-
padding-right: 8.33333333%;
|
|
17725
|
-
padding-left: 8.33333333%;
|
|
17726
|
-
}
|
|
17727
|
-
.nav-justified-7-p-x {
|
|
17728
|
-
padding-right: 7.14285714%;
|
|
17729
|
-
padding-left: 7.14285714%;
|
|
17730
|
-
}
|
|
17731
|
-
.nav-justified-8-p-x {
|
|
17732
|
-
padding-right: 6.25%;
|
|
17733
|
-
padding-left: 6.25%;
|
|
17734
|
-
}
|
|
17735
|
-
}
|
|
17736
|
-
|
|
17737
|
-
.nav-tabs-justified {
|
|
17738
|
-
border-bottom: 0;
|
|
17739
|
-
}
|
|
17740
|
-
|
|
17741
|
-
.nav-tabs-justified > li {
|
|
17742
|
-
float: none;
|
|
17743
|
-
display: table-cell;
|
|
17744
|
-
width: 1%;
|
|
17745
|
-
text-align: center;
|
|
17746
|
-
vertical-align: top;
|
|
17747
|
-
}
|
|
17748
|
-
|
|
17749
|
-
.nav-tabs-justified > li > a {
|
|
17750
|
-
margin-right: 0;
|
|
17751
|
-
border-bottom: 1px solid rgba(0,0,0,0.10196);
|
|
17752
|
-
border-bottom: 1px solid var(--color-border-neutral);
|
|
17753
|
-
border-radius: 3px;
|
|
17754
|
-
}
|
|
17755
|
-
|
|
17756
|
-
.nav-tabs-justified > .active > a,
|
|
17757
|
-
.nav-tabs-justified > .active > a:hover,
|
|
17758
|
-
.nav-tabs-justified > .active > a:focus {
|
|
17759
|
-
border: 1px solid rgba(0,0,0,0.10196);
|
|
17760
|
-
border: 1px solid var(--color-border-neutral);
|
|
17761
|
-
border-bottom: 0;
|
|
17762
|
-
}
|
|
17763
|
-
|
|
17764
|
-
.tab-content > .tab-pane {
|
|
17765
|
-
display: none;
|
|
17766
|
-
}
|
|
17767
|
-
|
|
17768
|
-
.tab-content > .active {
|
|
17769
|
-
display: block;
|
|
17770
|
-
}
|
|
17771
|
-
|
|
17772
|
-
.nav-tabs .dropdown-menu {
|
|
17773
|
-
margin-top: -1px;
|
|
17774
|
-
border-top-right-radius: 0;
|
|
17775
|
-
border-top-left-radius: 0;
|
|
17776
|
-
}
|
|
17777
|
-
|
|
17778
|
-
.clearfix::before,
|
|
17779
|
-
.clearfix::after,
|
|
17780
|
-
.btn-group-vertical > .btn-group::before,
|
|
17781
|
-
.btn-group-vertical > .btn-group::after,
|
|
17782
|
-
.form-horizontal .form-group::before,
|
|
17783
|
-
.form-horizontal .form-group::after,
|
|
17784
|
-
.container::before,
|
|
17785
|
-
.container::after,
|
|
17786
|
-
.container-fluid::before,
|
|
17787
|
-
.container-fluid::after,
|
|
17788
|
-
.row::before,
|
|
17789
|
-
.row::after,
|
|
17790
|
-
.nav::before,
|
|
17791
|
-
.nav::after,
|
|
17792
|
-
.navbar::before,
|
|
17793
|
-
.navbar::after,
|
|
17794
|
-
.navbar-header::before,
|
|
17795
|
-
.navbar-header::after,
|
|
17796
|
-
.navbar-collapse::before,
|
|
17797
|
-
.navbar-collapse::after,
|
|
17798
|
-
.modal-footer::before,
|
|
17799
|
-
.modal-footer::after,
|
|
17800
|
-
.panel-body::before,
|
|
17801
|
-
.panel-body::after {
|
|
17802
|
-
content: " ";
|
|
17803
|
-
display: table;
|
|
17804
|
-
}
|
|
17805
|
-
|
|
17806
|
-
.clearfix::after,
|
|
17807
|
-
.btn-group-vertical > .btn-group::after,
|
|
17808
|
-
.form-horizontal .form-group::after,
|
|
17809
|
-
.container::after,
|
|
17810
|
-
.container-fluid::after,
|
|
17811
|
-
.row::after,
|
|
17812
|
-
.nav::after,
|
|
17813
|
-
.navbar::after,
|
|
17814
|
-
.navbar-header::after,
|
|
17815
|
-
.navbar-collapse::after,
|
|
17816
|
-
.modal-footer::after,
|
|
17817
|
-
.panel-body::after {
|
|
17818
|
-
clear: both;
|
|
17819
|
-
}
|
|
17820
|
-
|
|
17821
|
-
.clearfix::before,
|
|
17822
|
-
.clearfix::after,
|
|
17823
|
-
.btn-group-vertical > .btn-group::before,
|
|
17824
|
-
.btn-group-vertical > .btn-group::after,
|
|
17825
|
-
.form-horizontal .form-group::before,
|
|
17826
|
-
.form-horizontal .form-group::after,
|
|
17827
|
-
.container::before,
|
|
17828
|
-
.container::after,
|
|
17829
|
-
.container-fluid::before,
|
|
17830
|
-
.container-fluid::after,
|
|
17831
|
-
.row::before,
|
|
17832
|
-
.row::after,
|
|
17833
|
-
.nav::before,
|
|
17834
|
-
.nav::after,
|
|
17835
|
-
.navbar::before,
|
|
17836
|
-
.navbar::after,
|
|
17837
|
-
.navbar-header::before,
|
|
17838
|
-
.navbar-header::after,
|
|
17839
|
-
.navbar-collapse::before,
|
|
17840
|
-
.navbar-collapse::after,
|
|
17841
|
-
.modal-footer::before,
|
|
17842
|
-
.modal-footer::after,
|
|
17843
|
-
.panel-body::before,
|
|
17844
|
-
.panel-body::after {
|
|
17845
|
-
content: " ";
|
|
17846
|
-
display: table;
|
|
17847
|
-
}
|
|
17848
|
-
|
|
17849
|
-
.clearfix::after,
|
|
17850
|
-
.btn-group-vertical > .btn-group::after,
|
|
17851
|
-
.form-horizontal .form-group::after,
|
|
17852
|
-
.container::after,
|
|
17853
|
-
.container-fluid::after,
|
|
17854
|
-
.row::after,
|
|
17855
|
-
.nav::after,
|
|
17856
|
-
.navbar::after,
|
|
17857
|
-
.navbar-header::after,
|
|
17858
|
-
.navbar-collapse::after,
|
|
17859
|
-
.modal-footer::after,
|
|
17860
|
-
.panel-body::after {
|
|
17861
|
-
clear: both;
|
|
17130
|
+
padding-left: 21px;
|
|
17862
17131
|
}
|
|
17863
17132
|
|
|
17864
|
-
.
|
|
17865
|
-
|
|
17866
|
-
|
|
17867
|
-
|
|
17133
|
+
[dir="rtl"] .nav-stacked > li.active > a,
|
|
17134
|
+
[dir="rtl"] .nav-stacked > li.active > a:hover,
|
|
17135
|
+
[dir="rtl"] .nav-stacked > li.active > a:focus {
|
|
17136
|
+
border-right: 3px solid #00a2dd;
|
|
17137
|
+
border-right: 3px solid var(--color-interactive-accent);
|
|
17868
17138
|
}
|
|
17869
17139
|
|
|
17870
|
-
.
|
|
17871
|
-
.
|
|
17872
|
-
|
|
17140
|
+
html:not([dir="rtl"]) .nav-stacked > li.active > a,
|
|
17141
|
+
html:not([dir="rtl"]) .nav-stacked > li.active > a:hover,
|
|
17142
|
+
html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
17143
|
+
border-left: 3px solid #00a2dd;
|
|
17144
|
+
border-left: 3px solid var(--color-interactive-accent);
|
|
17873
17145
|
}
|
|
17874
17146
|
|
|
17875
|
-
[dir="rtl"] .
|
|
17876
|
-
[dir="rtl"] .
|
|
17877
|
-
|
|
17147
|
+
[dir="rtl"] .nav-stacked > li.active > a,
|
|
17148
|
+
[dir="rtl"] .nav-stacked > li.active > a:hover,
|
|
17149
|
+
[dir="rtl"] .nav-stacked > li.active > a:focus {
|
|
17150
|
+
padding-right: 21px;
|
|
17151
|
+
padding-left: 0;
|
|
17152
|
+
padding-left: initial;
|
|
17878
17153
|
}
|
|
17879
17154
|
|
|
17880
|
-
.
|
|
17881
|
-
|
|
17882
|
-
float: left !important;
|
|
17155
|
+
.nav-justified {
|
|
17156
|
+
width: 100%;
|
|
17883
17157
|
}
|
|
17884
17158
|
|
|
17885
|
-
|
|
17886
|
-
|
|
17887
|
-
|
|
17159
|
+
.nav-justified > li {
|
|
17160
|
+
float: none;
|
|
17161
|
+
display: table-cell;
|
|
17162
|
+
vertical-align: top;
|
|
17163
|
+
width: 1%;
|
|
17164
|
+
text-align: center;
|
|
17888
17165
|
}
|
|
17889
17166
|
|
|
17890
|
-
.
|
|
17891
|
-
|
|
17167
|
+
.nav-justified > li > a {
|
|
17168
|
+
text-align: center;
|
|
17892
17169
|
}
|
|
17893
17170
|
|
|
17894
|
-
|
|
17895
|
-
|
|
17896
|
-
|
|
17897
|
-
}
|
|
17898
|
-
[dir="rtl"] .pull-sm-left {
|
|
17899
|
-
float: right !important;
|
|
17900
|
-
}
|
|
17901
|
-
.pull-sm-right {
|
|
17902
|
-
float: right !important;
|
|
17903
|
-
}
|
|
17904
|
-
[dir="rtl"] .pull-sm-right {
|
|
17905
|
-
float: left !important;
|
|
17906
|
-
}
|
|
17907
|
-
.pull-sm-none {
|
|
17908
|
-
float: none !important;
|
|
17909
|
-
}
|
|
17171
|
+
.nav-justified > .dropdown .dropdown-menu {
|
|
17172
|
+
top: auto;
|
|
17173
|
+
left: auto;
|
|
17910
17174
|
}
|
|
17911
17175
|
|
|
17912
|
-
|
|
17913
|
-
|
|
17914
|
-
|
|
17915
|
-
|
|
17916
|
-
[dir="rtl"] .pull-md-left {
|
|
17917
|
-
float: right !important;
|
|
17918
|
-
}
|
|
17919
|
-
.pull-md-right {
|
|
17920
|
-
float: right !important;
|
|
17921
|
-
}
|
|
17922
|
-
[dir="rtl"] .pull-md-right {
|
|
17923
|
-
float: left !important;
|
|
17924
|
-
}
|
|
17925
|
-
.pull-md-none {
|
|
17926
|
-
float: none !important;
|
|
17927
|
-
}
|
|
17176
|
+
[dir="rtl"] .nav-justified > .dropdown .dropdown-menu {
|
|
17177
|
+
right: auto;
|
|
17178
|
+
left: auto;
|
|
17179
|
+
left: initial;
|
|
17928
17180
|
}
|
|
17929
17181
|
|
|
17930
|
-
|
|
17931
|
-
|
|
17932
|
-
|
|
17933
|
-
|
|
17934
|
-
|
|
17935
|
-
float: right !important;
|
|
17936
|
-
}
|
|
17937
|
-
.pull-lg-right {
|
|
17938
|
-
float: right !important;
|
|
17939
|
-
}
|
|
17940
|
-
[dir="rtl"] .pull-lg-right {
|
|
17941
|
-
float: left !important;
|
|
17942
|
-
}
|
|
17943
|
-
.pull-lg-none {
|
|
17944
|
-
float: none !important;
|
|
17945
|
-
}
|
|
17182
|
+
.nav-justified.nav-pills > li > a {
|
|
17183
|
+
padding: 0 4px;
|
|
17184
|
+
padding: 0 var(--size-4);
|
|
17185
|
+
line-height: 1.5;
|
|
17186
|
+
line-height: var(--line-height-body);
|
|
17946
17187
|
}
|
|
17947
17188
|
|
|
17948
|
-
@media (min-width:
|
|
17949
|
-
.
|
|
17950
|
-
|
|
17189
|
+
@media (min-width: 768px) {
|
|
17190
|
+
.nav-justified-2-p-x {
|
|
17191
|
+
padding-right: 25%;
|
|
17192
|
+
padding-left: 25%;
|
|
17951
17193
|
}
|
|
17952
|
-
|
|
17953
|
-
|
|
17194
|
+
.nav-justified-3-p-x {
|
|
17195
|
+
padding-right: 16.66666667%;
|
|
17196
|
+
padding-left: 16.66666667%;
|
|
17954
17197
|
}
|
|
17955
|
-
.
|
|
17956
|
-
|
|
17198
|
+
.nav-justified-4-p-x {
|
|
17199
|
+
padding-right: 12.5%;
|
|
17200
|
+
padding-left: 12.5%;
|
|
17957
17201
|
}
|
|
17958
|
-
|
|
17959
|
-
|
|
17202
|
+
.nav-justified-5-p-x {
|
|
17203
|
+
padding-right: 10%;
|
|
17204
|
+
padding-left: 10%;
|
|
17960
17205
|
}
|
|
17961
|
-
.
|
|
17962
|
-
|
|
17206
|
+
.nav-justified-6-p-x {
|
|
17207
|
+
padding-right: 8.33333333%;
|
|
17208
|
+
padding-left: 8.33333333%;
|
|
17209
|
+
}
|
|
17210
|
+
.nav-justified-7-p-x {
|
|
17211
|
+
padding-right: 7.14285714%;
|
|
17212
|
+
padding-left: 7.14285714%;
|
|
17213
|
+
}
|
|
17214
|
+
.nav-justified-8-p-x {
|
|
17215
|
+
padding-right: 6.25%;
|
|
17216
|
+
padding-left: 6.25%;
|
|
17963
17217
|
}
|
|
17964
17218
|
}
|
|
17965
17219
|
|
|
17966
|
-
.
|
|
17967
|
-
|
|
17968
|
-
}
|
|
17969
|
-
|
|
17970
|
-
.show {
|
|
17971
|
-
display: block !important;
|
|
17972
|
-
}
|
|
17973
|
-
|
|
17974
|
-
.invisible {
|
|
17975
|
-
visibility: hidden;
|
|
17976
|
-
}
|
|
17977
|
-
|
|
17978
|
-
.text-hide {
|
|
17979
|
-
color: transparent;
|
|
17980
|
-
text-shadow: none;
|
|
17981
|
-
background-color: transparent;
|
|
17982
|
-
border: 0;
|
|
17220
|
+
.nav-tabs-justified {
|
|
17221
|
+
border-bottom: 0;
|
|
17983
17222
|
}
|
|
17984
17223
|
|
|
17985
|
-
.
|
|
17986
|
-
|
|
17224
|
+
.nav-tabs-justified > li {
|
|
17225
|
+
float: none;
|
|
17226
|
+
display: table-cell;
|
|
17227
|
+
width: 1%;
|
|
17228
|
+
text-align: center;
|
|
17229
|
+
vertical-align: top;
|
|
17987
17230
|
}
|
|
17988
17231
|
|
|
17989
|
-
.
|
|
17990
|
-
|
|
17232
|
+
.nav-tabs-justified > li > a {
|
|
17233
|
+
margin-right: 0;
|
|
17234
|
+
border-bottom: 1px solid rgba(0,0,0,0.10196);
|
|
17235
|
+
border-bottom: 1px solid var(--color-border-neutral);
|
|
17236
|
+
border-radius: 3px;
|
|
17991
17237
|
}
|
|
17992
17238
|
|
|
17993
|
-
.
|
|
17994
|
-
|
|
17239
|
+
.nav-tabs-justified > .active > a,
|
|
17240
|
+
.nav-tabs-justified > .active > a:hover,
|
|
17241
|
+
.nav-tabs-justified > .active > a:focus {
|
|
17242
|
+
border: 1px solid rgba(0,0,0,0.10196);
|
|
17243
|
+
border: 1px solid var(--color-border-neutral);
|
|
17244
|
+
border-bottom: 0;
|
|
17995
17245
|
}
|
|
17996
17246
|
|
|
17997
|
-
.
|
|
17998
|
-
|
|
17247
|
+
.tab-content > .tab-pane {
|
|
17248
|
+
display: none;
|
|
17999
17249
|
}
|
|
18000
17250
|
|
|
18001
|
-
.
|
|
18002
|
-
|
|
17251
|
+
.tab-content > .active {
|
|
17252
|
+
display: block;
|
|
18003
17253
|
}
|
|
18004
17254
|
|
|
18005
|
-
.
|
|
18006
|
-
|
|
17255
|
+
.nav-tabs .dropdown-menu {
|
|
17256
|
+
margin-top: -1px;
|
|
17257
|
+
border-top-right-radius: 0;
|
|
17258
|
+
border-top-left-radius: 0;
|
|
18007
17259
|
}
|
|
18008
17260
|
|
|
18009
17261
|
.clickable {
|
|
@@ -18702,7 +17954,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
18702
17954
|
[dir="rtl"] .navbar-right li > .dropdown-menu::before,
|
|
18703
17955
|
[dir="rtl"] .pull-xs-right li > .dropdown-menu::before {
|
|
18704
17956
|
left: calc((8px * 2) + (8px / 2));
|
|
18705
|
-
right: auto;
|
|
18706
17957
|
right: initial;
|
|
18707
17958
|
}
|
|
18708
17959
|
|
|
@@ -18735,7 +17986,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
18735
17986
|
|
|
18736
17987
|
[dir="rtl"] .navbar-right.dropdown-menu-center::before,
|
|
18737
17988
|
[dir="rtl"] .pull-xs-right.dropdown-menu-center::before {
|
|
18738
|
-
left: auto;
|
|
18739
17989
|
right: auto;
|
|
18740
17990
|
right: initial;
|
|
18741
17991
|
}
|
|
@@ -18804,22 +18054,15 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
18804
18054
|
[dir="rtl"] .navbar-left {
|
|
18805
18055
|
float: right !important;
|
|
18806
18056
|
}
|
|
18807
|
-
[dir="rtl"] .navbar-left {
|
|
18808
|
-
float: right !important;
|
|
18809
|
-
}
|
|
18810
18057
|
.navbar-right {
|
|
18811
18058
|
float: right !important;
|
|
18812
18059
|
}
|
|
18813
|
-
[dir="rtl"] .navbar-right {
|
|
18814
|
-
float: left !important;
|
|
18815
|
-
}
|
|
18816
18060
|
.navbar-right li > .dropdown-menu::before {
|
|
18817
18061
|
right: calc((8px * 2) + (8px / 2));
|
|
18818
18062
|
left: auto;
|
|
18819
18063
|
}
|
|
18820
18064
|
[dir="rtl"] .navbar-right li > .dropdown-menu::before {
|
|
18821
18065
|
left: calc((8px * 2) + (8px / 2));
|
|
18822
|
-
right: auto;
|
|
18823
18066
|
right: initial;
|
|
18824
18067
|
}
|
|
18825
18068
|
[dir="rtl"] .navbar-right li > .dropdown-menu::before {
|
|
@@ -18833,7 +18076,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
18833
18076
|
margin-left: -4px;
|
|
18834
18077
|
}
|
|
18835
18078
|
[dir="rtl"] .navbar-right.dropdown-menu-center::before {
|
|
18836
|
-
left: auto;
|
|
18837
18079
|
right: auto;
|
|
18838
18080
|
right: initial;
|
|
18839
18081
|
}
|
|
@@ -21087,7 +20329,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21087
20329
|
|
|
21088
20330
|
[dir="rtl"] .popover.top-left::before {
|
|
21089
20331
|
left: 29px;
|
|
21090
|
-
right: auto;
|
|
21091
20332
|
right: initial;
|
|
21092
20333
|
}
|
|
21093
20334
|
|
|
@@ -21113,7 +20354,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21113
20354
|
|
|
21114
20355
|
[dir="rtl"] .popover.top-right::before {
|
|
21115
20356
|
right: 29px;
|
|
21116
|
-
left: auto;
|
|
21117
20357
|
left: initial;
|
|
21118
20358
|
}
|
|
21119
20359
|
|
|
@@ -21194,7 +20434,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21194
20434
|
|
|
21195
20435
|
[dir="rtl"] .popover.bottom-left::before {
|
|
21196
20436
|
left: 29px;
|
|
21197
|
-
right: auto;
|
|
21198
20437
|
right: initial;
|
|
21199
20438
|
}
|
|
21200
20439
|
|
|
@@ -21220,7 +20459,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21220
20459
|
|
|
21221
20460
|
[dir="rtl"] .popover.bottom-right::before {
|
|
21222
20461
|
left: 29px;
|
|
21223
|
-
right: auto;
|
|
21224
20462
|
right: initial;
|
|
21225
20463
|
}
|
|
21226
20464
|
|
|
@@ -21244,7 +20482,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21244
20482
|
}
|
|
21245
20483
|
|
|
21246
20484
|
[dir="rtl"] .popover.left::before {
|
|
21247
|
-
right: auto;
|
|
21248
20485
|
left: auto;
|
|
21249
20486
|
left: initial;
|
|
21250
20487
|
}
|
|
@@ -21263,7 +20500,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21263
20500
|
}
|
|
21264
20501
|
|
|
21265
20502
|
[dir="rtl"] .popover.left-top::before {
|
|
21266
|
-
right: auto;
|
|
21267
20503
|
left: auto;
|
|
21268
20504
|
left: initial;
|
|
21269
20505
|
}
|
|
@@ -21282,7 +20518,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21282
20518
|
}
|
|
21283
20519
|
|
|
21284
20520
|
[dir="rtl"] .popover.left-bottom::before {
|
|
21285
|
-
right: auto;
|
|
21286
20521
|
left: auto;
|
|
21287
20522
|
left: initial;
|
|
21288
20523
|
}
|
|
@@ -24093,49 +23328,6 @@ a[data-toggle="tooltip"] {
|
|
|
24093
23328
|
clear: both;
|
|
24094
23329
|
}
|
|
24095
23330
|
|
|
24096
|
-
.clearfix::before,
|
|
24097
|
-
.clearfix::after,
|
|
24098
|
-
.btn-group-vertical > .btn-group::before,
|
|
24099
|
-
.btn-group-vertical > .btn-group::after,
|
|
24100
|
-
.form-horizontal .form-group::before,
|
|
24101
|
-
.form-horizontal .form-group::after,
|
|
24102
|
-
.container::before,
|
|
24103
|
-
.container::after,
|
|
24104
|
-
.container-fluid::before,
|
|
24105
|
-
.container-fluid::after,
|
|
24106
|
-
.row::before,
|
|
24107
|
-
.row::after,
|
|
24108
|
-
.nav::before,
|
|
24109
|
-
.nav::after,
|
|
24110
|
-
.navbar::before,
|
|
24111
|
-
.navbar::after,
|
|
24112
|
-
.navbar-header::before,
|
|
24113
|
-
.navbar-header::after,
|
|
24114
|
-
.navbar-collapse::before,
|
|
24115
|
-
.navbar-collapse::after,
|
|
24116
|
-
.modal-footer::before,
|
|
24117
|
-
.modal-footer::after,
|
|
24118
|
-
.panel-body::before,
|
|
24119
|
-
.panel-body::after {
|
|
24120
|
-
content: " ";
|
|
24121
|
-
display: table;
|
|
24122
|
-
}
|
|
24123
|
-
|
|
24124
|
-
.clearfix::after,
|
|
24125
|
-
.btn-group-vertical > .btn-group::after,
|
|
24126
|
-
.form-horizontal .form-group::after,
|
|
24127
|
-
.container::after,
|
|
24128
|
-
.container-fluid::after,
|
|
24129
|
-
.row::after,
|
|
24130
|
-
.nav::after,
|
|
24131
|
-
.navbar::after,
|
|
24132
|
-
.navbar-header::after,
|
|
24133
|
-
.navbar-collapse::after,
|
|
24134
|
-
.modal-footer::after,
|
|
24135
|
-
.panel-body::after {
|
|
24136
|
-
clear: both;
|
|
24137
|
-
}
|
|
24138
|
-
|
|
24139
23331
|
.center-block {
|
|
24140
23332
|
display: block;
|
|
24141
23333
|
margin-left: auto;
|