@neo4j-ndl/base 0.2.0 → 0.4.0
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 +902 -97
- package/lib/optimised.config.js +5 -0
- package/lib/optimised.config.js.map +1 -1
- package/lib/tokens/css/tokens.css +2 -2
- package/lib/tokens/js/tokens-raw.js +3 -3
- package/lib/tokens/js/tokens.js +2 -2
- package/lib/tokens/scss/tokens.scss +2 -2
- package/package.json +2 -3
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -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, 27 May 2022 08:25:25 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -518,7 +518,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
518
518
|
--palette-light-neutral-bg-strong: 230, 233, 238 /* #E6E9EE */;
|
|
519
519
|
--palette-light-neutral-bg-strongest: 83, 91, 102 /* #535B66 */;
|
|
520
520
|
--palette-light-neutral-border-weak: 238, 241, 246 /* #EEF1F6 */;
|
|
521
|
-
--palette-light-neutral-border-strong:
|
|
521
|
+
--palette-light-neutral-border-strong: 196, 200, 205 /* #C4C8CD */;
|
|
522
522
|
--palette-light-neutral-hover: rgba(113,119,128,0.1);
|
|
523
523
|
--palette-light-neutral-pressed: rgba(113,119,128,0.2);
|
|
524
524
|
--palette-light-primary-text: 0, 111, 214 /* #006FD6 */;
|
|
@@ -718,7 +718,7 @@ h6,
|
|
|
718
718
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
719
719
|
--tw-ring-offset-width: 2px;
|
|
720
720
|
}
|
|
721
|
-
.ndl-btn.
|
|
721
|
+
.ndl-btn.loading{
|
|
722
722
|
cursor: default;
|
|
723
723
|
opacity: 0.5;
|
|
724
724
|
}
|
|
@@ -736,7 +736,7 @@ h6,
|
|
|
736
736
|
letter-spacing: 0px;
|
|
737
737
|
line-height: 20px;
|
|
738
738
|
}
|
|
739
|
-
.ndl-btn.
|
|
739
|
+
.ndl-btn.medium{
|
|
740
740
|
height: 2.25rem;
|
|
741
741
|
padding-left: 1.5rem;
|
|
742
742
|
padding-right: 1.5rem;
|
|
@@ -772,7 +772,7 @@ h6,
|
|
|
772
772
|
padding: 0.375rem;
|
|
773
773
|
width: 1.75rem;
|
|
774
774
|
}
|
|
775
|
-
.ndl-btn.
|
|
775
|
+
.ndl-btn.medium.rectangle{
|
|
776
776
|
width: 2.25rem;
|
|
777
777
|
padding: 0.5rem;
|
|
778
778
|
}
|
|
@@ -780,31 +780,234 @@ h6,
|
|
|
780
780
|
width: 3rem;
|
|
781
781
|
padding: 0.75rem;
|
|
782
782
|
}
|
|
783
|
+
/* State: Filled */
|
|
783
784
|
.ndl-btn.filled{
|
|
784
785
|
border-width: 0px;
|
|
785
786
|
--tw-text-opacity: 1;
|
|
786
787
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
787
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
788
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
789
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
790
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 */
|
|
791
797
|
.ndl-btn.outlined{
|
|
792
798
|
border-width: 1px;
|
|
793
799
|
border-style: solid;
|
|
794
800
|
--tw-bg-opacity: 1;
|
|
795
801
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
796
|
-
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
797
|
-
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
798
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
799
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 */
|
|
800
813
|
.ndl-btn.text{
|
|
801
814
|
border-style: none;
|
|
802
815
|
background-color: transparent;
|
|
803
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
|
+
}
|
|
804
827
|
a.ndl-btn{
|
|
805
828
|
-webkit-text-decoration-line: none;
|
|
806
829
|
text-decoration-line: none;
|
|
807
830
|
}
|
|
831
|
+
/**
|
|
832
|
+
*
|
|
833
|
+
* Copyright (c) "Neo4j"
|
|
834
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
835
|
+
*
|
|
836
|
+
* This file is part of Neo4j.
|
|
837
|
+
*
|
|
838
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
839
|
+
* it under the terms of the GNU General Public License as published by
|
|
840
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
841
|
+
* (at your option) any later version.
|
|
842
|
+
*
|
|
843
|
+
* This program is distributed in the hope that it will be useful,
|
|
844
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
845
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
846
|
+
* GNU General Public License for more details.
|
|
847
|
+
*
|
|
848
|
+
* You should have received a copy of the GNU General Public License
|
|
849
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
850
|
+
*/
|
|
851
|
+
.ndl-icon-btn {
|
|
852
|
+
transition: background-color 75ms ease;
|
|
853
|
+
display: inline-flex;
|
|
854
|
+
cursor: pointer;
|
|
855
|
+
align-items: center;
|
|
856
|
+
justify-content: center;
|
|
857
|
+
gap: 0.125rem;
|
|
858
|
+
border-radius: 8px;
|
|
859
|
+
--tw-text-opacity: 1;
|
|
860
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
861
|
+
}
|
|
862
|
+
.ndl-icon-btn:not(.clean){
|
|
863
|
+
--tw-ring-opacity: 1;
|
|
864
|
+
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
865
|
+
}
|
|
866
|
+
.ndl-icon-btn:not(.clean):focus{
|
|
867
|
+
outline-width: 0px;
|
|
868
|
+
}
|
|
869
|
+
.ndl-icon-btn:not(.clean):focus-visible{
|
|
870
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
871
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
872
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
873
|
+
--tw-ring-offset-width: 2px;
|
|
874
|
+
}
|
|
875
|
+
.ndl-icon-btn.clean{
|
|
876
|
+
--tw-ring-opacity: 1;
|
|
877
|
+
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
878
|
+
}
|
|
879
|
+
.ndl-icon-btn.clean:focus{
|
|
880
|
+
outline-width: 0px;
|
|
881
|
+
}
|
|
882
|
+
.ndl-icon-btn.clean:focus-visible{
|
|
883
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
884
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
885
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
886
|
+
--tw-ring-offset-width: 0px;
|
|
887
|
+
}
|
|
888
|
+
.ndl-icon-btn.danger{
|
|
889
|
+
--tw-text-opacity: 1;
|
|
890
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
891
|
+
}
|
|
892
|
+
.ndl-icon-btn.floating{
|
|
893
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
894
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
895
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
896
|
+
}
|
|
897
|
+
.ndl-icon-btn:disabled{
|
|
898
|
+
cursor: not-allowed;
|
|
899
|
+
--tw-text-opacity: 1;
|
|
900
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
901
|
+
}
|
|
902
|
+
/* Simple Icons Sizes */
|
|
903
|
+
.ndl-icon-btn.small {
|
|
904
|
+
width: 24px;
|
|
905
|
+
height: 24px;
|
|
906
|
+
}
|
|
907
|
+
.ndl-icon-btn.small .ndl-icon {
|
|
908
|
+
width: 16px;
|
|
909
|
+
height: 16px;
|
|
910
|
+
}
|
|
911
|
+
.ndl-icon-btn.medium {
|
|
912
|
+
width: 28px;
|
|
913
|
+
height: 28px;
|
|
914
|
+
}
|
|
915
|
+
.ndl-icon-btn.medium .ndl-icon {
|
|
916
|
+
width: 20px;
|
|
917
|
+
height: 20px;
|
|
918
|
+
}
|
|
919
|
+
.ndl-icon-btn.large {
|
|
920
|
+
width: 40px;
|
|
921
|
+
height: 40px;
|
|
922
|
+
}
|
|
923
|
+
.ndl-icon-btn.large .ndl-icon {
|
|
924
|
+
width: 24px;
|
|
925
|
+
height: 24px;
|
|
926
|
+
}
|
|
927
|
+
/* Grouped Icons Sizes */
|
|
928
|
+
.ndl-icon-btn.small:not(.grouped) {
|
|
929
|
+
width: 32px;
|
|
930
|
+
height: 32px;
|
|
931
|
+
}
|
|
932
|
+
.ndl-icon-btn.medium:not(.grouped) {
|
|
933
|
+
width: 36px;
|
|
934
|
+
height: 36px;
|
|
935
|
+
}
|
|
936
|
+
.ndl-icon-btn.large:not(.grouped) {
|
|
937
|
+
width: 48px;
|
|
938
|
+
height: 48px;
|
|
939
|
+
}
|
|
940
|
+
/* States */
|
|
941
|
+
.ndl-icon-btn:not(.clean){
|
|
942
|
+
border-width: 1px;
|
|
943
|
+
--tw-border-opacity: 1;
|
|
944
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
945
|
+
}
|
|
946
|
+
.ndl-icon-btn:not(.clean).danger{
|
|
947
|
+
--tw-border-opacity: 1;
|
|
948
|
+
border-color: rgb(204 37 75 / var(--tw-border-opacity));
|
|
949
|
+
}
|
|
950
|
+
.ndl-icon-btn:not(.clean):disabled{
|
|
951
|
+
--tw-border-opacity: 1;
|
|
952
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
953
|
+
--tw-bg-opacity: 1;
|
|
954
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
955
|
+
}
|
|
956
|
+
.ndl-icon-btn:hover:not(:disabled){
|
|
957
|
+
background-color: rgba(113,119,128,0.1);
|
|
958
|
+
}
|
|
959
|
+
.ndl-icon-btn:hover:not(:disabled).danger{
|
|
960
|
+
background-color: rgba(237,18,82,0.08);
|
|
961
|
+
}
|
|
962
|
+
.ndl-icon-btn:active:not(:disabled){
|
|
963
|
+
background-color: rgba(113,119,128,0.2);
|
|
964
|
+
}
|
|
965
|
+
.ndl-icon-btn:active:not(:disabled).danger{
|
|
966
|
+
background-color: rgba(237,18,82,0.12);
|
|
967
|
+
}
|
|
968
|
+
.ndl-icon-btn.loading{
|
|
969
|
+
cursor: default;
|
|
970
|
+
opacity: 0.5;
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
*
|
|
974
|
+
* Copyright (c) "Neo4j"
|
|
975
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
976
|
+
*
|
|
977
|
+
* This file is part of Neo4j.
|
|
978
|
+
*
|
|
979
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
980
|
+
* it under the terms of the GNU General Public License as published by
|
|
981
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
982
|
+
* (at your option) any later version.
|
|
983
|
+
*
|
|
984
|
+
* This program is distributed in the hope that it will be useful,
|
|
985
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
986
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
987
|
+
* GNU General Public License for more details.
|
|
988
|
+
*
|
|
989
|
+
* You should have received a copy of the GNU General Public License
|
|
990
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
991
|
+
*/
|
|
992
|
+
.ndl-icon-btn-array{
|
|
993
|
+
display: flex;
|
|
994
|
+
max-width: -webkit-min-content;
|
|
995
|
+
max-width: -moz-min-content;
|
|
996
|
+
max-width: min-content;
|
|
997
|
+
gap: 0.25rem;
|
|
998
|
+
border-radius: 8px;
|
|
999
|
+
border-width: 1px;
|
|
1000
|
+
--tw-border-opacity: 1;
|
|
1001
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
1002
|
+
padding: 0.25rem;
|
|
1003
|
+
}
|
|
1004
|
+
.ndl-icon-btn-array.array-floating{
|
|
1005
|
+
--tw-border-opacity: 1;
|
|
1006
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
1007
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
1008
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
1009
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1010
|
+
}
|
|
808
1011
|
/**
|
|
809
1012
|
*
|
|
810
1013
|
* Copyright (c) "Neo4j"
|
|
@@ -856,6 +1059,11 @@ a.ndl-btn{
|
|
|
856
1059
|
height: 0.5rem;
|
|
857
1060
|
width: 0.5rem;
|
|
858
1061
|
}
|
|
1062
|
+
.ndl-label .label-text{
|
|
1063
|
+
overflow: hidden;
|
|
1064
|
+
text-overflow: ellipsis;
|
|
1065
|
+
white-space: nowrap;
|
|
1066
|
+
}
|
|
859
1067
|
.ndl-label.clean .label-text{
|
|
860
1068
|
--tw-text-opacity: 1;
|
|
861
1069
|
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
@@ -890,16 +1098,15 @@ a.ndl-btn{
|
|
|
890
1098
|
* You should have received a copy of the GNU General Public License
|
|
891
1099
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
892
1100
|
*/
|
|
893
|
-
.ndl-tabs.underline {
|
|
1101
|
+
.ndl-tabs.underline-tab {
|
|
894
1102
|
border-bottom-style: solid;
|
|
895
|
-
/* @apply n-border-b-light-neutral-border-weak n-text-light-neutral-text-weak n-relative; */
|
|
896
1103
|
position: relative;
|
|
897
1104
|
}
|
|
898
1105
|
/**
|
|
899
1106
|
* We use an :after pseudo element to draw the
|
|
900
1107
|
* underline inside the component
|
|
901
1108
|
*/
|
|
902
|
-
.ndl-tabs.underline.small:after {
|
|
1109
|
+
.ndl-tabs.underline-tab.small:after {
|
|
903
1110
|
content: '';
|
|
904
1111
|
position: absolute;
|
|
905
1112
|
width: 100%;
|
|
@@ -911,7 +1118,7 @@ a.ndl-btn{
|
|
|
911
1118
|
--tw-bg-opacity: 1;
|
|
912
1119
|
background-color: rgb(238 241 246 / var(--tw-bg-opacity));
|
|
913
1120
|
}
|
|
914
|
-
.ndl-tabs.underline.large:after {
|
|
1121
|
+
.ndl-tabs.underline-tab.large:after {
|
|
915
1122
|
content: '';
|
|
916
1123
|
position: absolute;
|
|
917
1124
|
width: 100%;
|
|
@@ -965,33 +1172,33 @@ a.ndl-btn{
|
|
|
965
1172
|
--tw-text-opacity: 1;
|
|
966
1173
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
967
1174
|
}
|
|
968
|
-
.ndl-tabs .tab.underline {
|
|
1175
|
+
.ndl-tabs .tab.underline-tab {
|
|
969
1176
|
/* To be always above bottom border */
|
|
970
1177
|
z-index: 1;
|
|
971
1178
|
}
|
|
972
|
-
.ndl-tabs .tab.underline:not(.selected){
|
|
1179
|
+
.ndl-tabs .tab.underline-tab:not(.selected){
|
|
973
1180
|
--tw-text-opacity: 1;
|
|
974
1181
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
975
1182
|
}
|
|
976
|
-
.ndl-tabs .tab.underline.disabled{
|
|
1183
|
+
.ndl-tabs .tab.underline-tab.disabled{
|
|
977
1184
|
--tw-text-opacity: 1;
|
|
978
1185
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
979
1186
|
}
|
|
980
|
-
.ndl-tabs .tab.underline.small {
|
|
1187
|
+
.ndl-tabs .tab.underline-tab.small {
|
|
981
1188
|
/* We need to have a total of 36px in Height */
|
|
982
1189
|
padding-bottom: 12px;
|
|
983
1190
|
}
|
|
984
|
-
.ndl-tabs .tab.underline.small .tab-underline {
|
|
1191
|
+
.ndl-tabs .tab.underline-tab.small .tab-underline {
|
|
985
1192
|
height: 2px;
|
|
986
1193
|
}
|
|
987
|
-
.ndl-tabs .tab.underline.large {
|
|
1194
|
+
.ndl-tabs .tab.underline-tab.large {
|
|
988
1195
|
/* We need to have a total of 46px in Height */
|
|
989
1196
|
padding-bottom: 14px;
|
|
990
1197
|
}
|
|
991
|
-
.ndl-tabs .tab.underline.large .tab-underline {
|
|
1198
|
+
.ndl-tabs .tab.underline-tab.large .tab-underline {
|
|
992
1199
|
height: 4px;
|
|
993
1200
|
}
|
|
994
|
-
.ndl-tabs .tab.underline .tab-underline {
|
|
1201
|
+
.ndl-tabs .tab.underline-tab .tab-underline {
|
|
995
1202
|
height: 4px;
|
|
996
1203
|
position: absolute;
|
|
997
1204
|
left: 0px;
|
|
@@ -1001,45 +1208,49 @@ a.ndl-btn{
|
|
|
1001
1208
|
border-top-right-radius: 4px;
|
|
1002
1209
|
background-color: transparent;
|
|
1003
1210
|
}
|
|
1004
|
-
.ndl-tabs .tab.underline:focus-visible {
|
|
1211
|
+
.ndl-tabs .tab.underline-tab:focus-visible {
|
|
1005
1212
|
outline: none;
|
|
1006
1213
|
}
|
|
1007
|
-
.ndl-tabs .tab.underline:focus-visible .tab-underline{
|
|
1214
|
+
.ndl-tabs .tab.underline-tab:focus-visible .tab-underline{
|
|
1008
1215
|
--tw-bg-opacity: 1;
|
|
1009
1216
|
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
1010
1217
|
}
|
|
1011
|
-
.ndl-tabs .tab.underline:hover:not(.disabled):not(.selected) .tab-underline{
|
|
1218
|
+
.ndl-tabs .tab.underline-tab:hover:not(.disabled):not(.selected) .tab-underline{
|
|
1012
1219
|
--tw-bg-opacity: 1;
|
|
1013
1220
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1014
1221
|
}
|
|
1015
|
-
.ndl-tabs .tab.underline:active:not(.disabled):not(.selected) .tab-underline{
|
|
1222
|
+
.ndl-tabs .tab.underline-tab:active:not(.disabled):not(.selected) .tab-underline{
|
|
1016
1223
|
--tw-bg-opacity: 1;
|
|
1017
1224
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1018
1225
|
}
|
|
1019
|
-
.ndl-tabs .tab.underline.selected:not(.disabled){
|
|
1226
|
+
.ndl-tabs .tab.underline-tab.selected:not(.disabled){
|
|
1020
1227
|
--tw-text-opacity: 1;
|
|
1021
1228
|
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
1022
1229
|
}
|
|
1023
|
-
.ndl-tabs .tab.underline.selected:not(.disabled)
|
|
1230
|
+
.ndl-tabs .tab.underline-tab.selected:not(.disabled) .tab-underline{
|
|
1024
1231
|
--tw-bg-opacity: 1;
|
|
1025
1232
|
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
1026
1233
|
}
|
|
1027
|
-
.ndl-tabs .tab.underline.selected.disabled:not(:focus
|
|
1234
|
+
.ndl-tabs .tab.underline-tab.selected.disabled:not(:focus) .tab-underline{
|
|
1028
1235
|
--tw-bg-opacity: 1;
|
|
1029
1236
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1030
1237
|
}
|
|
1031
|
-
.ndl-tabs .tab.
|
|
1238
|
+
.ndl-tabs .tab.underline-tab.disabled:focus-visible .tab-underline{
|
|
1239
|
+
--tw-bg-opacity: 1;
|
|
1240
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1241
|
+
}
|
|
1242
|
+
.ndl-tabs .tab.filled-tab{
|
|
1032
1243
|
border-radius: 4px;
|
|
1033
1244
|
padding-top: 0.25rem;
|
|
1034
1245
|
padding-bottom: 0.25rem;
|
|
1035
1246
|
--tw-text-opacity: 1;
|
|
1036
1247
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1037
1248
|
}
|
|
1038
|
-
.ndl-tabs .tab.filled.disabled{
|
|
1249
|
+
.ndl-tabs .tab.filled-tab.disabled{
|
|
1039
1250
|
--tw-text-opacity: 1;
|
|
1040
1251
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1041
1252
|
}
|
|
1042
|
-
.ndl-tabs .tab.filled:focus-visible {
|
|
1253
|
+
.ndl-tabs .tab.filled-tab:focus-visible {
|
|
1043
1254
|
outline: none;
|
|
1044
1255
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1045
1256
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1047,15 +1258,15 @@ a.ndl-btn{
|
|
|
1047
1258
|
--tw-ring-opacity: 1;
|
|
1048
1259
|
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
1049
1260
|
}
|
|
1050
|
-
.ndl-tabs .tab.filled:hover:not(.disabled):not(.selected){
|
|
1261
|
+
.ndl-tabs .tab.filled-tab:hover:not(.disabled):not(.selected){
|
|
1051
1262
|
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
1052
1263
|
--tw-bg-opacity: 0.1;
|
|
1053
1264
|
}
|
|
1054
|
-
.ndl-tabs .tab.filled:active:not(.disabled):not(.selected){
|
|
1265
|
+
.ndl-tabs .tab.filled-tab:active:not(.disabled):not(.selected){
|
|
1055
1266
|
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
1056
1267
|
--tw-bg-opacity: 0.2;
|
|
1057
1268
|
}
|
|
1058
|
-
.ndl-tabs .tab.filled.selected{
|
|
1269
|
+
.ndl-tabs .tab.filled-tab.selected{
|
|
1059
1270
|
--tw-bg-opacity: 1;
|
|
1060
1271
|
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
1061
1272
|
--tw-text-opacity: 1;
|
|
@@ -1449,24 +1660,40 @@ a.ndl-btn{
|
|
|
1449
1660
|
transition: background-color 0.25s ease;
|
|
1450
1661
|
}
|
|
1451
1662
|
.ndl-form-item input[type='checkbox'][role='switch']:hover:checked:not(:disabled){
|
|
1452
|
-
outline
|
|
1453
|
-
outline-
|
|
1454
|
-
|
|
1663
|
+
outline: 2px solid transparent;
|
|
1664
|
+
outline-offset: 2px;
|
|
1665
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1666
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1667
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1668
|
+
--tw-ring-color: rgba(1,139,255,0.08);
|
|
1669
|
+
--tw-ring-offset-width: 1px;
|
|
1455
1670
|
}
|
|
1456
1671
|
.ndl-form-item input[type='checkbox'][role='switch']:hover:not(:checked):not(:disabled){
|
|
1457
|
-
outline
|
|
1458
|
-
outline-
|
|
1459
|
-
|
|
1672
|
+
outline: 2px solid transparent;
|
|
1673
|
+
outline-offset: 2px;
|
|
1674
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1675
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1676
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1677
|
+
--tw-ring-color: rgba(113,119,128,0.1);
|
|
1678
|
+
--tw-ring-offset-width: 1px;
|
|
1460
1679
|
}
|
|
1461
1680
|
.ndl-form-item input[type='checkbox'][role='switch']:active:checked{
|
|
1462
|
-
outline
|
|
1463
|
-
outline-
|
|
1464
|
-
|
|
1681
|
+
outline: 2px solid transparent;
|
|
1682
|
+
outline-offset: 2px;
|
|
1683
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1684
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1685
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1686
|
+
--tw-ring-color: rgba(1,139,255,0.12);
|
|
1687
|
+
--tw-ring-offset-width: 1px;
|
|
1465
1688
|
}
|
|
1466
1689
|
.ndl-form-item input[type='checkbox'][role='switch']:active:not(:checked){
|
|
1467
|
-
outline
|
|
1468
|
-
outline-
|
|
1469
|
-
|
|
1690
|
+
outline: 2px solid transparent;
|
|
1691
|
+
outline-offset: 2px;
|
|
1692
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1693
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1694
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1695
|
+
--tw-ring-color: rgba(113,119,128,0.2);
|
|
1696
|
+
--tw-ring-offset-width: 1px;
|
|
1470
1697
|
}
|
|
1471
1698
|
.ndl-form-item input[type='checkbox'][role='switch']:focus-visible:enabled{
|
|
1472
1699
|
outline-width: 2px;
|
|
@@ -1530,6 +1757,45 @@ a.ndl-btn{
|
|
|
1530
1757
|
border-radius: 9999px;
|
|
1531
1758
|
top: 0;
|
|
1532
1759
|
}
|
|
1760
|
+
/* Text Input */
|
|
1761
|
+
.ndl-form-item .input-wrapper{
|
|
1762
|
+
position: relative;
|
|
1763
|
+
width: 100%;
|
|
1764
|
+
}
|
|
1765
|
+
.ndl-form-item input[type='text'], .ndl-form-item input[type='email'], .ndl-form-item input[type='password'], .ndl-form-item input[type='url']{
|
|
1766
|
+
height: 2.25rem;
|
|
1767
|
+
width: 100%;
|
|
1768
|
+
border-radius: 4px;
|
|
1769
|
+
border-width: 1px;
|
|
1770
|
+
--tw-border-opacity: 1;
|
|
1771
|
+
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
1772
|
+
padding-top: 0.5rem;
|
|
1773
|
+
padding-bottom: 0.5rem;
|
|
1774
|
+
padding-left: 0.75rem;
|
|
1775
|
+
padding-right: 0.75rem;
|
|
1776
|
+
line-height: 1 !important;
|
|
1777
|
+
font-size: var(--font-size-body-medium);
|
|
1778
|
+
font-weight: var(--font-weight-normal);
|
|
1779
|
+
letter-spacing: 0.25px;
|
|
1780
|
+
line-height: 20px;
|
|
1781
|
+
}
|
|
1782
|
+
.ndl-form-item input[type='text']:active, .ndl-form-item input[type='text']:focus, .ndl-form-item input[type='email']:active, .ndl-form-item input[type='email']:focus, .ndl-form-item input[type='password']:active, .ndl-form-item input[type='password']:focus, .ndl-form-item input[type='url']:active, .ndl-form-item input[type='url']:focus{
|
|
1783
|
+
outline-color: #018bff;
|
|
1784
|
+
}
|
|
1785
|
+
.ndl-form-item input[type='text']:disabled, .ndl-form-item input[type='email']:disabled, .ndl-form-item input[type='password']:disabled, .ndl-form-item input[type='url']:disabled{
|
|
1786
|
+
cursor: not-allowed;
|
|
1787
|
+
--tw-text-opacity: 1;
|
|
1788
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1789
|
+
background-color: inherit;
|
|
1790
|
+
}
|
|
1791
|
+
.ndl-form-item input[type='text']:-moz-read-only, .ndl-form-item input[type='text']:-moz-read-only:focus, .ndl-form-item input[type='email']:-moz-read-only, .ndl-form-item input[type='email']:-moz-read-only:focus, .ndl-form-item input[type='password']:-moz-read-only, .ndl-form-item input[type='password']:-moz-read-only:focus, .ndl-form-item input[type='url']:-moz-read-only, .ndl-form-item input[type='url']:-moz-read-only:focus{
|
|
1792
|
+
outline: 2px solid transparent;
|
|
1793
|
+
outline-offset: 2px;
|
|
1794
|
+
}
|
|
1795
|
+
.ndl-form-item input[type='text']:read-only, .ndl-form-item input[type='text']:read-only:focus, .ndl-form-item input[type='email']:read-only, .ndl-form-item input[type='email']:read-only:focus, .ndl-form-item input[type='password']:read-only, .ndl-form-item input[type='password']:read-only:focus, .ndl-form-item input[type='url']:read-only, .ndl-form-item input[type='url']:read-only:focus{
|
|
1796
|
+
outline: 2px solid transparent;
|
|
1797
|
+
outline-offset: 2px;
|
|
1798
|
+
}
|
|
1533
1799
|
/* Label */
|
|
1534
1800
|
.ndl-form-item .form-item-label{
|
|
1535
1801
|
display: inline-flex;
|
|
@@ -1548,11 +1814,93 @@ a.ndl-btn{
|
|
|
1548
1814
|
.ndl-form-item .form-item-label.label-before{
|
|
1549
1815
|
flex-direction: row-reverse;
|
|
1550
1816
|
}
|
|
1817
|
+
.ndl-form-item.ndl-type-text .form-item-label{
|
|
1818
|
+
flex-direction: column-reverse;
|
|
1819
|
+
align-items: flex-start;
|
|
1820
|
+
row-gap: 0.25rem;
|
|
1821
|
+
}
|
|
1822
|
+
.ndl-form-item.ndl-type-text .form-item-label .form-label-text{
|
|
1823
|
+
--tw-text-opacity: 1;
|
|
1824
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1825
|
+
}
|
|
1551
1826
|
.ndl-form-item.disabled .form-item-label{
|
|
1552
1827
|
cursor: not-allowed;
|
|
1553
1828
|
--tw-text-opacity: 1;
|
|
1554
1829
|
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
1555
1830
|
}
|
|
1831
|
+
/* Form Message */
|
|
1832
|
+
.ndl-form-item .form-msg{
|
|
1833
|
+
margin-top: 0.25rem;
|
|
1834
|
+
font-size: 0.75rem;
|
|
1835
|
+
line-height: 1rem;
|
|
1836
|
+
--tw-text-opacity: 1;
|
|
1837
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
1838
|
+
}
|
|
1839
|
+
.ndl-form-item.has-error input{
|
|
1840
|
+
outline-color: #cc254b;
|
|
1841
|
+
border-width: 2px;
|
|
1842
|
+
--tw-border-opacity: 1;
|
|
1843
|
+
border-color: rgb(204 37 75 / var(--tw-border-opacity));
|
|
1844
|
+
}
|
|
1845
|
+
.ndl-form-item.has-error .form-msg{
|
|
1846
|
+
--tw-text-opacity: 1;
|
|
1847
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
1848
|
+
}
|
|
1849
|
+
/* Icons */
|
|
1850
|
+
.ndl-form-item.has-left-icon input[type='text'], .ndl-form-item.has-left-icon input[type='email'], .ndl-form-item.has-left-icon input[type='password'], .ndl-form-item.has-left-icon input[type='url']{
|
|
1851
|
+
padding-left: 3rem;
|
|
1852
|
+
}
|
|
1853
|
+
.ndl-form-item.has-right-icon input[type='text'], .ndl-form-item.has-right-icon input[type='email'], .ndl-form-item.has-right-icon input[type='password'], .ndl-form-item.has-right-icon input[type='url']{
|
|
1854
|
+
padding-right: 3rem;
|
|
1855
|
+
}
|
|
1856
|
+
.ndl-form-item.has-icon .icon{
|
|
1857
|
+
position: absolute;
|
|
1858
|
+
height: 1rem;
|
|
1859
|
+
width: 1rem;
|
|
1860
|
+
--tw-text-opacity: 1;
|
|
1861
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1862
|
+
}
|
|
1863
|
+
.ndl-form-item.has-icon .left-icon {
|
|
1864
|
+
top: calc(
|
|
1865
|
+
50% - 8px
|
|
1866
|
+
); /* Horizontally absolute center for 16px height icon */ left: 1rem;
|
|
1867
|
+
}
|
|
1868
|
+
.ndl-form-item.has-icon .right-icon {
|
|
1869
|
+
top: calc(
|
|
1870
|
+
50% - 8px
|
|
1871
|
+
); /* Horizontally absolute center for 16px height icon */ right: 1rem;
|
|
1872
|
+
}
|
|
1873
|
+
.ndl-form-item.has-icon .error-icon{
|
|
1874
|
+
--tw-text-opacity: 1;
|
|
1875
|
+
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
1876
|
+
}
|
|
1877
|
+
/* Size */
|
|
1878
|
+
.ndl-form-item.large input[type='text'], .ndl-form-item.large input[type='email'], .ndl-form-item.large input[type='password'], .ndl-form-item.large input[type='url']{
|
|
1879
|
+
height: 3rem;
|
|
1880
|
+
padding-top: 0.75rem;
|
|
1881
|
+
padding-bottom: 0.75rem;
|
|
1882
|
+
font-size: var(--font-size-body-large);
|
|
1883
|
+
font-weight: var(--font-weight-normal);
|
|
1884
|
+
letter-spacing: 0.25px;
|
|
1885
|
+
line-height: 24px;
|
|
1886
|
+
}
|
|
1887
|
+
.ndl-form-item.large .form-item-label {
|
|
1888
|
+
font-size: var(--font-size-body-large);
|
|
1889
|
+
font-weight: var(--font-weight-normal);
|
|
1890
|
+
letter-spacing: 0.25px;
|
|
1891
|
+
line-height: 24px;
|
|
1892
|
+
}
|
|
1893
|
+
.ndl-form-item.large .form-msg {
|
|
1894
|
+
font-size: var(--font-size-body-medium);
|
|
1895
|
+
font-weight: var(--font-weight-normal);
|
|
1896
|
+
letter-spacing: 0.25px;
|
|
1897
|
+
line-height: 20px;
|
|
1898
|
+
}
|
|
1899
|
+
.ndl-form-item.large .icon{
|
|
1900
|
+
height: 1.25rem;
|
|
1901
|
+
width: 1.25rem;
|
|
1902
|
+
top: calc(50% - 10px);
|
|
1903
|
+
}
|
|
1556
1904
|
/**
|
|
1557
1905
|
*
|
|
1558
1906
|
* Copyright (c) "Neo4j"
|
|
@@ -1638,6 +1986,7 @@ a.ndl-btn{
|
|
|
1638
1986
|
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
1639
1987
|
}
|
|
1640
1988
|
.ndl-progress-bar-wrapper .progress-bar-container .progress-bar{
|
|
1989
|
+
max-width: 100%;
|
|
1641
1990
|
--tw-bg-opacity: 1;
|
|
1642
1991
|
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
1643
1992
|
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
@@ -1647,21 +1996,6 @@ a.ndl-btn{
|
|
|
1647
1996
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1648
1997
|
transition-duration: 1000ms;
|
|
1649
1998
|
}
|
|
1650
|
-
.ndl-progress-bar-wrapper .details{
|
|
1651
|
-
display: flex;
|
|
1652
|
-
flex-direction: row;
|
|
1653
|
-
justify-content: flex-end;
|
|
1654
|
-
font-style: italic;
|
|
1655
|
-
--tw-text-opacity: 1;
|
|
1656
|
-
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
1657
|
-
}
|
|
1658
|
-
.ndl-progress-bar-wrapper .details .estimated-time-heading{
|
|
1659
|
-
margin-right: 5px;
|
|
1660
|
-
font-weight: 300;
|
|
1661
|
-
}
|
|
1662
|
-
.ndl-progress-bar-wrapper .details .estimated-time{
|
|
1663
|
-
font-weight: 600;
|
|
1664
|
-
}
|
|
1665
1999
|
.ndl-progress-bar-wrapper.large .heading {
|
|
1666
2000
|
font-size: var(--font-size-body-large);
|
|
1667
2001
|
font-weight: var(--font-weight-normal);
|
|
@@ -1679,12 +2013,6 @@ a.ndl-btn{
|
|
|
1679
2013
|
min-width: 3%;
|
|
1680
2014
|
border-radius: 6px;
|
|
1681
2015
|
}
|
|
1682
|
-
.ndl-progress-bar-wrapper.large .details {
|
|
1683
|
-
font-size: var(--font-size-body-medium);
|
|
1684
|
-
font-weight: var(--font-weight-normal);
|
|
1685
|
-
letter-spacing: 0.25px;
|
|
1686
|
-
line-height: 20px;
|
|
1687
|
-
}
|
|
1688
2016
|
.ndl-progress-bar-wrapper.small .heading {
|
|
1689
2017
|
font-size: var(--font-size-body-medium);
|
|
1690
2018
|
font-weight: var(--font-weight-normal);
|
|
@@ -1702,12 +2030,6 @@ a.ndl-btn{
|
|
|
1702
2030
|
min-width: 2%;
|
|
1703
2031
|
border-radius: 4px;
|
|
1704
2032
|
}
|
|
1705
|
-
.ndl-progress-bar-wrapper.small .details {
|
|
1706
|
-
font-size: var(--font-size-body-small);
|
|
1707
|
-
font-weight: var(--font-weight-normal);
|
|
1708
|
-
letter-spacing: 0.25px;
|
|
1709
|
-
line-height: 20px;
|
|
1710
|
-
}
|
|
1711
2033
|
/**
|
|
1712
2034
|
*
|
|
1713
2035
|
* Copyright (c) "Neo4j"
|
|
@@ -1848,7 +2170,7 @@ a.ndl-btn{
|
|
|
1848
2170
|
letter-spacing: 0.25px;
|
|
1849
2171
|
line-height: 20px;
|
|
1850
2172
|
}
|
|
1851
|
-
.ndl-menu .menu-item:hover:not(.disabled), .ndl-menu .menu-item:focus
|
|
2173
|
+
.ndl-menu .menu-item:hover:not(.disabled), .ndl-menu .menu-item:focus{
|
|
1852
2174
|
border-radius: 8px;
|
|
1853
2175
|
--tw-bg-opacity: 1;
|
|
1854
2176
|
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
@@ -1992,18 +2314,20 @@ a.ndl-btn{
|
|
|
1992
2314
|
gap: 0.25rem;
|
|
1993
2315
|
overflow: hidden;
|
|
1994
2316
|
border-radius: 10px;
|
|
2317
|
+
border-width: 1px;
|
|
2318
|
+
border-style: solid;
|
|
2319
|
+
--tw-border-opacity: 1;
|
|
2320
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
1995
2321
|
padding: 0.25rem;
|
|
1996
2322
|
--tw-text-opacity: 1;
|
|
1997
2323
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
1998
|
-
outline-style: solid;
|
|
1999
|
-
outline-width: 1px;
|
|
2000
|
-
outline-color: #B2B7BD;
|
|
2001
2324
|
}
|
|
2002
2325
|
.ndl-view-selector > button{
|
|
2003
2326
|
cursor: pointer;
|
|
2004
2327
|
border-radius: 8px;
|
|
2005
2328
|
}
|
|
2006
|
-
|
|
2329
|
+
/* Can :focus-visible, we just don't apply to Safari */
|
|
2330
|
+
.ndl-view-selector > button:focus-visible{
|
|
2007
2331
|
outline: 2px solid transparent;
|
|
2008
2332
|
outline-offset: 2px;
|
|
2009
2333
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -2144,6 +2468,188 @@ a.ndl-btn{
|
|
|
2144
2468
|
--tw-border-opacity: 1;
|
|
2145
2469
|
border-bottom-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
2146
2470
|
}
|
|
2471
|
+
/**
|
|
2472
|
+
*
|
|
2473
|
+
* Copyright (c) "Neo4j"
|
|
2474
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
2475
|
+
*
|
|
2476
|
+
* This file is part of Neo4j.
|
|
2477
|
+
*
|
|
2478
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
2479
|
+
* it under the terms of the GNU General Public License as published by
|
|
2480
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
2481
|
+
* (at your option) any later version.
|
|
2482
|
+
*
|
|
2483
|
+
* This program is distributed in the hope that it will be useful,
|
|
2484
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
2485
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
2486
|
+
* GNU General Public License for more details.
|
|
2487
|
+
*
|
|
2488
|
+
* You should have received a copy of the GNU General Public License
|
|
2489
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
2490
|
+
*/
|
|
2491
|
+
/* Source: https://tailwindcss.com/docs/display#table */
|
|
2492
|
+
.ndl-table .ndl-table-row:after {
|
|
2493
|
+
content: '';
|
|
2494
|
+
position: absolute;
|
|
2495
|
+
width: calc(100% - 60px);
|
|
2496
|
+
transform: translateX(-50%);
|
|
2497
|
+
bottom: 0;
|
|
2498
|
+
left: 50%;
|
|
2499
|
+
border-bottom-width: 1px;
|
|
2500
|
+
--tw-border-opacity: 1;
|
|
2501
|
+
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
2502
|
+
}
|
|
2503
|
+
/* Add prefix here also, as there is a conflict with native tailwind classes like "<prefix>table-row" */
|
|
2504
|
+
.ndl-table .ndl-table-row:last-child:after{
|
|
2505
|
+
border-width: 0px;
|
|
2506
|
+
}
|
|
2507
|
+
.ndl-table .table-header-cell{
|
|
2508
|
+
display: inline-flex;
|
|
2509
|
+
height: 100%;
|
|
2510
|
+
align-items: center;
|
|
2511
|
+
-moz-column-gap: 0.25rem;
|
|
2512
|
+
column-gap: 0.25rem;
|
|
2513
|
+
--tw-text-opacity: 1;
|
|
2514
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
2515
|
+
font-size: var(--font-size-body-large);
|
|
2516
|
+
font-weight: var(--font-weight-normal);
|
|
2517
|
+
letter-spacing: 0.25px;
|
|
2518
|
+
line-height: 24px;
|
|
2519
|
+
}
|
|
2520
|
+
.ndl-table .ndl-table-row{
|
|
2521
|
+
position: relative;
|
|
2522
|
+
display: table-row;
|
|
2523
|
+
height: 3rem;
|
|
2524
|
+
overflow: visible;
|
|
2525
|
+
}
|
|
2526
|
+
.ndl-table .ndl-table-row:hover{
|
|
2527
|
+
--tw-bg-opacity: 1;
|
|
2528
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2529
|
+
}
|
|
2530
|
+
.ndl-table .ndl-table-cell{
|
|
2531
|
+
position: relative;
|
|
2532
|
+
display: table-cell;
|
|
2533
|
+
overflow: auto;
|
|
2534
|
+
white-space: nowrap;
|
|
2535
|
+
padding-left: 1.75rem;
|
|
2536
|
+
padding-right: 1.75rem;
|
|
2537
|
+
padding-top: 0.75rem;
|
|
2538
|
+
padding-bottom: 0.75rem;
|
|
2539
|
+
--tw-text-opacity: 1;
|
|
2540
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2541
|
+
font-size: var(--font-size-body-medium);
|
|
2542
|
+
font-weight: var(--font-weight-normal);
|
|
2543
|
+
letter-spacing: 0.25px;
|
|
2544
|
+
line-height: 20px;
|
|
2545
|
+
}
|
|
2546
|
+
/* & .ndl-table-row-actions {
|
|
2547
|
+
@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;
|
|
2548
|
+
} */
|
|
2549
|
+
.ndl-table .ndl-table-row-actions-icon{
|
|
2550
|
+
display: inline-flex;
|
|
2551
|
+
height: 2rem;
|
|
2552
|
+
width: 2rem;
|
|
2553
|
+
align-items: center;
|
|
2554
|
+
justify-content: center;
|
|
2555
|
+
border-radius: 8px;
|
|
2556
|
+
--tw-text-opacity: 1;
|
|
2557
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2558
|
+
}
|
|
2559
|
+
.ndl-table .ndl-table-row-actions-icon:hover{
|
|
2560
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2561
|
+
--tw-bg-opacity: 0.1;
|
|
2562
|
+
--tw-text-opacity: 1;
|
|
2563
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
2564
|
+
}
|
|
2565
|
+
.ndl-table .ndl-table-row-actions-icon > svg {
|
|
2566
|
+
height: 20px;
|
|
2567
|
+
width: 20px;
|
|
2568
|
+
}
|
|
2569
|
+
.ndl-table tr th.table-column-styling {
|
|
2570
|
+
border-collapse: separate;
|
|
2571
|
+
box-sizing: content-box;
|
|
2572
|
+
-webkit-user-select: none;
|
|
2573
|
+
-moz-user-select: none;
|
|
2574
|
+
-ms-user-select: none;
|
|
2575
|
+
user-select: none;
|
|
2576
|
+
padding-left: 1.75rem;
|
|
2577
|
+
padding-right: 1.75rem;
|
|
2578
|
+
padding-top: 0.75rem;
|
|
2579
|
+
padding-bottom: 0.75rem;
|
|
2580
|
+
text-align: left;
|
|
2581
|
+
--tw-text-opacity: 1;
|
|
2582
|
+
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2583
|
+
font-size: var(--font-size-body-large);
|
|
2584
|
+
font-weight: var(--font-weight-normal);
|
|
2585
|
+
letter-spacing: 0.25px;
|
|
2586
|
+
line-height: 24px;
|
|
2587
|
+
}
|
|
2588
|
+
.ndl-table tr th.table-column-styling.sortable:hover{
|
|
2589
|
+
border-left-width: 1px;
|
|
2590
|
+
border-right-width: 1px;
|
|
2591
|
+
--tw-border-opacity: 1;
|
|
2592
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2593
|
+
--tw-bg-opacity: 1;
|
|
2594
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
2595
|
+
}
|
|
2596
|
+
.ndl-table tr th.table-column-styling.sortable:first-child{
|
|
2597
|
+
border-left-width: 0px;
|
|
2598
|
+
}
|
|
2599
|
+
.ndl-table tr th.table-column-styling.sortable:last-child{
|
|
2600
|
+
border-right-width: 0px;
|
|
2601
|
+
}
|
|
2602
|
+
.ndl-table .table-control-group{
|
|
2603
|
+
display: flex;
|
|
2604
|
+
flex-direction: row;
|
|
2605
|
+
flex-wrap: wrap;
|
|
2606
|
+
gap: 0.5rem;
|
|
2607
|
+
}
|
|
2608
|
+
.ndl-table .table-control-container{
|
|
2609
|
+
display: flex;
|
|
2610
|
+
width: 100%;
|
|
2611
|
+
flex-direction: row;
|
|
2612
|
+
flex-wrap: wrap;
|
|
2613
|
+
justify-content: space-between;
|
|
2614
|
+
gap: 0.5rem;
|
|
2615
|
+
}
|
|
2616
|
+
.ndl-table .table-resizing-bar{
|
|
2617
|
+
position: absolute;
|
|
2618
|
+
right: 0px;
|
|
2619
|
+
top: 0px;
|
|
2620
|
+
height: 100%;
|
|
2621
|
+
cursor: col-resize;
|
|
2622
|
+
}
|
|
2623
|
+
.ndl-table .table-resizing-bar:hover{
|
|
2624
|
+
--tw-bg-opacity: 1;
|
|
2625
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
2626
|
+
}
|
|
2627
|
+
.ndl-table-select {
|
|
2628
|
+
/* Reset default select */
|
|
2629
|
+
-webkit-appearance: none;
|
|
2630
|
+
-moz-appearance: none;
|
|
2631
|
+
appearance: none;
|
|
2632
|
+
/* Add dropdown icon */
|
|
2633
|
+
/* https://stackoverflow.com/a/28588194/3247715 */
|
|
2634
|
+
/* Please someone help me get the stroke dynamically set to the design tokens 😢 */
|
|
2635
|
+
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>');
|
|
2636
|
+
background-repeat: no-repeat;
|
|
2637
|
+
background-size: 20px;
|
|
2638
|
+
background-position: calc(100% - 12px) center;
|
|
2639
|
+
height: 2.25rem;
|
|
2640
|
+
border-radius: 6px;
|
|
2641
|
+
border-width: 1px;
|
|
2642
|
+
--tw-border-opacity: 1;
|
|
2643
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2644
|
+
--tw-bg-opacity: 1;
|
|
2645
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2646
|
+
padding-left: 0.75rem;
|
|
2647
|
+
padding-right: 1.75rem;
|
|
2648
|
+
line-height: 1;
|
|
2649
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
2650
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
2651
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2652
|
+
}
|
|
2147
2653
|
/**
|
|
2148
2654
|
*
|
|
2149
2655
|
* Copyright (c) "Neo4j"
|
|
@@ -2166,7 +2672,7 @@ a.ndl-btn{
|
|
|
2166
2672
|
*/
|
|
2167
2673
|
.ndl-drag-and-drop {
|
|
2168
2674
|
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2169
|
-
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='
|
|
2675
|
+
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='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
2170
2676
|
border-radius: 8px;
|
|
2171
2677
|
--tw-border-opacity: 1;
|
|
2172
2678
|
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
@@ -2187,7 +2693,7 @@ a.ndl-btn{
|
|
|
2187
2693
|
.ndl-drag-and-drop.drag-active{
|
|
2188
2694
|
--tw-bg-opacity: 1;
|
|
2189
2695
|
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
2190
|
-
|
|
2696
|
+
|
|
2191
2697
|
/* Border generated as BG image using - https://kovart.github.io/dashed-border-generator/ */
|
|
2192
2698
|
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");
|
|
2193
2699
|
}
|
|
@@ -2253,6 +2759,29 @@ a.ndl-btn{
|
|
|
2253
2759
|
--tw-bg-opacity: 1;
|
|
2254
2760
|
background-color: rgb(237 18 82 / var(--tw-bg-opacity));
|
|
2255
2761
|
}
|
|
2762
|
+
.n-sr-only{
|
|
2763
|
+
position: absolute;
|
|
2764
|
+
width: 1px;
|
|
2765
|
+
height: 1px;
|
|
2766
|
+
padding: 0;
|
|
2767
|
+
margin: -1px;
|
|
2768
|
+
overflow: hidden;
|
|
2769
|
+
clip: rect(0, 0, 0, 0);
|
|
2770
|
+
white-space: nowrap;
|
|
2771
|
+
border-width: 0;
|
|
2772
|
+
}
|
|
2773
|
+
.n-fixed{
|
|
2774
|
+
position: fixed;
|
|
2775
|
+
}
|
|
2776
|
+
.n-relative{
|
|
2777
|
+
position: relative;
|
|
2778
|
+
}
|
|
2779
|
+
.n-left-full{
|
|
2780
|
+
left: 100%;
|
|
2781
|
+
}
|
|
2782
|
+
.n-z-0{
|
|
2783
|
+
z-index: 0;
|
|
2784
|
+
}
|
|
2256
2785
|
.n-m-auto{
|
|
2257
2786
|
margin: auto;
|
|
2258
2787
|
}
|
|
@@ -2264,14 +2793,14 @@ a.ndl-btn{
|
|
|
2264
2793
|
margin-top: auto;
|
|
2265
2794
|
margin-bottom: auto;
|
|
2266
2795
|
}
|
|
2267
|
-
.n-mx-4{
|
|
2268
|
-
margin-left: 1rem;
|
|
2269
|
-
margin-right: 1rem;
|
|
2270
|
-
}
|
|
2271
2796
|
.n-my-5{
|
|
2272
2797
|
margin-top: 1.25rem;
|
|
2273
2798
|
margin-bottom: 1.25rem;
|
|
2274
2799
|
}
|
|
2800
|
+
.n-mx-4{
|
|
2801
|
+
margin-left: 1rem;
|
|
2802
|
+
margin-right: 1rem;
|
|
2803
|
+
}
|
|
2275
2804
|
.n-mx-3{
|
|
2276
2805
|
margin-left: 0.75rem;
|
|
2277
2806
|
margin-right: 0.75rem;
|
|
@@ -2285,6 +2814,9 @@ a.ndl-btn{
|
|
|
2285
2814
|
.n-flex{
|
|
2286
2815
|
display: flex;
|
|
2287
2816
|
}
|
|
2817
|
+
.n-inline-flex{
|
|
2818
|
+
display: inline-flex;
|
|
2819
|
+
}
|
|
2288
2820
|
.n-table{
|
|
2289
2821
|
display: table;
|
|
2290
2822
|
}
|
|
@@ -2333,12 +2865,26 @@ a.ndl-btn{
|
|
|
2333
2865
|
.n-w-36{
|
|
2334
2866
|
width: 9rem;
|
|
2335
2867
|
}
|
|
2868
|
+
.n-min-w-full{
|
|
2869
|
+
min-width: 100%;
|
|
2870
|
+
}
|
|
2871
|
+
.n-max-w-min{
|
|
2872
|
+
max-width: -webkit-min-content;
|
|
2873
|
+
max-width: -moz-min-content;
|
|
2874
|
+
max-width: min-content;
|
|
2875
|
+
}
|
|
2336
2876
|
.n-table-auto{
|
|
2337
2877
|
table-layout: auto;
|
|
2338
2878
|
}
|
|
2339
2879
|
.n-transform{
|
|
2340
2880
|
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));
|
|
2341
2881
|
}
|
|
2882
|
+
.n-cursor-pointer{
|
|
2883
|
+
cursor: pointer;
|
|
2884
|
+
}
|
|
2885
|
+
.n-resize{
|
|
2886
|
+
resize: both;
|
|
2887
|
+
}
|
|
2342
2888
|
.n-flex-row{
|
|
2343
2889
|
flex-direction: row;
|
|
2344
2890
|
}
|
|
@@ -2360,6 +2906,9 @@ a.ndl-btn{
|
|
|
2360
2906
|
.n-justify-between{
|
|
2361
2907
|
justify-content: space-between;
|
|
2362
2908
|
}
|
|
2909
|
+
.n-gap-2{
|
|
2910
|
+
gap: 0.5rem;
|
|
2911
|
+
}
|
|
2363
2912
|
.n-gap-6{
|
|
2364
2913
|
gap: 1.5rem;
|
|
2365
2914
|
}
|
|
@@ -2369,6 +2918,18 @@ a.ndl-btn{
|
|
|
2369
2918
|
.n-gap-y-2{
|
|
2370
2919
|
row-gap: 0.5rem;
|
|
2371
2920
|
}
|
|
2921
|
+
.n-gap-x-10{
|
|
2922
|
+
-moz-column-gap: 2.5rem;
|
|
2923
|
+
column-gap: 2.5rem;
|
|
2924
|
+
}
|
|
2925
|
+
.n-gap-x-4{
|
|
2926
|
+
-moz-column-gap: 1rem;
|
|
2927
|
+
column-gap: 1rem;
|
|
2928
|
+
}
|
|
2929
|
+
.n-gap-x-2{
|
|
2930
|
+
-moz-column-gap: 0.5rem;
|
|
2931
|
+
column-gap: 0.5rem;
|
|
2932
|
+
}
|
|
2372
2933
|
.n-gap-x-12{
|
|
2373
2934
|
-moz-column-gap: 3rem;
|
|
2374
2935
|
column-gap: 3rem;
|
|
@@ -2383,20 +2944,41 @@ a.ndl-btn{
|
|
|
2383
2944
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
2384
2945
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2385
2946
|
}
|
|
2947
|
+
.n-divide-y > :not([hidden]) ~ :not([hidden]){
|
|
2948
|
+
--tw-divide-y-reverse: 0;
|
|
2949
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
2950
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2951
|
+
}
|
|
2952
|
+
.n-divide-light-neutral-border-weak > :not([hidden]) ~ :not([hidden]){
|
|
2953
|
+
--tw-divide-opacity: 1;
|
|
2954
|
+
border-color: rgb(238 241 246 / var(--tw-divide-opacity));
|
|
2955
|
+
}
|
|
2956
|
+
.n-overflow-hidden{
|
|
2957
|
+
overflow: hidden;
|
|
2958
|
+
}
|
|
2959
|
+
.n-overflow-x-auto{
|
|
2960
|
+
overflow-x: auto;
|
|
2961
|
+
}
|
|
2386
2962
|
.n-overflow-x-scroll{
|
|
2387
2963
|
overflow-x: scroll;
|
|
2388
2964
|
}
|
|
2389
2965
|
.n-whitespace-nowrap{
|
|
2390
2966
|
white-space: nowrap;
|
|
2391
2967
|
}
|
|
2968
|
+
.n-rounded-xl{
|
|
2969
|
+
border-radius: 10px;
|
|
2970
|
+
}
|
|
2971
|
+
.n-rounded-md{
|
|
2972
|
+
border-radius: 6px;
|
|
2973
|
+
}
|
|
2392
2974
|
.n-rounded-sm{
|
|
2393
2975
|
border-radius: 4px;
|
|
2394
2976
|
}
|
|
2395
2977
|
.n-rounded-lg{
|
|
2396
2978
|
border-radius: 8px;
|
|
2397
2979
|
}
|
|
2398
|
-
.n-
|
|
2399
|
-
border-
|
|
2980
|
+
.n-border{
|
|
2981
|
+
border-width: 1px;
|
|
2400
2982
|
}
|
|
2401
2983
|
.n-border-b-2{
|
|
2402
2984
|
border-bottom-width: 2px;
|
|
@@ -2446,7 +3028,7 @@ a.ndl-btn{
|
|
|
2446
3028
|
}
|
|
2447
3029
|
.n-border-light-neutral-border-strong{
|
|
2448
3030
|
--tw-border-opacity: 1;
|
|
2449
|
-
border-color: rgb(
|
|
3031
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2450
3032
|
}
|
|
2451
3033
|
.n-border-light-neutral-hover{
|
|
2452
3034
|
border-color: rgba(113,119,128,0.1);
|
|
@@ -2836,7 +3418,7 @@ a.ndl-btn{
|
|
|
2836
3418
|
}
|
|
2837
3419
|
.n-bg-light-neutral-border-strong{
|
|
2838
3420
|
--tw-bg-opacity: 1;
|
|
2839
|
-
background-color: rgb(
|
|
3421
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
2840
3422
|
}
|
|
2841
3423
|
.n-bg-light-neutral-hover{
|
|
2842
3424
|
background-color: rgba(113,119,128,0.1);
|
|
@@ -2981,14 +3563,42 @@ a.ndl-btn{
|
|
|
2981
3563
|
.n-p-14{
|
|
2982
3564
|
padding: 3.5rem;
|
|
2983
3565
|
}
|
|
2984
|
-
.n-
|
|
2985
|
-
padding-
|
|
2986
|
-
padding-
|
|
3566
|
+
.n-px-7{
|
|
3567
|
+
padding-left: 1.75rem;
|
|
3568
|
+
padding-right: 1.75rem;
|
|
3569
|
+
}
|
|
3570
|
+
.n-py-4{
|
|
3571
|
+
padding-top: 1rem;
|
|
3572
|
+
padding-bottom: 1rem;
|
|
3573
|
+
}
|
|
3574
|
+
.n-py-6{
|
|
3575
|
+
padding-top: 1.5rem;
|
|
3576
|
+
padding-bottom: 1.5rem;
|
|
3577
|
+
}
|
|
3578
|
+
.n-px-2{
|
|
3579
|
+
padding-left: 0.5rem;
|
|
3580
|
+
padding-right: 0.5rem;
|
|
3581
|
+
}
|
|
3582
|
+
.n-py-2{
|
|
3583
|
+
padding-top: 0.5rem;
|
|
3584
|
+
padding-bottom: 0.5rem;
|
|
2987
3585
|
}
|
|
2988
3586
|
.n-px-3{
|
|
2989
3587
|
padding-left: 0.75rem;
|
|
2990
3588
|
padding-right: 0.75rem;
|
|
2991
3589
|
}
|
|
3590
|
+
.n-py-0\.5{
|
|
3591
|
+
padding-top: 0.125rem;
|
|
3592
|
+
padding-bottom: 0.125rem;
|
|
3593
|
+
}
|
|
3594
|
+
.n-py-0{
|
|
3595
|
+
padding-top: 0px;
|
|
3596
|
+
padding-bottom: 0px;
|
|
3597
|
+
}
|
|
3598
|
+
.n-py-1{
|
|
3599
|
+
padding-top: 0.25rem;
|
|
3600
|
+
padding-bottom: 0.25rem;
|
|
3601
|
+
}
|
|
2992
3602
|
.n-px-8{
|
|
2993
3603
|
padding-left: 2rem;
|
|
2994
3604
|
padding-right: 2rem;
|
|
@@ -3000,6 +3610,9 @@ a.ndl-btn{
|
|
|
3000
3610
|
.n-text-left{
|
|
3001
3611
|
text-align: left;
|
|
3002
3612
|
}
|
|
3613
|
+
.n-text-center{
|
|
3614
|
+
text-align: center;
|
|
3615
|
+
}
|
|
3003
3616
|
.n-font-sans{
|
|
3004
3617
|
font-family: "Nunito Sans";
|
|
3005
3618
|
}
|
|
@@ -3019,6 +3632,9 @@ a.ndl-btn{
|
|
|
3019
3632
|
.n-capitalize{
|
|
3020
3633
|
text-transform: capitalize;
|
|
3021
3634
|
}
|
|
3635
|
+
.n-leading-8{
|
|
3636
|
+
line-height: 2rem;
|
|
3637
|
+
}
|
|
3022
3638
|
.n-tracking-wide{
|
|
3023
3639
|
letter-spacing: 0.025em;
|
|
3024
3640
|
}
|
|
@@ -3268,7 +3884,7 @@ a.ndl-btn{
|
|
|
3268
3884
|
}
|
|
3269
3885
|
.n-text-light-neutral-border-strong{
|
|
3270
3886
|
--tw-text-opacity: 1;
|
|
3271
|
-
color: rgb(
|
|
3887
|
+
color: rgb(196 200 205 / var(--tw-text-opacity));
|
|
3272
3888
|
}
|
|
3273
3889
|
.n-text-light-neutral-hover{
|
|
3274
3890
|
color: rgba(113,119,128,0.1);
|
|
@@ -3408,6 +4024,11 @@ a.ndl-btn{
|
|
|
3408
4024
|
-webkit-text-decoration-line: underline;
|
|
3409
4025
|
text-decoration-line: underline;
|
|
3410
4026
|
}
|
|
4027
|
+
.n-shadow-l3{
|
|
4028
|
+
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.04);
|
|
4029
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
4030
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4031
|
+
}
|
|
3411
4032
|
.n-shadow-l2{
|
|
3412
4033
|
--tw-shadow: 0px 1px 2px 0px rgba(12, 26, 37, 0.18);
|
|
3413
4034
|
--tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
|
|
@@ -3444,6 +4065,9 @@ html {
|
|
|
3444
4065
|
--tw-rotate: 12deg;
|
|
3445
4066
|
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));
|
|
3446
4067
|
}
|
|
4068
|
+
.hover\:n-cursor-pointer:hover{
|
|
4069
|
+
cursor: pointer;
|
|
4070
|
+
}
|
|
3447
4071
|
.hover\:n-border-light-neutral-text-weakest:hover{
|
|
3448
4072
|
--tw-border-opacity: 1;
|
|
3449
4073
|
border-color: rgb(178 183 189 / var(--tw-border-opacity));
|
|
@@ -3486,7 +4110,7 @@ html {
|
|
|
3486
4110
|
}
|
|
3487
4111
|
.hover\:n-border-light-neutral-border-strong:hover{
|
|
3488
4112
|
--tw-border-opacity: 1;
|
|
3489
|
-
border-color: rgb(
|
|
4113
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
3490
4114
|
}
|
|
3491
4115
|
.hover\:n-border-light-neutral-hover:hover{
|
|
3492
4116
|
border-color: rgba(113,119,128,0.1);
|
|
@@ -3868,7 +4492,7 @@ html {
|
|
|
3868
4492
|
}
|
|
3869
4493
|
.hover\:n-bg-light-neutral-border-strong:hover{
|
|
3870
4494
|
--tw-bg-opacity: 1;
|
|
3871
|
-
background-color: rgb(
|
|
4495
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
3872
4496
|
}
|
|
3873
4497
|
.hover\:n-bg-light-neutral-hover:hover{
|
|
3874
4498
|
background-color: rgba(113,119,128,0.1);
|
|
@@ -4004,6 +4628,9 @@ html {
|
|
|
4004
4628
|
--tw-bg-opacity: 1;
|
|
4005
4629
|
background-color: rgb(152 237 203 / var(--tw-bg-opacity));
|
|
4006
4630
|
}
|
|
4631
|
+
.hover\:n-bg-opacity-10:hover{
|
|
4632
|
+
--tw-bg-opacity: 0.1;
|
|
4633
|
+
}
|
|
4007
4634
|
.hover\:n-text-primary-10:hover{
|
|
4008
4635
|
--tw-text-opacity: 1;
|
|
4009
4636
|
color: rgb(230 248 255 / var(--tw-text-opacity));
|
|
@@ -4250,7 +4877,7 @@ html {
|
|
|
4250
4877
|
}
|
|
4251
4878
|
.hover\:n-text-light-neutral-border-strong:hover{
|
|
4252
4879
|
--tw-text-opacity: 1;
|
|
4253
|
-
color: rgb(
|
|
4880
|
+
color: rgb(196 200 205 / var(--tw-text-opacity));
|
|
4254
4881
|
}
|
|
4255
4882
|
.hover\:n-text-light-neutral-hover:hover{
|
|
4256
4883
|
color: rgba(113,119,128,0.1);
|
|
@@ -4386,6 +5013,184 @@ html {
|
|
|
4386
5013
|
--tw-text-opacity: 1;
|
|
4387
5014
|
color: rgb(152 237 203 / var(--tw-text-opacity));
|
|
4388
5015
|
}
|
|
5016
|
+
.active\:n-bg-light-neutral-text-weakest:active{
|
|
5017
|
+
--tw-bg-opacity: 1;
|
|
5018
|
+
background-color: rgb(178 183 189 / var(--tw-bg-opacity));
|
|
5019
|
+
}
|
|
5020
|
+
.active\:n-bg-light-neutral-text-weaker:active{
|
|
5021
|
+
--tw-bg-opacity: 1;
|
|
5022
|
+
background-color: rgb(113 119 128 / var(--tw-bg-opacity));
|
|
5023
|
+
}
|
|
5024
|
+
.active\:n-bg-light-neutral-text-weak:active{
|
|
5025
|
+
--tw-bg-opacity: 1;
|
|
5026
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
5027
|
+
}
|
|
5028
|
+
.active\:n-bg-light-neutral-text-default:active{
|
|
5029
|
+
--tw-bg-opacity: 1;
|
|
5030
|
+
background-color: rgb(21 30 41 / var(--tw-bg-opacity));
|
|
5031
|
+
}
|
|
5032
|
+
.active\:n-bg-light-neutral-text-inverse:active{
|
|
5033
|
+
--tw-bg-opacity: 1;
|
|
5034
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
5035
|
+
}
|
|
5036
|
+
.active\:n-bg-light-neutral-bg-weak:active{
|
|
5037
|
+
--tw-bg-opacity: 1;
|
|
5038
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
5039
|
+
}
|
|
5040
|
+
.active\:n-bg-light-neutral-bg-default:active{
|
|
5041
|
+
--tw-bg-opacity: 1;
|
|
5042
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
5043
|
+
}
|
|
5044
|
+
.active\:n-bg-light-neutral-bg-strong:active{
|
|
5045
|
+
--tw-bg-opacity: 1;
|
|
5046
|
+
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
5047
|
+
}
|
|
5048
|
+
.active\:n-bg-light-neutral-bg-strongest:active{
|
|
5049
|
+
--tw-bg-opacity: 1;
|
|
5050
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
5051
|
+
}
|
|
5052
|
+
.active\:n-bg-light-neutral-border-weak:active{
|
|
5053
|
+
--tw-bg-opacity: 1;
|
|
5054
|
+
background-color: rgb(238 241 246 / var(--tw-bg-opacity));
|
|
5055
|
+
}
|
|
5056
|
+
.active\:n-bg-light-neutral-border-strong:active{
|
|
5057
|
+
--tw-bg-opacity: 1;
|
|
5058
|
+
background-color: rgb(196 200 205 / var(--tw-bg-opacity));
|
|
5059
|
+
}
|
|
5060
|
+
.active\:n-bg-light-neutral-hover:active{
|
|
5061
|
+
background-color: rgba(113,119,128,0.1);
|
|
5062
|
+
}
|
|
5063
|
+
.active\:n-bg-light-neutral-pressed:active{
|
|
5064
|
+
background-color: rgba(113,119,128,0.2);
|
|
5065
|
+
}
|
|
5066
|
+
.active\:n-bg-light-primary-text:active{
|
|
5067
|
+
--tw-bg-opacity: 1;
|
|
5068
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5069
|
+
}
|
|
5070
|
+
.active\:n-bg-light-primary-icon:active{
|
|
5071
|
+
--tw-bg-opacity: 1;
|
|
5072
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5073
|
+
}
|
|
5074
|
+
.active\:n-bg-light-primary-bg-strong:active{
|
|
5075
|
+
--tw-bg-opacity: 1;
|
|
5076
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5077
|
+
}
|
|
5078
|
+
.active\:n-bg-light-primary-bg-weak:active{
|
|
5079
|
+
--tw-bg-opacity: 1;
|
|
5080
|
+
background-color: rgb(230 248 255 / var(--tw-bg-opacity));
|
|
5081
|
+
}
|
|
5082
|
+
.active\:n-bg-light-primary-border-strong:active{
|
|
5083
|
+
--tw-bg-opacity: 1;
|
|
5084
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
5085
|
+
}
|
|
5086
|
+
.active\:n-bg-light-primary-border-weak:active{
|
|
5087
|
+
--tw-bg-opacity: 1;
|
|
5088
|
+
background-color: rgb(122 209 255 / var(--tw-bg-opacity));
|
|
5089
|
+
}
|
|
5090
|
+
.active\:n-bg-light-primary-focus:active{
|
|
5091
|
+
--tw-bg-opacity: 1;
|
|
5092
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
5093
|
+
}
|
|
5094
|
+
.active\:n-bg-light-primary-hover-weak:active{
|
|
5095
|
+
background-color: rgba(1,139,255,0.08);
|
|
5096
|
+
}
|
|
5097
|
+
.active\:n-bg-light-primary-hover-strong:active{
|
|
5098
|
+
--tw-bg-opacity: 1;
|
|
5099
|
+
background-color: rgb(0 86 179 / var(--tw-bg-opacity));
|
|
5100
|
+
}
|
|
5101
|
+
.active\:n-bg-light-primary-pressed-weak:active{
|
|
5102
|
+
background-color: rgba(1,139,255,0.12);
|
|
5103
|
+
}
|
|
5104
|
+
.active\:n-bg-light-primary-pressed-strong:active{
|
|
5105
|
+
--tw-bg-opacity: 1;
|
|
5106
|
+
background-color: rgb(0 64 146 / var(--tw-bg-opacity));
|
|
5107
|
+
}
|
|
5108
|
+
.active\:n-bg-light-danger-text:active{
|
|
5109
|
+
--tw-bg-opacity: 1;
|
|
5110
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5111
|
+
}
|
|
5112
|
+
.active\:n-bg-light-danger-icon:active{
|
|
5113
|
+
--tw-bg-opacity: 1;
|
|
5114
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5115
|
+
}
|
|
5116
|
+
.active\:n-bg-light-danger-bg-strong:active{
|
|
5117
|
+
--tw-bg-opacity: 1;
|
|
5118
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5119
|
+
}
|
|
5120
|
+
.active\:n-bg-light-danger-bg-weak:active{
|
|
5121
|
+
--tw-bg-opacity: 1;
|
|
5122
|
+
background-color: rgb(255 230 233 / var(--tw-bg-opacity));
|
|
5123
|
+
}
|
|
5124
|
+
.active\:n-bg-light-danger-border-strong:active{
|
|
5125
|
+
--tw-bg-opacity: 1;
|
|
5126
|
+
background-color: rgb(204 37 75 / var(--tw-bg-opacity));
|
|
5127
|
+
}
|
|
5128
|
+
.active\:n-bg-light-danger-border-weak:active{
|
|
5129
|
+
--tw-bg-opacity: 1;
|
|
5130
|
+
background-color: rgb(255 184 196 / var(--tw-bg-opacity));
|
|
5131
|
+
}
|
|
5132
|
+
.active\:n-bg-light-danger-hover-weak:active{
|
|
5133
|
+
background-color: rgba(237,18,82,0.08);
|
|
5134
|
+
}
|
|
5135
|
+
.active\:n-bg-light-danger-hover-strong:active{
|
|
5136
|
+
--tw-bg-opacity: 1;
|
|
5137
|
+
background-color: rgb(161 0 59 / var(--tw-bg-opacity));
|
|
5138
|
+
}
|
|
5139
|
+
.active\:n-bg-light-danger-pressed-weak:active{
|
|
5140
|
+
background-color: rgba(237,18,82,0.12);
|
|
5141
|
+
}
|
|
5142
|
+
.active\:n-bg-light-danger-pressed-strong:active{
|
|
5143
|
+
--tw-bg-opacity: 1;
|
|
5144
|
+
background-color: rgb(122 0 49 / var(--tw-bg-opacity));
|
|
5145
|
+
}
|
|
5146
|
+
.active\:n-bg-light-warning-text:active{
|
|
5147
|
+
--tw-bg-opacity: 1;
|
|
5148
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5149
|
+
}
|
|
5150
|
+
.active\:n-bg-light-warning-icon:active{
|
|
5151
|
+
--tw-bg-opacity: 1;
|
|
5152
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5153
|
+
}
|
|
5154
|
+
.active\:n-bg-light-warning-bg-strong:active{
|
|
5155
|
+
--tw-bg-opacity: 1;
|
|
5156
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5157
|
+
}
|
|
5158
|
+
.active\:n-bg-light-warning-bg-weak:active{
|
|
5159
|
+
--tw-bg-opacity: 1;
|
|
5160
|
+
background-color: rgb(255 251 222 / var(--tw-bg-opacity));
|
|
5161
|
+
}
|
|
5162
|
+
.active\:n-bg-light-warning-border-strong:active{
|
|
5163
|
+
--tw-bg-opacity: 1;
|
|
5164
|
+
background-color: rgb(150 108 46 / var(--tw-bg-opacity));
|
|
5165
|
+
}
|
|
5166
|
+
.active\:n-bg-light-warning-border-weak:active{
|
|
5167
|
+
--tw-bg-opacity: 1;
|
|
5168
|
+
background-color: rgb(255 234 140 / var(--tw-bg-opacity));
|
|
5169
|
+
}
|
|
5170
|
+
.active\:n-bg-light-success-text:active{
|
|
5171
|
+
--tw-bg-opacity: 1;
|
|
5172
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5173
|
+
}
|
|
5174
|
+
.active\:n-bg-light-success-icon:active{
|
|
5175
|
+
--tw-bg-opacity: 1;
|
|
5176
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5177
|
+
}
|
|
5178
|
+
.active\:n-bg-light-success-bg-strong:active{
|
|
5179
|
+
--tw-bg-opacity: 1;
|
|
5180
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5181
|
+
}
|
|
5182
|
+
.active\:n-bg-light-success-bg-weak:active{
|
|
5183
|
+
--tw-bg-opacity: 1;
|
|
5184
|
+
background-color: rgb(225 250 239 / var(--tw-bg-opacity));
|
|
5185
|
+
}
|
|
5186
|
+
.active\:n-bg-light-success-border-strong:active{
|
|
5187
|
+
--tw-bg-opacity: 1;
|
|
5188
|
+
background-color: rgb(50 125 96 / var(--tw-bg-opacity));
|
|
5189
|
+
}
|
|
5190
|
+
.active\:n-bg-light-success-border-weak:active{
|
|
5191
|
+
--tw-bg-opacity: 1;
|
|
5192
|
+
background-color: rgb(152 237 203 / var(--tw-bg-opacity));
|
|
5193
|
+
}
|
|
4389
5194
|
@media (min-width: 640px){
|
|
4390
5195
|
.sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]){
|
|
4391
5196
|
--tw-space-y-reverse: 0;
|