@neo4j-ndl/base 0.1.4 → 0.3.1
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/lib/neo4j-ds-styles.css +712 -91
- package/lib/optimised.config.d.ts +8 -10
- package/lib/optimised.config.js +6 -5
- package/lib/optimised.config.js.map +1 -1
- package/lib/tailwindConfig.d.ts +8 -5
- package/lib/tailwindConfig.js +1 -5
- package/lib/tailwindConfig.js.map +1 -1
- package/lib/tokens/css/tokens.css +9 -3
- package/lib/tokens/js/tokens-raw.js +113 -5
- package/lib/tokens/js/tokens.d.ts +8 -0
- package/lib/tokens/js/tokens.js +11 -3
- package/lib/tokens/js/tokens.js.map +1 -1
- package/lib/tokens/scss/tokens.scss +9 -3
- package/package.json +5 -6
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU General Public License
|
|
22
22
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
/*! tailwindcss v3.0.
|
|
24
|
+
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
|
|
25
25
|
*/
|
|
26
26
|
/*
|
|
27
27
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on
|
|
423
|
+
* Generated on Fri, 06 May 2022 16:12:13 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -432,7 +432,13 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
432
432
|
--border-radius-3xl: 16px;
|
|
433
433
|
--border-radius-4xl: 18px;
|
|
434
434
|
--border-radius-5xl: 20px;
|
|
435
|
-
--border-radius-full: 9999px
|
|
435
|
+
--border-radius-full: 9999px;
|
|
436
|
+
--breakpoints-xs: 450px; /* Extra small screen / phone, only one not included with Tailwind CSS */
|
|
437
|
+
--breakpoints-sm: 640px; /* Check here: https://tailwindcss.com/docs/responsive-design */
|
|
438
|
+
--breakpoints-md: 768px;
|
|
439
|
+
--breakpoints-lg: 1024px;
|
|
440
|
+
--breakpoints-xl: 1280px;
|
|
441
|
+
--breakpoints-2xl: 1536px;
|
|
436
442
|
--colors-primary-10: 230, 248, 255 /* #e6f8ff */; /* lighest shade of brand primary color */
|
|
437
443
|
--colors-primary-20: 163, 226, 255 /* #a3e2ff */;
|
|
438
444
|
--colors-primary-30: 122, 209, 255 /* #7ad1ff */;
|
|
@@ -512,7 +518,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
512
518
|
--palette-light-neutral-bg-strong: 230, 233, 238 /* #E6E9EE */;
|
|
513
519
|
--palette-light-neutral-bg-strongest: 83, 91, 102 /* #535B66 */;
|
|
514
520
|
--palette-light-neutral-border-weak: 238, 241, 246 /* #EEF1F6 */;
|
|
515
|
-
--palette-light-neutral-border-strong:
|
|
521
|
+
--palette-light-neutral-border-strong: 196, 200, 205 /* #C4C8CD */;
|
|
516
522
|
--palette-light-neutral-hover: rgba(113,119,128,0.1);
|
|
517
523
|
--palette-light-neutral-pressed: rgba(113,119,128,0.2);
|
|
518
524
|
--palette-light-primary-text: 0, 111, 214 /* #006FD6 */;
|
|
@@ -712,7 +718,7 @@ h6,
|
|
|
712
718
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
713
719
|
--tw-ring-offset-width: 2px;
|
|
714
720
|
}
|
|
715
|
-
.ndl-btn.
|
|
721
|
+
.ndl-btn.loading{
|
|
716
722
|
cursor: default;
|
|
717
723
|
opacity: 0.5;
|
|
718
724
|
}
|
|
@@ -774,27 +780,50 @@ h6,
|
|
|
774
780
|
width: 3rem;
|
|
775
781
|
padding: 0.75rem;
|
|
776
782
|
}
|
|
783
|
+
/* State: Filled */
|
|
777
784
|
.ndl-btn.filled{
|
|
778
785
|
border-width: 0px;
|
|
779
786
|
--tw-text-opacity: 1;
|
|
780
787
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
781
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
782
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
783
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
784
788
|
}
|
|
789
|
+
.ndl-btn.filled.disabled{
|
|
790
|
+
cursor: default;
|
|
791
|
+
--tw-bg-opacity: 1;
|
|
792
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
793
|
+
--tw-text-opacity: 1;
|
|
794
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
795
|
+
}
|
|
796
|
+
/* State: Outlined */
|
|
785
797
|
.ndl-btn.outlined{
|
|
786
798
|
border-width: 1px;
|
|
787
799
|
border-style: solid;
|
|
788
800
|
--tw-bg-opacity: 1;
|
|
789
801
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
790
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
791
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
792
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
793
802
|
}
|
|
803
|
+
.ndl-btn.outlined.disabled{
|
|
804
|
+
cursor: default;
|
|
805
|
+
--tw-border-opacity: 1;
|
|
806
|
+
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
807
|
+
--tw-bg-opacity: 1;
|
|
808
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
809
|
+
--tw-text-opacity: 1;
|
|
810
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
811
|
+
}
|
|
812
|
+
/* State: Text */
|
|
794
813
|
.ndl-btn.text{
|
|
795
814
|
border-style: none;
|
|
796
815
|
background-color: transparent;
|
|
797
816
|
}
|
|
817
|
+
.ndl-btn.text.disabled{
|
|
818
|
+
cursor: default;
|
|
819
|
+
--tw-text-opacity: 1;
|
|
820
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
821
|
+
}
|
|
822
|
+
.ndl-btn.floating-btn:not(.disabled):not(.text){
|
|
823
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
824
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
825
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
826
|
+
}
|
|
798
827
|
a.ndl-btn{
|
|
799
828
|
-webkit-text-decoration-line: none;
|
|
800
829
|
text-decoration-line: none;
|
|
@@ -827,7 +856,7 @@ a.ndl-btn{
|
|
|
827
856
|
max-width: max-content;
|
|
828
857
|
flex-direction: column;
|
|
829
858
|
justify-content: center;
|
|
830
|
-
border-radius: 9999px
|
|
859
|
+
border-radius: 9999px;
|
|
831
860
|
padding-left: 0.5rem;
|
|
832
861
|
padding-right: 0.5rem;
|
|
833
862
|
padding-top: 0.125rem;
|
|
@@ -850,6 +879,11 @@ a.ndl-btn{
|
|
|
850
879
|
height: 0.5rem;
|
|
851
880
|
width: 0.5rem;
|
|
852
881
|
}
|
|
882
|
+
.ndl-label .label-text{
|
|
883
|
+
overflow: hidden;
|
|
884
|
+
text-overflow: ellipsis;
|
|
885
|
+
white-space: nowrap;
|
|
886
|
+
}
|
|
853
887
|
.ndl-label.clean .label-text{
|
|
854
888
|
--tw-text-opacity: 1;
|
|
855
889
|
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
@@ -884,16 +918,15 @@ a.ndl-btn{
|
|
|
884
918
|
* You should have received a copy of the GNU General Public License
|
|
885
919
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
886
920
|
*/
|
|
887
|
-
.ndl-tabs.underline {
|
|
921
|
+
.ndl-tabs.underline-tab {
|
|
888
922
|
border-bottom-style: solid;
|
|
889
|
-
/* @apply n-border-b-light-neutral-border-weak n-text-light-neutral-text-weak n-relative; */
|
|
890
923
|
position: relative;
|
|
891
924
|
}
|
|
892
925
|
/**
|
|
893
926
|
* We use an :after pseudo element to draw the
|
|
894
927
|
* underline inside the component
|
|
895
928
|
*/
|
|
896
|
-
.ndl-tabs.underline.small:after {
|
|
929
|
+
.ndl-tabs.underline-tab.small:after {
|
|
897
930
|
content: '';
|
|
898
931
|
position: absolute;
|
|
899
932
|
width: 100%;
|
|
@@ -905,7 +938,7 @@ a.ndl-btn{
|
|
|
905
938
|
--tw-bg-opacity: 1;
|
|
906
939
|
background-color: rgb(238 241 246 / var(--tw-bg-opacity));
|
|
907
940
|
}
|
|
908
|
-
.ndl-tabs.underline.large:after {
|
|
941
|
+
.ndl-tabs.underline-tab.large:after {
|
|
909
942
|
content: '';
|
|
910
943
|
position: absolute;
|
|
911
944
|
width: 100%;
|
|
@@ -959,33 +992,33 @@ a.ndl-btn{
|
|
|
959
992
|
--tw-text-opacity: 1;
|
|
960
993
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
961
994
|
}
|
|
962
|
-
.ndl-tabs .tab.underline {
|
|
995
|
+
.ndl-tabs .tab.underline-tab {
|
|
963
996
|
/* To be always above bottom border */
|
|
964
997
|
z-index: 1;
|
|
965
998
|
}
|
|
966
|
-
.ndl-tabs .tab.underline:not(.selected){
|
|
999
|
+
.ndl-tabs .tab.underline-tab:not(.selected){
|
|
967
1000
|
--tw-text-opacity: 1;
|
|
968
1001
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
969
1002
|
}
|
|
970
|
-
.ndl-tabs .tab.underline.disabled{
|
|
1003
|
+
.ndl-tabs .tab.underline-tab.disabled{
|
|
971
1004
|
--tw-text-opacity: 1;
|
|
972
1005
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
973
1006
|
}
|
|
974
|
-
.ndl-tabs .tab.underline.small {
|
|
1007
|
+
.ndl-tabs .tab.underline-tab.small {
|
|
975
1008
|
/* We need to have a total of 36px in Height */
|
|
976
1009
|
padding-bottom: 12px;
|
|
977
1010
|
}
|
|
978
|
-
.ndl-tabs .tab.underline.small .tab-underline {
|
|
1011
|
+
.ndl-tabs .tab.underline-tab.small .tab-underline {
|
|
979
1012
|
height: 2px;
|
|
980
1013
|
}
|
|
981
|
-
.ndl-tabs .tab.underline.large {
|
|
1014
|
+
.ndl-tabs .tab.underline-tab.large {
|
|
982
1015
|
/* We need to have a total of 46px in Height */
|
|
983
1016
|
padding-bottom: 14px;
|
|
984
1017
|
}
|
|
985
|
-
.ndl-tabs .tab.underline.large .tab-underline {
|
|
1018
|
+
.ndl-tabs .tab.underline-tab.large .tab-underline {
|
|
986
1019
|
height: 4px;
|
|
987
1020
|
}
|
|
988
|
-
.ndl-tabs .tab.underline .tab-underline {
|
|
1021
|
+
.ndl-tabs .tab.underline-tab .tab-underline {
|
|
989
1022
|
height: 4px;
|
|
990
1023
|
position: absolute;
|
|
991
1024
|
left: 0px;
|
|
@@ -995,45 +1028,45 @@ a.ndl-btn{
|
|
|
995
1028
|
border-top-right-radius: 4px;
|
|
996
1029
|
background-color: transparent;
|
|
997
1030
|
}
|
|
998
|
-
.ndl-tabs .tab.underline:focus-visible {
|
|
1031
|
+
.ndl-tabs .tab.underline-tab:focus-visible {
|
|
999
1032
|
outline: none;
|
|
1000
1033
|
}
|
|
1001
|
-
.ndl-tabs .tab.underline:focus-visible .tab-underline{
|
|
1034
|
+
.ndl-tabs .tab.underline-tab:focus-visible .tab-underline{
|
|
1002
1035
|
--tw-bg-opacity: 1;
|
|
1003
1036
|
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
1004
1037
|
}
|
|
1005
|
-
.ndl-tabs .tab.underline:hover:not(.disabled):not(.selected) .tab-underline{
|
|
1038
|
+
.ndl-tabs .tab.underline-tab:hover:not(.disabled):not(.selected) .tab-underline{
|
|
1006
1039
|
--tw-bg-opacity: 1;
|
|
1007
1040
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1008
1041
|
}
|
|
1009
|
-
.ndl-tabs .tab.underline:active:not(.disabled):not(.selected) .tab-underline{
|
|
1042
|
+
.ndl-tabs .tab.underline-tab:active:not(.disabled):not(.selected) .tab-underline{
|
|
1010
1043
|
--tw-bg-opacity: 1;
|
|
1011
1044
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1012
1045
|
}
|
|
1013
|
-
.ndl-tabs .tab.underline.selected:not(.disabled){
|
|
1046
|
+
.ndl-tabs .tab.underline-tab.selected:not(.disabled){
|
|
1014
1047
|
--tw-text-opacity: 1;
|
|
1015
1048
|
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
1016
1049
|
}
|
|
1017
|
-
.ndl-tabs .tab.underline.selected:not(.disabled):not(:focus-visible) .tab-underline{
|
|
1050
|
+
.ndl-tabs .tab.underline-tab.selected:not(.disabled):not(:focus-visible) .tab-underline{
|
|
1018
1051
|
--tw-bg-opacity: 1;
|
|
1019
1052
|
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
1020
1053
|
}
|
|
1021
|
-
.ndl-tabs .tab.underline.selected.disabled:not(:focus-visible) .tab-underline{
|
|
1054
|
+
.ndl-tabs .tab.underline-tab.selected.disabled:not(:focus-visible) .tab-underline{
|
|
1022
1055
|
--tw-bg-opacity: 1;
|
|
1023
1056
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1024
1057
|
}
|
|
1025
|
-
.ndl-tabs .tab.filled{
|
|
1058
|
+
.ndl-tabs .tab.filled-tab{
|
|
1026
1059
|
border-radius: 4px;
|
|
1027
1060
|
padding-top: 0.25rem;
|
|
1028
1061
|
padding-bottom: 0.25rem;
|
|
1029
1062
|
--tw-text-opacity: 1;
|
|
1030
1063
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1031
1064
|
}
|
|
1032
|
-
.ndl-tabs .tab.filled.disabled{
|
|
1065
|
+
.ndl-tabs .tab.filled-tab.disabled{
|
|
1033
1066
|
--tw-text-opacity: 1;
|
|
1034
1067
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1035
1068
|
}
|
|
1036
|
-
.ndl-tabs .tab.filled:focus-visible {
|
|
1069
|
+
.ndl-tabs .tab.filled-tab:focus-visible {
|
|
1037
1070
|
outline: none;
|
|
1038
1071
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1039
1072
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1041,15 +1074,15 @@ a.ndl-btn{
|
|
|
1041
1074
|
--tw-ring-opacity: 1;
|
|
1042
1075
|
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
1043
1076
|
}
|
|
1044
|
-
.ndl-tabs .tab.filled:hover:not(.disabled):not(.selected){
|
|
1077
|
+
.ndl-tabs .tab.filled-tab:hover:not(.disabled):not(.selected){
|
|
1045
1078
|
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
1046
1079
|
--tw-bg-opacity: 0.1;
|
|
1047
1080
|
}
|
|
1048
|
-
.ndl-tabs .tab.filled:active:not(.disabled):not(.selected){
|
|
1081
|
+
.ndl-tabs .tab.filled-tab:active:not(.disabled):not(.selected){
|
|
1049
1082
|
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
1050
1083
|
--tw-bg-opacity: 0.2;
|
|
1051
1084
|
}
|
|
1052
|
-
.ndl-tabs .tab.filled.selected{
|
|
1085
|
+
.ndl-tabs .tab.filled-tab.selected{
|
|
1053
1086
|
--tw-bg-opacity: 1;
|
|
1054
1087
|
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
1055
1088
|
--tw-text-opacity: 1;
|
|
@@ -1092,10 +1125,6 @@ a.ndl-btn{
|
|
|
1092
1125
|
}
|
|
1093
1126
|
.ndl-alert.with-description .alert-title{
|
|
1094
1127
|
margin: 0px;
|
|
1095
|
-
font-size: var(--font-size-h5);
|
|
1096
|
-
font-weight: var(--font-weight-bold);
|
|
1097
|
-
letter-spacing: 0.25px;
|
|
1098
|
-
line-height: 28px;
|
|
1099
1128
|
}
|
|
1100
1129
|
.ndl-alert .alert-icon{
|
|
1101
1130
|
height: 1.5rem;
|
|
@@ -1110,7 +1139,7 @@ a.ndl-btn{
|
|
|
1110
1139
|
margin-top: 0.5rem;
|
|
1111
1140
|
}
|
|
1112
1141
|
.ndl-alert .alert-actions{
|
|
1113
|
-
margin-top:
|
|
1142
|
+
margin-top: 1rem;
|
|
1114
1143
|
display: flex;
|
|
1115
1144
|
-moz-column-gap: 1rem;
|
|
1116
1145
|
column-gap: 1rem;
|
|
@@ -1432,7 +1461,7 @@ a.ndl-btn{
|
|
|
1432
1461
|
-moz-appearance: none;
|
|
1433
1462
|
appearance: none;
|
|
1434
1463
|
align-items: center;
|
|
1435
|
-
border-radius: 9999px
|
|
1464
|
+
border-radius: 9999px;
|
|
1436
1465
|
border-style: none;
|
|
1437
1466
|
--tw-bg-opacity: 1;
|
|
1438
1467
|
background-color: rgb(178 183 189 / var(--tw-bg-opacity));
|
|
@@ -1473,7 +1502,7 @@ a.ndl-btn{
|
|
|
1473
1502
|
.ndl-form-item input[type='checkbox'][role='switch']::before {
|
|
1474
1503
|
inline-size: var(--thumb-size);
|
|
1475
1504
|
block-size: var(--thumb-size);
|
|
1476
|
-
border-radius: 9999px
|
|
1505
|
+
border-radius: 9999px;
|
|
1477
1506
|
|
|
1478
1507
|
transition: transform 0.25s ease, box-shadow 0.25s ease;
|
|
1479
1508
|
content: '';
|
|
@@ -1513,7 +1542,7 @@ a.ndl-btn{
|
|
|
1513
1542
|
}
|
|
1514
1543
|
/* Radio */
|
|
1515
1544
|
.ndl-form-item input[type='radio']{
|
|
1516
|
-
border-radius: 9999px
|
|
1545
|
+
border-radius: 9999px;
|
|
1517
1546
|
}
|
|
1518
1547
|
.ndl-form-item input[type='radio']:checked{
|
|
1519
1548
|
border-width: 2px;
|
|
@@ -1636,6 +1665,7 @@ a.ndl-btn{
|
|
|
1636
1665
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1637
1666
|
}
|
|
1638
1667
|
.ndl-progress-bar-wrapper .progress-bar-container .progress-bar{
|
|
1668
|
+
max-width: 100%;
|
|
1639
1669
|
--tw-bg-opacity: 1;
|
|
1640
1670
|
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
1641
1671
|
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
@@ -1645,21 +1675,6 @@ a.ndl-btn{
|
|
|
1645
1675
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1646
1676
|
transition-duration: 1000ms;
|
|
1647
1677
|
}
|
|
1648
|
-
.ndl-progress-bar-wrapper .details{
|
|
1649
|
-
display: flex;
|
|
1650
|
-
flex-direction: row;
|
|
1651
|
-
justify-content: flex-end;
|
|
1652
|
-
font-style: italic;
|
|
1653
|
-
--tw-text-opacity: 1;
|
|
1654
|
-
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
1655
|
-
}
|
|
1656
|
-
.ndl-progress-bar-wrapper .details .estimated-time-heading{
|
|
1657
|
-
margin-right: 5px;
|
|
1658
|
-
font-weight: 300;
|
|
1659
|
-
}
|
|
1660
|
-
.ndl-progress-bar-wrapper .details .estimated-time{
|
|
1661
|
-
font-weight: 600;
|
|
1662
|
-
}
|
|
1663
1678
|
.ndl-progress-bar-wrapper.large .heading {
|
|
1664
1679
|
font-size: var(--font-size-body-large);
|
|
1665
1680
|
font-weight: var(--font-weight-normal);
|
|
@@ -1677,12 +1692,6 @@ a.ndl-btn{
|
|
|
1677
1692
|
min-width: 3%;
|
|
1678
1693
|
border-radius: 6px;
|
|
1679
1694
|
}
|
|
1680
|
-
.ndl-progress-bar-wrapper.large .details {
|
|
1681
|
-
font-size: var(--font-size-body-medium);
|
|
1682
|
-
font-weight: var(--font-weight-normal);
|
|
1683
|
-
letter-spacing: 0.25px;
|
|
1684
|
-
line-height: 20px;
|
|
1685
|
-
}
|
|
1686
1695
|
.ndl-progress-bar-wrapper.small .heading {
|
|
1687
1696
|
font-size: var(--font-size-body-medium);
|
|
1688
1697
|
font-weight: var(--font-weight-normal);
|
|
@@ -1700,12 +1709,6 @@ a.ndl-btn{
|
|
|
1700
1709
|
min-width: 2%;
|
|
1701
1710
|
border-radius: 4px;
|
|
1702
1711
|
}
|
|
1703
|
-
.ndl-progress-bar-wrapper.small .details {
|
|
1704
|
-
font-size: var(--font-size-body-small);
|
|
1705
|
-
font-weight: var(--font-weight-normal);
|
|
1706
|
-
letter-spacing: 0.25px;
|
|
1707
|
-
line-height: 20px;
|
|
1708
|
-
}
|
|
1709
1712
|
/**
|
|
1710
1713
|
*
|
|
1711
1714
|
* Copyright (c) "Neo4j"
|
|
@@ -1995,7 +1998,7 @@ a.ndl-btn{
|
|
|
1995
1998
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1996
1999
|
outline-style: solid;
|
|
1997
2000
|
outline-width: 1px;
|
|
1998
|
-
outline-color: #
|
|
2001
|
+
outline-color: #C4C8CD;
|
|
1999
2002
|
}
|
|
2000
2003
|
.ndl-view-selector > button{
|
|
2001
2004
|
cursor: pointer;
|
|
@@ -2142,6 +2145,317 @@ a.ndl-btn{
|
|
|
2142
2145
|
--tw-border-opacity: 1;
|
|
2143
2146
|
border-bottom-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
2144
2147
|
}
|
|
2148
|
+
/**
|
|
2149
|
+
*
|
|
2150
|
+
* Copyright (c) "Neo4j"
|
|
2151
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2152
|
+
*
|
|
2153
|
+
* This file is part of Neo4j.
|
|
2154
|
+
*
|
|
2155
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2156
|
+
* it under the terms of the GNU General Public License as published by
|
|
2157
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2158
|
+
* (at your option) any later version.
|
|
2159
|
+
*
|
|
2160
|
+
* This program is distributed in the hope that it will be useful,
|
|
2161
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2162
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2163
|
+
* GNU General Public License for more details.
|
|
2164
|
+
*
|
|
2165
|
+
* You should have received a copy of the GNU General Public License
|
|
2166
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2167
|
+
*/
|
|
2168
|
+
.ndl-table .table-row:after {
|
|
2169
|
+
content: '';
|
|
2170
|
+
position: absolute;
|
|
2171
|
+
width: calc(100% - 60px);
|
|
2172
|
+
transform: translateX(-50%);
|
|
2173
|
+
bottom: 0;
|
|
2174
|
+
left: 50%;
|
|
2175
|
+
border-bottom-width: 1px;
|
|
2176
|
+
--tw-border-opacity: 1;
|
|
2177
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
2178
|
+
}
|
|
2179
|
+
.ndl-table .table-row:last-child:after{
|
|
2180
|
+
border-width: 0px;
|
|
2181
|
+
}
|
|
2182
|
+
.ndl-table .table-header-cell{
|
|
2183
|
+
display: inline-flex;
|
|
2184
|
+
height: 100%;
|
|
2185
|
+
align-items: center;
|
|
2186
|
+
-moz-column-gap: 0.25rem;
|
|
2187
|
+
column-gap: 0.25rem;
|
|
2188
|
+
--tw-text-opacity: 1;
|
|
2189
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
2190
|
+
font-size: var(--font-size-body-large);
|
|
2191
|
+
font-weight: var(--font-weight-normal);
|
|
2192
|
+
letter-spacing: 0.25px;
|
|
2193
|
+
line-height: 24px;
|
|
2194
|
+
}
|
|
2195
|
+
.ndl-table .table-row{
|
|
2196
|
+
position: relative;
|
|
2197
|
+
height: 3rem;
|
|
2198
|
+
overflow: visible;
|
|
2199
|
+
}
|
|
2200
|
+
.ndl-table .table-row:hover{
|
|
2201
|
+
--tw-bg-opacity: 1;
|
|
2202
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2203
|
+
}
|
|
2204
|
+
.ndl-table .table-cell{
|
|
2205
|
+
position: relative;
|
|
2206
|
+
overflow: auto;
|
|
2207
|
+
white-space: nowrap;
|
|
2208
|
+
padding-left: 1.75rem;
|
|
2209
|
+
padding-right: 1.75rem;
|
|
2210
|
+
padding-top: 0.75rem;
|
|
2211
|
+
padding-bottom: 0.75rem;
|
|
2212
|
+
--tw-text-opacity: 1;
|
|
2213
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2214
|
+
font-size: var(--font-size-body-medium);
|
|
2215
|
+
font-weight: var(--font-weight-normal);
|
|
2216
|
+
letter-spacing: 0.25px;
|
|
2217
|
+
line-height: 20px;
|
|
2218
|
+
}
|
|
2219
|
+
/* & .table-row-actions {
|
|
2220
|
+
@apply group-hover:n-flex n-hidden n-z-10 n-gap-x-2 n-transform -n-translate-y-1/2 n-top-1/2 n-flex-row n-absolute n-px-4 n-items-center n-right-8;
|
|
2221
|
+
} */
|
|
2222
|
+
.ndl-table .table-row-actions-icon{
|
|
2223
|
+
display: inline-flex;
|
|
2224
|
+
height: 2rem;
|
|
2225
|
+
width: 2rem;
|
|
2226
|
+
align-items: center;
|
|
2227
|
+
justify-content: center;
|
|
2228
|
+
border-radius: 8px;
|
|
2229
|
+
--tw-text-opacity: 1;
|
|
2230
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2231
|
+
}
|
|
2232
|
+
.ndl-table .table-row-actions-icon:hover{
|
|
2233
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2234
|
+
--tw-bg-opacity: 0.1;
|
|
2235
|
+
--tw-text-opacity: 1;
|
|
2236
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2237
|
+
}
|
|
2238
|
+
.ndl-table .table-row-actions-icon > svg {
|
|
2239
|
+
height: 20px;
|
|
2240
|
+
width: 20px;
|
|
2241
|
+
}
|
|
2242
|
+
.ndl-table tr th.table-column-styling {
|
|
2243
|
+
border-collapse: separate;
|
|
2244
|
+
box-sizing: content-box;
|
|
2245
|
+
-webkit-user-select: none;
|
|
2246
|
+
-moz-user-select: none;
|
|
2247
|
+
-ms-user-select: none;
|
|
2248
|
+
user-select: none;
|
|
2249
|
+
padding-left: 1.75rem;
|
|
2250
|
+
padding-right: 1.75rem;
|
|
2251
|
+
padding-top: 0.75rem;
|
|
2252
|
+
padding-bottom: 0.75rem;
|
|
2253
|
+
text-align: left;
|
|
2254
|
+
text-transform: capitalize;
|
|
2255
|
+
--tw-text-opacity: 1;
|
|
2256
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2257
|
+
font-size: var(--font-size-body-large);
|
|
2258
|
+
font-weight: var(--font-weight-normal);
|
|
2259
|
+
letter-spacing: 0.25px;
|
|
2260
|
+
line-height: 24px;
|
|
2261
|
+
}
|
|
2262
|
+
.ndl-table tr th.table-column-styling.sortable:hover{
|
|
2263
|
+
border-left-width: 1px;
|
|
2264
|
+
border-right-width: 1px;
|
|
2265
|
+
--tw-border-opacity: 1;
|
|
2266
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2267
|
+
--tw-bg-opacity: 1;
|
|
2268
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2269
|
+
}
|
|
2270
|
+
.ndl-table tr th.table-column-styling.sortable:first-child{
|
|
2271
|
+
border-left-width: 0px;
|
|
2272
|
+
}
|
|
2273
|
+
.ndl-table tr th.table-column-styling.sortable:last-child{
|
|
2274
|
+
border-right-width: 0px;
|
|
2275
|
+
}
|
|
2276
|
+
.ndl-table .table-control-group{
|
|
2277
|
+
display: flex;
|
|
2278
|
+
flex-direction: row;
|
|
2279
|
+
flex-wrap: wrap;
|
|
2280
|
+
gap: 0.5rem;
|
|
2281
|
+
}
|
|
2282
|
+
.ndl-table .table-control-container{
|
|
2283
|
+
display: flex;
|
|
2284
|
+
width: 100%;
|
|
2285
|
+
flex-direction: row;
|
|
2286
|
+
flex-wrap: wrap;
|
|
2287
|
+
justify-content: space-between;
|
|
2288
|
+
gap: 0.5rem;
|
|
2289
|
+
}
|
|
2290
|
+
.ndl-table .table-resizing-bar{
|
|
2291
|
+
position: absolute;
|
|
2292
|
+
right: 0px;
|
|
2293
|
+
top: 0px;
|
|
2294
|
+
height: 100%;
|
|
2295
|
+
cursor: col-resize;
|
|
2296
|
+
}
|
|
2297
|
+
.ndl-table .table-resizing-bar:hover{
|
|
2298
|
+
--tw-bg-opacity: 1;
|
|
2299
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2300
|
+
}
|
|
2301
|
+
.ndl-table-select {
|
|
2302
|
+
/* Reset default select */
|
|
2303
|
+
-webkit-appearance: none;
|
|
2304
|
+
-moz-appearance: none;
|
|
2305
|
+
appearance: none;
|
|
2306
|
+
/* Add dropdown icon */
|
|
2307
|
+
/* https://stackoverflow.com/a/28588194/3247715 */
|
|
2308
|
+
/* Please someone help me get the stroke dynamically set to the design tokens 😢 */
|
|
2309
|
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23535B66" aria-hidden="true" class="n-h-5 n-w-5 n-text-neutral-80"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>');
|
|
2310
|
+
background-repeat: no-repeat;
|
|
2311
|
+
background-size: 20px;
|
|
2312
|
+
background-position: calc(100% - 12px) center;
|
|
2313
|
+
height: 2.25rem;
|
|
2314
|
+
border-radius: 6px;
|
|
2315
|
+
border-width: 1px;
|
|
2316
|
+
--tw-border-opacity: 1;
|
|
2317
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2318
|
+
--tw-bg-opacity: 1;
|
|
2319
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2320
|
+
padding-left: 0.75rem;
|
|
2321
|
+
padding-right: 1.75rem;
|
|
2322
|
+
line-height: 1;
|
|
2323
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
2324
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
2325
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2326
|
+
}
|
|
2327
|
+
/**
|
|
2328
|
+
*
|
|
2329
|
+
* Copyright (c) "Neo4j"
|
|
2330
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2331
|
+
*
|
|
2332
|
+
* This file is part of Neo4j.
|
|
2333
|
+
*
|
|
2334
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2335
|
+
* it under the terms of the GNU General Public License as published by
|
|
2336
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2337
|
+
* (at your option) any later version.
|
|
2338
|
+
*
|
|
2339
|
+
* This program is distributed in the hope that it will be useful,
|
|
2340
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2341
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2342
|
+
* GNU General Public License for more details.
|
|
2343
|
+
*
|
|
2344
|
+
* You should have received a copy of the GNU General Public License
|
|
2345
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2346
|
+
*/
|
|
2347
|
+
.ndl-drag-and-drop {
|
|
2348
|
+
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2349
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
2350
|
+
border-radius: 8px;
|
|
2351
|
+
--tw-border-opacity: 1;
|
|
2352
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2353
|
+
}
|
|
2354
|
+
.ndl-drag-and-drop > div{
|
|
2355
|
+
padding-top: 2rem;
|
|
2356
|
+
padding-bottom: 2rem;
|
|
2357
|
+
}
|
|
2358
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-inner {
|
|
2359
|
+
width: 320px;
|
|
2360
|
+
margin-left: auto;
|
|
2361
|
+
margin-right: auto;
|
|
2362
|
+
}
|
|
2363
|
+
.ndl-drag-and-drop svg{
|
|
2364
|
+
margin-left: auto;
|
|
2365
|
+
margin-right: auto;
|
|
2366
|
+
}
|
|
2367
|
+
.ndl-drag-and-drop.drag-active{
|
|
2368
|
+
--tw-bg-opacity: 1;
|
|
2369
|
+
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
2370
|
+
|
|
2371
|
+
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2372
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
2373
|
+
}
|
|
2374
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header{
|
|
2375
|
+
margin-bottom: 1.5rem;
|
|
2376
|
+
display: flex;
|
|
2377
|
+
flex-direction: column;
|
|
2378
|
+
row-gap: 1.5rem;
|
|
2379
|
+
text-align: center;
|
|
2380
|
+
}
|
|
2381
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-title{
|
|
2382
|
+
margin-bottom: 0.25rem;
|
|
2383
|
+
}
|
|
2384
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-subtitle{
|
|
2385
|
+
font-weight: 400;
|
|
2386
|
+
}
|
|
2387
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-browse-link{
|
|
2388
|
+
--tw-text-opacity: 1;
|
|
2389
|
+
color: rgb(0 86 179 / var(--tw-text-opacity));
|
|
2390
|
+
font-size: var(--font-size-subheading-small);
|
|
2391
|
+
font-weight: var(--font-weight-semibold);
|
|
2392
|
+
letter-spacing: 0.25px;
|
|
2393
|
+
line-height: 20px;
|
|
2394
|
+
}
|
|
2395
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .upload-img-wrapper{
|
|
2396
|
+
position: relative;
|
|
2397
|
+
display: inline-block;
|
|
2398
|
+
}
|
|
2399
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-header .upload-img-label{
|
|
2400
|
+
position: absolute;
|
|
2401
|
+
border-radius: 4px;
|
|
2402
|
+
--tw-bg-opacity: 1;
|
|
2403
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
2404
|
+
padding-left: 0.25rem;
|
|
2405
|
+
padding-right: 0.25rem;
|
|
2406
|
+
--tw-text-opacity: 1;
|
|
2407
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2408
|
+
font-size: var(--font-size-body-small);
|
|
2409
|
+
font-weight: var(--font-weight-normal);
|
|
2410
|
+
letter-spacing: 0.25px;
|
|
2411
|
+
line-height: 20px;
|
|
2412
|
+
|
|
2413
|
+
/* @apply -n-translate-x-full; does not seem to work with postcss error */
|
|
2414
|
+
transform: translate(-100%, 0.5rem);
|
|
2415
|
+
}
|
|
2416
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-footer{
|
|
2417
|
+
text-align: center;
|
|
2418
|
+
}
|
|
2419
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-footer .ndl-file-support-text{
|
|
2420
|
+
--tw-text-opacity: 1;
|
|
2421
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
2422
|
+
font-size: var(--font-size-body-medium);
|
|
2423
|
+
font-weight: var(--font-weight-normal);
|
|
2424
|
+
letter-spacing: 0.25px;
|
|
2425
|
+
line-height: 20px;
|
|
2426
|
+
}
|
|
2427
|
+
.ndl-drag-and-drop.drag-active.file-invalid{
|
|
2428
|
+
--tw-bg-opacity: 1;
|
|
2429
|
+
background-color: rgb(255 230 233 / var(--tw-bg-opacity));
|
|
2430
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23ED1252' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
2431
|
+
}
|
|
2432
|
+
.ndl-drag-and-drop.drag-active.file-invalid .upload-img-label{
|
|
2433
|
+
--tw-bg-opacity: 1;
|
|
2434
|
+
background-color: rgb(237 18 82 / var(--tw-bg-opacity));
|
|
2435
|
+
}
|
|
2436
|
+
.n-sr-only{
|
|
2437
|
+
position: absolute;
|
|
2438
|
+
width: 1px;
|
|
2439
|
+
height: 1px;
|
|
2440
|
+
padding: 0;
|
|
2441
|
+
margin: -1px;
|
|
2442
|
+
overflow: hidden;
|
|
2443
|
+
clip: rect(0, 0, 0, 0);
|
|
2444
|
+
white-space: nowrap;
|
|
2445
|
+
border-width: 0;
|
|
2446
|
+
}
|
|
2447
|
+
.n-fixed{
|
|
2448
|
+
position: fixed;
|
|
2449
|
+
}
|
|
2450
|
+
.n-relative{
|
|
2451
|
+
position: relative;
|
|
2452
|
+
}
|
|
2453
|
+
.n-left-full{
|
|
2454
|
+
left: 100%;
|
|
2455
|
+
}
|
|
2456
|
+
.n-z-0{
|
|
2457
|
+
z-index: 0;
|
|
2458
|
+
}
|
|
2145
2459
|
.n-m-auto{
|
|
2146
2460
|
margin: auto;
|
|
2147
2461
|
}
|
|
@@ -2153,14 +2467,14 @@ a.ndl-btn{
|
|
|
2153
2467
|
margin-top: auto;
|
|
2154
2468
|
margin-bottom: auto;
|
|
2155
2469
|
}
|
|
2156
|
-
.n-mx-4{
|
|
2157
|
-
margin-left: 1rem;
|
|
2158
|
-
margin-right: 1rem;
|
|
2159
|
-
}
|
|
2160
2470
|
.n-my-5{
|
|
2161
2471
|
margin-top: 1.25rem;
|
|
2162
2472
|
margin-bottom: 1.25rem;
|
|
2163
2473
|
}
|
|
2474
|
+
.n-mx-4{
|
|
2475
|
+
margin-left: 1rem;
|
|
2476
|
+
margin-right: 1rem;
|
|
2477
|
+
}
|
|
2164
2478
|
.n-mx-3{
|
|
2165
2479
|
margin-left: 0.75rem;
|
|
2166
2480
|
margin-right: 0.75rem;
|
|
@@ -2174,6 +2488,9 @@ a.ndl-btn{
|
|
|
2174
2488
|
.n-flex{
|
|
2175
2489
|
display: flex;
|
|
2176
2490
|
}
|
|
2491
|
+
.n-inline-flex{
|
|
2492
|
+
display: inline-flex;
|
|
2493
|
+
}
|
|
2177
2494
|
.n-table{
|
|
2178
2495
|
display: table;
|
|
2179
2496
|
}
|
|
@@ -2222,9 +2539,26 @@ a.ndl-btn{
|
|
|
2222
2539
|
.n-w-36{
|
|
2223
2540
|
width: 9rem;
|
|
2224
2541
|
}
|
|
2542
|
+
.n-min-w-full{
|
|
2543
|
+
min-width: 100%;
|
|
2544
|
+
}
|
|
2545
|
+
.n-max-w-min{
|
|
2546
|
+
max-width: -webkit-min-content;
|
|
2547
|
+
max-width: -moz-min-content;
|
|
2548
|
+
max-width: min-content;
|
|
2549
|
+
}
|
|
2550
|
+
.n-table-auto{
|
|
2551
|
+
table-layout: auto;
|
|
2552
|
+
}
|
|
2225
2553
|
.n-transform{
|
|
2226
2554
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2227
2555
|
}
|
|
2556
|
+
.n-cursor-pointer{
|
|
2557
|
+
cursor: pointer;
|
|
2558
|
+
}
|
|
2559
|
+
.n-resize{
|
|
2560
|
+
resize: both;
|
|
2561
|
+
}
|
|
2228
2562
|
.n-flex-row{
|
|
2229
2563
|
flex-direction: row;
|
|
2230
2564
|
}
|
|
@@ -2240,22 +2574,40 @@ a.ndl-btn{
|
|
|
2240
2574
|
.n-items-center{
|
|
2241
2575
|
align-items: center;
|
|
2242
2576
|
}
|
|
2577
|
+
.n-justify-center{
|
|
2578
|
+
justify-content: center;
|
|
2579
|
+
}
|
|
2243
2580
|
.n-justify-between{
|
|
2244
2581
|
justify-content: space-between;
|
|
2245
2582
|
}
|
|
2583
|
+
.n-gap-2{
|
|
2584
|
+
gap: 0.5rem;
|
|
2585
|
+
}
|
|
2246
2586
|
.n-gap-6{
|
|
2247
2587
|
gap: 1.5rem;
|
|
2248
2588
|
}
|
|
2249
2589
|
.n-gap-12{
|
|
2250
2590
|
gap: 3rem;
|
|
2251
2591
|
}
|
|
2592
|
+
.n-gap-y-2{
|
|
2593
|
+
row-gap: 0.5rem;
|
|
2594
|
+
}
|
|
2595
|
+
.n-gap-x-10{
|
|
2596
|
+
-moz-column-gap: 2.5rem;
|
|
2597
|
+
column-gap: 2.5rem;
|
|
2598
|
+
}
|
|
2599
|
+
.n-gap-x-4{
|
|
2600
|
+
-moz-column-gap: 1rem;
|
|
2601
|
+
column-gap: 1rem;
|
|
2602
|
+
}
|
|
2603
|
+
.n-gap-x-2{
|
|
2604
|
+
-moz-column-gap: 0.5rem;
|
|
2605
|
+
column-gap: 0.5rem;
|
|
2606
|
+
}
|
|
2252
2607
|
.n-gap-x-12{
|
|
2253
2608
|
-moz-column-gap: 3rem;
|
|
2254
2609
|
column-gap: 3rem;
|
|
2255
2610
|
}
|
|
2256
|
-
.n-gap-y-2{
|
|
2257
|
-
row-gap: 0.5rem;
|
|
2258
|
-
}
|
|
2259
2611
|
.n-space-y-3 > :not([hidden]) ~ :not([hidden]){
|
|
2260
2612
|
--tw-space-y-reverse: 0;
|
|
2261
2613
|
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -2266,20 +2618,53 @@ a.ndl-btn{
|
|
|
2266
2618
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
2267
2619
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2268
2620
|
}
|
|
2621
|
+
.n-divide-y > :not([hidden]) ~ :not([hidden]){
|
|
2622
|
+
--tw-divide-y-reverse: 0;
|
|
2623
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
2624
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2625
|
+
}
|
|
2626
|
+
.n-divide-light-neutral-border-weak > :not([hidden]) ~ :not([hidden]){
|
|
2627
|
+
--tw-divide-opacity: 1;
|
|
2628
|
+
border-color: rgb(238 241 246 / var(--tw-divide-opacity));
|
|
2629
|
+
}
|
|
2630
|
+
.n-overflow-hidden{
|
|
2631
|
+
overflow: hidden;
|
|
2632
|
+
}
|
|
2633
|
+
.n-overflow-x-auto{
|
|
2634
|
+
overflow-x: auto;
|
|
2635
|
+
}
|
|
2269
2636
|
.n-overflow-x-scroll{
|
|
2270
2637
|
overflow-x: scroll;
|
|
2271
2638
|
}
|
|
2272
2639
|
.n-whitespace-nowrap{
|
|
2273
2640
|
white-space: nowrap;
|
|
2274
2641
|
}
|
|
2642
|
+
.n-rounded-3xl{
|
|
2643
|
+
border-radius: 16px;
|
|
2644
|
+
}
|
|
2645
|
+
.n-rounded-xl{
|
|
2646
|
+
border-radius: 10px;
|
|
2647
|
+
}
|
|
2648
|
+
.n-rounded-md{
|
|
2649
|
+
border-radius: 6px;
|
|
2650
|
+
}
|
|
2275
2651
|
.n-rounded-sm{
|
|
2276
2652
|
border-radius: 4px;
|
|
2277
2653
|
}
|
|
2278
2654
|
.n-rounded-lg{
|
|
2279
2655
|
border-radius: 8px;
|
|
2280
2656
|
}
|
|
2281
|
-
.n-rounded-
|
|
2282
|
-
border-radius:
|
|
2657
|
+
.n-rounded-tl-\[0px\]{
|
|
2658
|
+
border-top-left-radius: 0px;
|
|
2659
|
+
}
|
|
2660
|
+
.n-border{
|
|
2661
|
+
border-width: 1px;
|
|
2662
|
+
}
|
|
2663
|
+
.n-border-b-2{
|
|
2664
|
+
border-bottom-width: 2px;
|
|
2665
|
+
}
|
|
2666
|
+
.n-border-b{
|
|
2667
|
+
border-bottom-width: 1px;
|
|
2283
2668
|
}
|
|
2284
2669
|
.n-border-light-neutral-text-weakest{
|
|
2285
2670
|
--tw-border-opacity: 1;
|
|
@@ -2323,7 +2708,7 @@ a.ndl-btn{
|
|
|
2323
2708
|
}
|
|
2324
2709
|
.n-border-light-neutral-border-strong{
|
|
2325
2710
|
--tw-border-opacity: 1;
|
|
2326
|
-
border-color: rgb(
|
|
2711
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2327
2712
|
}
|
|
2328
2713
|
.n-border-light-neutral-hover{
|
|
2329
2714
|
border-color: rgba(113,119,128,0.1);
|
|
@@ -2713,7 +3098,7 @@ a.ndl-btn{
|
|
|
2713
3098
|
}
|
|
2714
3099
|
.n-bg-light-neutral-border-strong{
|
|
2715
3100
|
--tw-bg-opacity: 1;
|
|
2716
|
-
background-color: rgb(
|
|
3101
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
2717
3102
|
}
|
|
2718
3103
|
.n-bg-light-neutral-hover{
|
|
2719
3104
|
background-color: rgba(113,119,128,0.1);
|
|
@@ -2858,10 +3243,42 @@ a.ndl-btn{
|
|
|
2858
3243
|
.n-p-14{
|
|
2859
3244
|
padding: 3.5rem;
|
|
2860
3245
|
}
|
|
3246
|
+
.n-px-7{
|
|
3247
|
+
padding-left: 1.75rem;
|
|
3248
|
+
padding-right: 1.75rem;
|
|
3249
|
+
}
|
|
3250
|
+
.n-py-4{
|
|
3251
|
+
padding-top: 1rem;
|
|
3252
|
+
padding-bottom: 1rem;
|
|
3253
|
+
}
|
|
3254
|
+
.n-py-6{
|
|
3255
|
+
padding-top: 1.5rem;
|
|
3256
|
+
padding-bottom: 1.5rem;
|
|
3257
|
+
}
|
|
3258
|
+
.n-px-2{
|
|
3259
|
+
padding-left: 0.5rem;
|
|
3260
|
+
padding-right: 0.5rem;
|
|
3261
|
+
}
|
|
3262
|
+
.n-py-2{
|
|
3263
|
+
padding-top: 0.5rem;
|
|
3264
|
+
padding-bottom: 0.5rem;
|
|
3265
|
+
}
|
|
2861
3266
|
.n-px-3{
|
|
2862
3267
|
padding-left: 0.75rem;
|
|
2863
3268
|
padding-right: 0.75rem;
|
|
2864
3269
|
}
|
|
3270
|
+
.n-py-0\.5{
|
|
3271
|
+
padding-top: 0.125rem;
|
|
3272
|
+
padding-bottom: 0.125rem;
|
|
3273
|
+
}
|
|
3274
|
+
.n-py-0{
|
|
3275
|
+
padding-top: 0px;
|
|
3276
|
+
padding-bottom: 0px;
|
|
3277
|
+
}
|
|
3278
|
+
.n-py-1{
|
|
3279
|
+
padding-top: 0.25rem;
|
|
3280
|
+
padding-bottom: 0.25rem;
|
|
3281
|
+
}
|
|
2865
3282
|
.n-px-8{
|
|
2866
3283
|
padding-left: 2rem;
|
|
2867
3284
|
padding-right: 2rem;
|
|
@@ -2870,6 +3287,12 @@ a.ndl-btn{
|
|
|
2870
3287
|
padding-left: 2.5rem;
|
|
2871
3288
|
padding-right: 2.5rem;
|
|
2872
3289
|
}
|
|
3290
|
+
.n-text-left{
|
|
3291
|
+
text-align: left;
|
|
3292
|
+
}
|
|
3293
|
+
.n-text-center{
|
|
3294
|
+
text-align: center;
|
|
3295
|
+
}
|
|
2873
3296
|
.n-font-sans{
|
|
2874
3297
|
font-family: "Nunito Sans";
|
|
2875
3298
|
}
|
|
@@ -2877,6 +3300,9 @@ a.ndl-btn{
|
|
|
2877
3300
|
font-size: 0.75rem;
|
|
2878
3301
|
line-height: 1rem;
|
|
2879
3302
|
}
|
|
3303
|
+
.n-font-light{
|
|
3304
|
+
font-weight: 300;
|
|
3305
|
+
}
|
|
2880
3306
|
.n-font-semibold{
|
|
2881
3307
|
font-weight: 600;
|
|
2882
3308
|
}
|
|
@@ -2886,6 +3312,9 @@ a.ndl-btn{
|
|
|
2886
3312
|
.n-capitalize{
|
|
2887
3313
|
text-transform: capitalize;
|
|
2888
3314
|
}
|
|
3315
|
+
.n-leading-8{
|
|
3316
|
+
line-height: 2rem;
|
|
3317
|
+
}
|
|
2889
3318
|
.n-tracking-wide{
|
|
2890
3319
|
letter-spacing: 0.025em;
|
|
2891
3320
|
}
|
|
@@ -3135,7 +3564,7 @@ a.ndl-btn{
|
|
|
3135
3564
|
}
|
|
3136
3565
|
.n-text-light-neutral-border-strong{
|
|
3137
3566
|
--tw-text-opacity: 1;
|
|
3138
|
-
color: rgb(
|
|
3567
|
+
color: rgb(196 200 205 / var(--tw-text-opacity));
|
|
3139
3568
|
}
|
|
3140
3569
|
.n-text-light-neutral-hover{
|
|
3141
3570
|
color: rgba(113,119,128,0.1);
|
|
@@ -3275,6 +3704,11 @@ a.ndl-btn{
|
|
|
3275
3704
|
-webkit-text-decoration-line: underline;
|
|
3276
3705
|
text-decoration-line: underline;
|
|
3277
3706
|
}
|
|
3707
|
+
.n-shadow-l3{
|
|
3708
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
3709
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
3710
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3711
|
+
}
|
|
3278
3712
|
.n-shadow-l2{
|
|
3279
3713
|
--tw-shadow: 0px 1px 2px 0px rgba(12, 26, 37, 0.18);
|
|
3280
3714
|
--tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
|
|
@@ -3291,9 +3725,6 @@ a.ndl-btn{
|
|
|
3291
3725
|
.n-ease-in-out{
|
|
3292
3726
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3293
3727
|
}
|
|
3294
|
-
.\[http\:\/\/neo4j\.com\]{
|
|
3295
|
-
http: //neo4j.com;
|
|
3296
|
-
}
|
|
3297
3728
|
body,
|
|
3298
3729
|
html {
|
|
3299
3730
|
font-family: 'Nunito Sans', sans-serif;
|
|
@@ -3314,6 +3745,9 @@ html {
|
|
|
3314
3745
|
--tw-rotate: 12deg;
|
|
3315
3746
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3316
3747
|
}
|
|
3748
|
+
.hover\:n-cursor-pointer:hover{
|
|
3749
|
+
cursor: pointer;
|
|
3750
|
+
}
|
|
3317
3751
|
.hover\:n-border-light-neutral-text-weakest:hover{
|
|
3318
3752
|
--tw-border-opacity: 1;
|
|
3319
3753
|
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
@@ -3356,7 +3790,7 @@ html {
|
|
|
3356
3790
|
}
|
|
3357
3791
|
.hover\:n-border-light-neutral-border-strong:hover{
|
|
3358
3792
|
--tw-border-opacity: 1;
|
|
3359
|
-
border-color: rgb(
|
|
3793
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
3360
3794
|
}
|
|
3361
3795
|
.hover\:n-border-light-neutral-hover:hover{
|
|
3362
3796
|
border-color: rgba(113,119,128,0.1);
|
|
@@ -3738,7 +4172,7 @@ html {
|
|
|
3738
4172
|
}
|
|
3739
4173
|
.hover\:n-bg-light-neutral-border-strong:hover{
|
|
3740
4174
|
--tw-bg-opacity: 1;
|
|
3741
|
-
background-color: rgb(
|
|
4175
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
3742
4176
|
}
|
|
3743
4177
|
.hover\:n-bg-light-neutral-hover:hover{
|
|
3744
4178
|
background-color: rgba(113,119,128,0.1);
|
|
@@ -3874,6 +4308,9 @@ html {
|
|
|
3874
4308
|
--tw-bg-opacity: 1;
|
|
3875
4309
|
background-color: rgb(152 237 203 / var(--tw-bg-opacity));
|
|
3876
4310
|
}
|
|
4311
|
+
.hover\:n-bg-opacity-10:hover{
|
|
4312
|
+
--tw-bg-opacity: 0.1;
|
|
4313
|
+
}
|
|
3877
4314
|
.hover\:n-text-primary-10:hover{
|
|
3878
4315
|
--tw-text-opacity: 1;
|
|
3879
4316
|
color: rgb(230 248 255 / var(--tw-text-opacity));
|
|
@@ -4120,7 +4557,7 @@ html {
|
|
|
4120
4557
|
}
|
|
4121
4558
|
.hover\:n-text-light-neutral-border-strong:hover{
|
|
4122
4559
|
--tw-text-opacity: 1;
|
|
4123
|
-
color: rgb(
|
|
4560
|
+
color: rgb(196 200 205 / var(--tw-text-opacity));
|
|
4124
4561
|
}
|
|
4125
4562
|
.hover\:n-text-light-neutral-hover:hover{
|
|
4126
4563
|
color: rgba(113,119,128,0.1);
|
|
@@ -4256,6 +4693,184 @@ html {
|
|
|
4256
4693
|
--tw-text-opacity: 1;
|
|
4257
4694
|
color: rgb(152 237 203 / var(--tw-text-opacity));
|
|
4258
4695
|
}
|
|
4696
|
+
.active\:n-bg-light-neutral-text-weakest:active{
|
|
4697
|
+
--tw-bg-opacity: 1;
|
|
4698
|
+
background-color: rgb(178 183 189 / var(--tw-bg-opacity));
|
|
4699
|
+
}
|
|
4700
|
+
.active\:n-bg-light-neutral-text-weaker:active{
|
|
4701
|
+
--tw-bg-opacity: 1;
|
|
4702
|
+
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
4703
|
+
}
|
|
4704
|
+
.active\:n-bg-light-neutral-text-weak:active{
|
|
4705
|
+
--tw-bg-opacity: 1;
|
|
4706
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
4707
|
+
}
|
|
4708
|
+
.active\:n-bg-light-neutral-text-default:active{
|
|
4709
|
+
--tw-bg-opacity: 1;
|
|
4710
|
+
background-color: rgb(21 30 41 / var(--tw-bg-opacity));
|
|
4711
|
+
}
|
|
4712
|
+
.active\:n-bg-light-neutral-text-inverse:active{
|
|
4713
|
+
--tw-bg-opacity: 1;
|
|
4714
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
4715
|
+
}
|
|
4716
|
+
.active\:n-bg-light-neutral-bg-weak:active{
|
|
4717
|
+
--tw-bg-opacity: 1;
|
|
4718
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
4719
|
+
}
|
|
4720
|
+
.active\:n-bg-light-neutral-bg-default:active{
|
|
4721
|
+
--tw-bg-opacity: 1;
|
|
4722
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
4723
|
+
}
|
|
4724
|
+
.active\:n-bg-light-neutral-bg-strong:active{
|
|
4725
|
+
--tw-bg-opacity: 1;
|
|
4726
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
4727
|
+
}
|
|
4728
|
+
.active\:n-bg-light-neutral-bg-strongest:active{
|
|
4729
|
+
--tw-bg-opacity: 1;
|
|
4730
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
4731
|
+
}
|
|
4732
|
+
.active\:n-bg-light-neutral-border-weak:active{
|
|
4733
|
+
--tw-bg-opacity: 1;
|
|
4734
|
+
background-color: rgb(238 241 246 / var(--tw-bg-opacity));
|
|
4735
|
+
}
|
|
4736
|
+
.active\:n-bg-light-neutral-border-strong:active{
|
|
4737
|
+
--tw-bg-opacity: 1;
|
|
4738
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
4739
|
+
}
|
|
4740
|
+
.active\:n-bg-light-neutral-hover:active{
|
|
4741
|
+
background-color: rgba(113,119,128,0.1);
|
|
4742
|
+
}
|
|
4743
|
+
.active\:n-bg-light-neutral-pressed:active{
|
|
4744
|
+
background-color: rgba(113,119,128,0.2);
|
|
4745
|
+
}
|
|
4746
|
+
.active\:n-bg-light-primary-text:active{
|
|
4747
|
+
--tw-bg-opacity: 1;
|
|
4748
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
4749
|
+
}
|
|
4750
|
+
.active\:n-bg-light-primary-icon:active{
|
|
4751
|
+
--tw-bg-opacity: 1;
|
|
4752
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
4753
|
+
}
|
|
4754
|
+
.active\:n-bg-light-primary-bg-strong:active{
|
|
4755
|
+
--tw-bg-opacity: 1;
|
|
4756
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
4757
|
+
}
|
|
4758
|
+
.active\:n-bg-light-primary-bg-weak:active{
|
|
4759
|
+
--tw-bg-opacity: 1;
|
|
4760
|
+
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
4761
|
+
}
|
|
4762
|
+
.active\:n-bg-light-primary-border-strong:active{
|
|
4763
|
+
--tw-bg-opacity: 1;
|
|
4764
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
4765
|
+
}
|
|
4766
|
+
.active\:n-bg-light-primary-border-weak:active{
|
|
4767
|
+
--tw-bg-opacity: 1;
|
|
4768
|
+
background-color: rgb(122 209 255 / var(--tw-bg-opacity));
|
|
4769
|
+
}
|
|
4770
|
+
.active\:n-bg-light-primary-focus:active{
|
|
4771
|
+
--tw-bg-opacity: 1;
|
|
4772
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
4773
|
+
}
|
|
4774
|
+
.active\:n-bg-light-primary-hover-weak:active{
|
|
4775
|
+
background-color: rgba(1,139,255,0.08);
|
|
4776
|
+
}
|
|
4777
|
+
.active\:n-bg-light-primary-hover-strong:active{
|
|
4778
|
+
--tw-bg-opacity: 1;
|
|
4779
|
+
background-color: rgb(0 86 179 / var(--tw-bg-opacity));
|
|
4780
|
+
}
|
|
4781
|
+
.active\:n-bg-light-primary-pressed-weak:active{
|
|
4782
|
+
background-color: rgba(1,139,255,0.12);
|
|
4783
|
+
}
|
|
4784
|
+
.active\:n-bg-light-primary-pressed-strong:active{
|
|
4785
|
+
--tw-bg-opacity: 1;
|
|
4786
|
+
background-color: rgb(0 64 146 / var(--tw-bg-opacity));
|
|
4787
|
+
}
|
|
4788
|
+
.active\:n-bg-light-danger-text:active{
|
|
4789
|
+
--tw-bg-opacity: 1;
|
|
4790
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
4791
|
+
}
|
|
4792
|
+
.active\:n-bg-light-danger-icon:active{
|
|
4793
|
+
--tw-bg-opacity: 1;
|
|
4794
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
4795
|
+
}
|
|
4796
|
+
.active\:n-bg-light-danger-bg-strong:active{
|
|
4797
|
+
--tw-bg-opacity: 1;
|
|
4798
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
4799
|
+
}
|
|
4800
|
+
.active\:n-bg-light-danger-bg-weak:active{
|
|
4801
|
+
--tw-bg-opacity: 1;
|
|
4802
|
+
background-color: rgb(255 230 233 / var(--tw-bg-opacity));
|
|
4803
|
+
}
|
|
4804
|
+
.active\:n-bg-light-danger-border-strong:active{
|
|
4805
|
+
--tw-bg-opacity: 1;
|
|
4806
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
4807
|
+
}
|
|
4808
|
+
.active\:n-bg-light-danger-border-weak:active{
|
|
4809
|
+
--tw-bg-opacity: 1;
|
|
4810
|
+
background-color: rgb(255 184 196 / var(--tw-bg-opacity));
|
|
4811
|
+
}
|
|
4812
|
+
.active\:n-bg-light-danger-hover-weak:active{
|
|
4813
|
+
background-color: rgba(237,18,82,0.08);
|
|
4814
|
+
}
|
|
4815
|
+
.active\:n-bg-light-danger-hover-strong:active{
|
|
4816
|
+
--tw-bg-opacity: 1;
|
|
4817
|
+
background-color: rgb(161 0 59 / var(--tw-bg-opacity));
|
|
4818
|
+
}
|
|
4819
|
+
.active\:n-bg-light-danger-pressed-weak:active{
|
|
4820
|
+
background-color: rgba(237,18,82,0.12);
|
|
4821
|
+
}
|
|
4822
|
+
.active\:n-bg-light-danger-pressed-strong:active{
|
|
4823
|
+
--tw-bg-opacity: 1;
|
|
4824
|
+
background-color: rgb(122 0 49 / var(--tw-bg-opacity));
|
|
4825
|
+
}
|
|
4826
|
+
.active\:n-bg-light-warning-text:active{
|
|
4827
|
+
--tw-bg-opacity: 1;
|
|
4828
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
4829
|
+
}
|
|
4830
|
+
.active\:n-bg-light-warning-icon:active{
|
|
4831
|
+
--tw-bg-opacity: 1;
|
|
4832
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
4833
|
+
}
|
|
4834
|
+
.active\:n-bg-light-warning-bg-strong:active{
|
|
4835
|
+
--tw-bg-opacity: 1;
|
|
4836
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
4837
|
+
}
|
|
4838
|
+
.active\:n-bg-light-warning-bg-weak:active{
|
|
4839
|
+
--tw-bg-opacity: 1;
|
|
4840
|
+
background-color: rgb(255 251 222 / var(--tw-bg-opacity));
|
|
4841
|
+
}
|
|
4842
|
+
.active\:n-bg-light-warning-border-strong:active{
|
|
4843
|
+
--tw-bg-opacity: 1;
|
|
4844
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
4845
|
+
}
|
|
4846
|
+
.active\:n-bg-light-warning-border-weak:active{
|
|
4847
|
+
--tw-bg-opacity: 1;
|
|
4848
|
+
background-color: rgb(255 234 140 / var(--tw-bg-opacity));
|
|
4849
|
+
}
|
|
4850
|
+
.active\:n-bg-light-success-text:active{
|
|
4851
|
+
--tw-bg-opacity: 1;
|
|
4852
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
4853
|
+
}
|
|
4854
|
+
.active\:n-bg-light-success-icon:active{
|
|
4855
|
+
--tw-bg-opacity: 1;
|
|
4856
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
4857
|
+
}
|
|
4858
|
+
.active\:n-bg-light-success-bg-strong:active{
|
|
4859
|
+
--tw-bg-opacity: 1;
|
|
4860
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
4861
|
+
}
|
|
4862
|
+
.active\:n-bg-light-success-bg-weak:active{
|
|
4863
|
+
--tw-bg-opacity: 1;
|
|
4864
|
+
background-color: rgb(225 250 239 / var(--tw-bg-opacity));
|
|
4865
|
+
}
|
|
4866
|
+
.active\:n-bg-light-success-border-strong:active{
|
|
4867
|
+
--tw-bg-opacity: 1;
|
|
4868
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
4869
|
+
}
|
|
4870
|
+
.active\:n-bg-light-success-border-weak:active{
|
|
4871
|
+
--tw-bg-opacity: 1;
|
|
4872
|
+
background-color: rgb(152 237 203 / var(--tw-bg-opacity));
|
|
4873
|
+
}
|
|
4259
4874
|
@media (min-width: 640px){
|
|
4260
4875
|
.sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]){
|
|
4261
4876
|
--tw-space-y-reverse: 0;
|
|
@@ -4268,3 +4883,9 @@ html {
|
|
|
4268
4883
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
4269
4884
|
}
|
|
4270
4885
|
}
|
|
4886
|
+
@media (min-width: 768px){
|
|
4887
|
+
.md\:n-bg-primary-50{
|
|
4888
|
+
--tw-bg-opacity: 1;
|
|
4889
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
4890
|
+
}
|
|
4891
|
+
}
|