@neo4j-ndl/base 0.6.1 → 0.7.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
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 Thu, 01 Sep 2022 09:21:58 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -743,9 +743,12 @@ h6,
|
|
|
743
743
|
gap: 0.125rem;
|
|
744
744
|
border-radius: 4px;
|
|
745
745
|
font-weight: 700;
|
|
746
|
+
outline: 2px solid transparent;
|
|
747
|
+
outline-offset: 2px;
|
|
748
|
+
--tw-ring-opacity: 1;
|
|
749
|
+
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
746
750
|
}
|
|
747
|
-
.ndl-btn:focus{
|
|
748
|
-
outline-width: 0px;
|
|
751
|
+
.ndl-btn:focus-visible{
|
|
749
752
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
750
753
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
751
754
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
@@ -1339,6 +1342,7 @@ a.ndl-btn{
|
|
|
1339
1342
|
}
|
|
1340
1343
|
.ndl-alert .alert-content{
|
|
1341
1344
|
flex: 1 1 0%;
|
|
1345
|
+
overflow: auto;
|
|
1342
1346
|
}
|
|
1343
1347
|
.ndl-alert .alert-title{
|
|
1344
1348
|
display: flex;
|
|
@@ -1562,9 +1566,6 @@ a.ndl-btn{
|
|
|
1562
1566
|
* You should have received a copy of the GNU General Public License
|
|
1563
1567
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
1564
1568
|
*/
|
|
1565
|
-
.ndl-form-item{
|
|
1566
|
-
cursor: pointer;
|
|
1567
|
-
}
|
|
1568
1569
|
.ndl-form-item input[type='checkbox'][role='checkbox'], .ndl-form-item input[type='radio']{
|
|
1569
1570
|
cursor: pointer;
|
|
1570
1571
|
position: relative;
|
|
@@ -2891,7 +2892,7 @@ a.ndl-btn{
|
|
|
2891
2892
|
}
|
|
2892
2893
|
.ndl-drag-and-drop .ndl-drag-and-drop-header .dnd-browse-link{
|
|
2893
2894
|
--tw-text-opacity: 1;
|
|
2894
|
-
color: rgb(0
|
|
2895
|
+
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
2895
2896
|
font-size: var(--font-size-subheading-small);
|
|
2896
2897
|
font-weight: var(--font-weight-semibold);
|
|
2897
2898
|
letter-spacing: 0.25px;
|
|
@@ -3028,6 +3029,365 @@ a.ndl-btn{
|
|
|
3028
3029
|
--tw-text-opacity: 1;
|
|
3029
3030
|
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
3030
3031
|
}
|
|
3032
|
+
/**
|
|
3033
|
+
*
|
|
3034
|
+
* Copyright (c) "Neo4j"
|
|
3035
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
3036
|
+
*
|
|
3037
|
+
* This file is part of Neo4j.
|
|
3038
|
+
*
|
|
3039
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
3040
|
+
* it under the terms of the GNU General Public License as published by
|
|
3041
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
3042
|
+
* (at your option) any later version.
|
|
3043
|
+
*
|
|
3044
|
+
* This program is distributed in the hope that it will be useful,
|
|
3045
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
3046
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
3047
|
+
* GNU General Public License for more details.
|
|
3048
|
+
*
|
|
3049
|
+
* You should have received a copy of the GNU General Public License
|
|
3050
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
3051
|
+
*/
|
|
3052
|
+
/* Ensure all our icons have a stroke-width of 1.5 */
|
|
3053
|
+
.ndl-icon {
|
|
3054
|
+
stroke-width: 1.5;
|
|
3055
|
+
}
|
|
3056
|
+
/**
|
|
3057
|
+
*
|
|
3058
|
+
* Copyright (c) "Neo4j"
|
|
3059
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
3060
|
+
*
|
|
3061
|
+
* This file is part of Neo4j.
|
|
3062
|
+
*
|
|
3063
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
3064
|
+
* it under the terms of the GNU General Public License as published by
|
|
3065
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
3066
|
+
* (at your option) any later version.
|
|
3067
|
+
*
|
|
3068
|
+
* This program is distributed in the hope that it will be useful,
|
|
3069
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
3070
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
3071
|
+
* GNU General Public License for more details.
|
|
3072
|
+
*
|
|
3073
|
+
* You should have received a copy of the GNU General Public License
|
|
3074
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
3075
|
+
*/
|
|
3076
|
+
.ndl-node-label{
|
|
3077
|
+
position: relative;
|
|
3078
|
+
display: inline-block;
|
|
3079
|
+
cursor: pointer;
|
|
3080
|
+
border-radius: 12px;
|
|
3081
|
+
padding-top: 2px;
|
|
3082
|
+
padding-bottom: 2px;
|
|
3083
|
+
padding-left: 0.5rem;
|
|
3084
|
+
padding-right: 0.5rem;
|
|
3085
|
+
font-size: var(--font-size-label);
|
|
3086
|
+
font-weight: var(--font-weight-bold);
|
|
3087
|
+
letter-spacing: 0px;
|
|
3088
|
+
line-height: 20px;
|
|
3089
|
+
}
|
|
3090
|
+
/* Adds an after element that's bigger than the original element and give it a border to get the blue active and focus border.
|
|
3091
|
+
This border should have som space between itself and the original element. */
|
|
3092
|
+
.ndl-node-label:after{
|
|
3093
|
+
position: absolute;
|
|
3094
|
+
top: -3px;
|
|
3095
|
+
right: -3px;
|
|
3096
|
+
bottom: -3px;
|
|
3097
|
+
left: -3px;
|
|
3098
|
+
border-radius: 20px;
|
|
3099
|
+
border-width: 2px;
|
|
3100
|
+
border-style: solid;
|
|
3101
|
+
border-color: transparent;
|
|
3102
|
+
--tw-content: '';
|
|
3103
|
+
content: var(--tw-content);
|
|
3104
|
+
}
|
|
3105
|
+
.ndl-node-label:focus-visible{
|
|
3106
|
+
outline: 2px solid transparent;
|
|
3107
|
+
outline-offset: 2px;
|
|
3108
|
+
}
|
|
3109
|
+
.ndl-node-label:not(.disabled):hover{
|
|
3110
|
+
--tw-brightness: brightness(92%);
|
|
3111
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3112
|
+
}
|
|
3113
|
+
.ndl-node-label:not(.disabled).selected:after, .ndl-node-label:not(.disabled):active:after, .ndl-node-label:not(.disabled):focus-visible:after{
|
|
3114
|
+
--tw-border-opacity: 1;
|
|
3115
|
+
border-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
3116
|
+
}
|
|
3117
|
+
.ndl-node-label.disabled{
|
|
3118
|
+
cursor: default;
|
|
3119
|
+
--tw-text-opacity: 1;
|
|
3120
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
3121
|
+
}
|
|
3122
|
+
.ndl-property-key-label{
|
|
3123
|
+
position: relative;
|
|
3124
|
+
display: inline-block;
|
|
3125
|
+
cursor: pointer;
|
|
3126
|
+
word-break: break-all;
|
|
3127
|
+
border-radius: 4px;
|
|
3128
|
+
--tw-bg-opacity: 1;
|
|
3129
|
+
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
3130
|
+
padding-top: 0.125rem;
|
|
3131
|
+
padding-bottom: 0.125rem;
|
|
3132
|
+
padding-left: 0.5rem;
|
|
3133
|
+
padding-right: 0.5rem;
|
|
3134
|
+
--tw-text-opacity: 1;
|
|
3135
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3136
|
+
font-size: var(--font-size-label);
|
|
3137
|
+
font-weight: var(--font-weight-bold);
|
|
3138
|
+
letter-spacing: 0px;
|
|
3139
|
+
line-height: 20px;
|
|
3140
|
+
}
|
|
3141
|
+
.ndl-property-key-label.disabled{
|
|
3142
|
+
cursor: default;
|
|
3143
|
+
--tw-text-opacity: 1;
|
|
3144
|
+
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
3145
|
+
}
|
|
3146
|
+
.ndl-property-key-label:after{
|
|
3147
|
+
position: absolute;
|
|
3148
|
+
top: -3px;
|
|
3149
|
+
right: -3px;
|
|
3150
|
+
bottom: -3px;
|
|
3151
|
+
left: -3px;
|
|
3152
|
+
border-radius: 6px;
|
|
3153
|
+
border-width: 2px;
|
|
3154
|
+
border-style: solid;
|
|
3155
|
+
border-color: transparent;
|
|
3156
|
+
--tw-content: '';
|
|
3157
|
+
content: var(--tw-content);
|
|
3158
|
+
}
|
|
3159
|
+
.ndl-property-key-label:focus-visible{
|
|
3160
|
+
outline: 2px solid transparent;
|
|
3161
|
+
outline-offset: 2px;
|
|
3162
|
+
}
|
|
3163
|
+
.ndl-property-key-label:not(.disabled):hover{
|
|
3164
|
+
--tw-bg-opacity: 92%;
|
|
3165
|
+
}
|
|
3166
|
+
.ndl-property-key-label:not(.disabled).selected:after, .ndl-property-key-label:not(.disabled):active:after, .ndl-property-key-label:not(.disabled):focus-visible:after{
|
|
3167
|
+
--tw-border-opacity: 1;
|
|
3168
|
+
border-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
3169
|
+
}
|
|
3170
|
+
.ndl-relationship-label{
|
|
3171
|
+
position: relative;
|
|
3172
|
+
display: inline-block;
|
|
3173
|
+
cursor: pointer;
|
|
3174
|
+
}
|
|
3175
|
+
.ndl-relationship-label .ndl-relationship-label-content{
|
|
3176
|
+
position: relative;
|
|
3177
|
+
z-index: 10;
|
|
3178
|
+
display: inline-block;
|
|
3179
|
+
word-break: break-all;
|
|
3180
|
+
border-width: 1px;
|
|
3181
|
+
border-left-width: 0px;
|
|
3182
|
+
border-right-width: 0px;
|
|
3183
|
+
border-top-width: 0.5px;
|
|
3184
|
+
border-bottom-width: 0.5px;
|
|
3185
|
+
border-style: solid;
|
|
3186
|
+
--tw-border-opacity: 1;
|
|
3187
|
+
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
3188
|
+
--tw-bg-opacity: 1;
|
|
3189
|
+
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
3190
|
+
padding-top: 2px;
|
|
3191
|
+
padding-bottom: 1px;
|
|
3192
|
+
font-size: var(--font-size-label);
|
|
3193
|
+
font-weight: var(--font-weight-bold);
|
|
3194
|
+
letter-spacing: 0px;
|
|
3195
|
+
line-height: 20px;
|
|
3196
|
+
}
|
|
3197
|
+
.ndl-relationship-label .ndl-relationship-label-content:after{
|
|
3198
|
+
position: absolute;
|
|
3199
|
+
left: 0px;
|
|
3200
|
+
right: 0px;
|
|
3201
|
+
bottom: -3.5px;
|
|
3202
|
+
height: 2px;
|
|
3203
|
+
background-color: transparent;
|
|
3204
|
+
--tw-content: '';
|
|
3205
|
+
content: var(--tw-content);
|
|
3206
|
+
}
|
|
3207
|
+
.ndl-relationship-label .ndl-relationship-label-content:before{
|
|
3208
|
+
position: absolute;
|
|
3209
|
+
left: 0px;
|
|
3210
|
+
right: 0px;
|
|
3211
|
+
top: -3.5px;
|
|
3212
|
+
height: 2px;
|
|
3213
|
+
background-color: transparent;
|
|
3214
|
+
--tw-content: '';
|
|
3215
|
+
content: var(--tw-content);
|
|
3216
|
+
}
|
|
3217
|
+
.ndl-relationship-label .ndl-hexagon-end{
|
|
3218
|
+
position: relative;
|
|
3219
|
+
display: inline-block;
|
|
3220
|
+
vertical-align: bottom;
|
|
3221
|
+
}
|
|
3222
|
+
.ndl-relationship-label .ndl-hexagon-end.right{
|
|
3223
|
+
z-index: 0;
|
|
3224
|
+
--tw-rotate: 180deg;
|
|
3225
|
+
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));
|
|
3226
|
+
}
|
|
3227
|
+
.ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-inner{
|
|
3228
|
+
fill: #F5F7FA;
|
|
3229
|
+
}
|
|
3230
|
+
.ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-outer{
|
|
3231
|
+
fill: #C4C8CD;
|
|
3232
|
+
}
|
|
3233
|
+
.ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-active{
|
|
3234
|
+
position: absolute;
|
|
3235
|
+
top: -3px;
|
|
3236
|
+
left: -3px;
|
|
3237
|
+
}
|
|
3238
|
+
.ndl-relationship-label:not(.disabled):hover .ndl-relationship-label-content{
|
|
3239
|
+
--tw-border-opacity: 1;
|
|
3240
|
+
border-color: rgb(182 186 192 / var(--tw-border-opacity));
|
|
3241
|
+
--tw-bg-opacity: 1;
|
|
3242
|
+
background-color: rgb(227 230 233 / var(--tw-bg-opacity));
|
|
3243
|
+
}
|
|
3244
|
+
.ndl-relationship-label:not(.disabled):hover .ndl-hexagon-end-inner{
|
|
3245
|
+
fill: #E3E6E9;
|
|
3246
|
+
}
|
|
3247
|
+
.ndl-relationship-label:not(.disabled):hover .ndl-hexagon-end-outer{
|
|
3248
|
+
fill: #B6BAC0;
|
|
3249
|
+
}
|
|
3250
|
+
.ndl-relationship-label:not(.disabled).selected .ndl-hexagon-end-active, .ndl-relationship-label:not(.disabled):focus-visible .ndl-hexagon-end-active, .ndl-relationship-label:not(.disabled):active .ndl-hexagon-end-active{
|
|
3251
|
+
fill: #018bff;
|
|
3252
|
+
}
|
|
3253
|
+
.ndl-relationship-label:not(.disabled).selected .ndl-relationship-label-content:after, .ndl-relationship-label:not(.disabled):focus-visible .ndl-relationship-label-content:after, .ndl-relationship-label:not(.disabled):active .ndl-relationship-label-content:after{
|
|
3254
|
+
--tw-bg-opacity: 1;
|
|
3255
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
3256
|
+
}
|
|
3257
|
+
.ndl-relationship-label:not(.disabled).selected .ndl-relationship-label-content:before, .ndl-relationship-label:not(.disabled):focus-visible .ndl-relationship-label-content:before, .ndl-relationship-label:not(.disabled):active .ndl-relationship-label-content:before{
|
|
3258
|
+
--tw-bg-opacity: 1;
|
|
3259
|
+
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
3260
|
+
}
|
|
3261
|
+
.ndl-relationship-label:focus-visible{
|
|
3262
|
+
outline: 2px solid transparent;
|
|
3263
|
+
outline-offset: 2px;
|
|
3264
|
+
}
|
|
3265
|
+
.ndl-relationship-label.disabled{
|
|
3266
|
+
cursor: default;
|
|
3267
|
+
}
|
|
3268
|
+
.ndl-relationship-label.disabled .ndl-relationship-label-content{
|
|
3269
|
+
--tw-text-opacity: 1;
|
|
3270
|
+
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
3271
|
+
}
|
|
3272
|
+
/**
|
|
3273
|
+
*
|
|
3274
|
+
* Copyright (c) "Neo4j"
|
|
3275
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
3276
|
+
*
|
|
3277
|
+
* This file is part of Neo4j.
|
|
3278
|
+
*
|
|
3279
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
3280
|
+
* it under the terms of the GNU General Public License as published by
|
|
3281
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
3282
|
+
* (at your option) any later version.
|
|
3283
|
+
*
|
|
3284
|
+
* This program is distributed in the hope that it will be useful,
|
|
3285
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
3286
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
3287
|
+
* GNU General Public License for more details.
|
|
3288
|
+
*
|
|
3289
|
+
* You should have received a copy of the GNU General Public License
|
|
3290
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
3291
|
+
*/
|
|
3292
|
+
.ndl-wizard-circle{
|
|
3293
|
+
z-index: 2;
|
|
3294
|
+
--tw-text-opacity: 1;
|
|
3295
|
+
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
3296
|
+
}
|
|
3297
|
+
.ndl-wizard-circle .text.horizontal{
|
|
3298
|
+
position: absolute;
|
|
3299
|
+
bottom: 0.5rem;
|
|
3300
|
+
left: 50%;
|
|
3301
|
+
min-width: 50px;
|
|
3302
|
+
--tw-translate-x: -50%;
|
|
3303
|
+
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));
|
|
3304
|
+
text-align: center;
|
|
3305
|
+
}
|
|
3306
|
+
.ndl-wizard-circle .text.vertical{
|
|
3307
|
+
position: absolute;
|
|
3308
|
+
left: 4rem;
|
|
3309
|
+
min-width: 140px;
|
|
3310
|
+
--tw-translate-y: 35%;
|
|
3311
|
+
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));
|
|
3312
|
+
text-align: left;
|
|
3313
|
+
}
|
|
3314
|
+
.ndl-horizontal-wizard{
|
|
3315
|
+
position: relative;
|
|
3316
|
+
display: flex;
|
|
3317
|
+
width: 100%;
|
|
3318
|
+
align-items: center;
|
|
3319
|
+
}
|
|
3320
|
+
.ndl-vertical-wizard{
|
|
3321
|
+
position: relative;
|
|
3322
|
+
display: flex;
|
|
3323
|
+
height: 100%;
|
|
3324
|
+
width: -webkit-fit-content;
|
|
3325
|
+
width: -moz-fit-content;
|
|
3326
|
+
width: fit-content;
|
|
3327
|
+
flex-direction: column;
|
|
3328
|
+
align-items: center;
|
|
3329
|
+
}
|
|
3330
|
+
.ndl-footer-wizard{
|
|
3331
|
+
position: relative;
|
|
3332
|
+
width: -webkit-fit-content;
|
|
3333
|
+
width: -moz-fit-content;
|
|
3334
|
+
width: fit-content;
|
|
3335
|
+
}
|
|
3336
|
+
.ndl-line-gradient {
|
|
3337
|
+
background: linear-gradient(
|
|
3338
|
+
270deg,
|
|
3339
|
+
rgba(178, 183, 189, 1) 0%,
|
|
3340
|
+
rgb(0 111 214) 100%
|
|
3341
|
+
);
|
|
3342
|
+
}
|
|
3343
|
+
.ndl-line-gradient-vertical {
|
|
3344
|
+
background: linear-gradient(
|
|
3345
|
+
1deg,
|
|
3346
|
+
rgba(178, 183, 189, 1) 0%,
|
|
3347
|
+
rgb(0 111 214) 100%
|
|
3348
|
+
);
|
|
3349
|
+
}
|
|
3350
|
+
.ndl-wizard-line {
|
|
3351
|
+
z-index: 1;
|
|
3352
|
+
}
|
|
3353
|
+
.ndl-wizard-line.complete{
|
|
3354
|
+
--tw-bg-opacity: 1;
|
|
3355
|
+
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
3356
|
+
}
|
|
3357
|
+
.ndl-wizard-line.incomplete{
|
|
3358
|
+
--tw-bg-opacity: 1;
|
|
3359
|
+
background-color: rgb(178 183 189 / var(--tw-bg-opacity));
|
|
3360
|
+
}
|
|
3361
|
+
.ndl-wizard-line.active.horizontal {
|
|
3362
|
+
background: linear-gradient(
|
|
3363
|
+
270deg,
|
|
3364
|
+
rgba(178, 183, 189, 1) 0%,
|
|
3365
|
+
rgb(0 111 214) 100%
|
|
3366
|
+
);
|
|
3367
|
+
}
|
|
3368
|
+
.ndl-wizard-line.active.vertical {
|
|
3369
|
+
background: linear-gradient(
|
|
3370
|
+
1deg,
|
|
3371
|
+
rgba(178, 183, 189, 1) 0%,
|
|
3372
|
+
rgb(0 111 214) 100%
|
|
3373
|
+
);
|
|
3374
|
+
}
|
|
3375
|
+
.ndl-wizard-line.horizontal{
|
|
3376
|
+
margin-left: -4px;
|
|
3377
|
+
margin-right: -4px;
|
|
3378
|
+
height: 2px;
|
|
3379
|
+
width: 100%;
|
|
3380
|
+
min-width: 20px;
|
|
3381
|
+
}
|
|
3382
|
+
.ndl-wizard-line.vertical{
|
|
3383
|
+
margin-top: -0.25rem;
|
|
3384
|
+
margin-bottom: -0.25rem;
|
|
3385
|
+
margin-left: 20px;
|
|
3386
|
+
margin-right: 20px;
|
|
3387
|
+
height: 100%;
|
|
3388
|
+
min-height: 20px;
|
|
3389
|
+
width: 2px;
|
|
3390
|
+
}
|
|
3031
3391
|
.n-sr-only{
|
|
3032
3392
|
position: absolute;
|
|
3033
3393
|
width: 1px;
|
|
@@ -3042,12 +3402,21 @@ a.ndl-btn{
|
|
|
3042
3402
|
.n-fixed{
|
|
3043
3403
|
position: fixed;
|
|
3044
3404
|
}
|
|
3405
|
+
.n-absolute{
|
|
3406
|
+
position: absolute;
|
|
3407
|
+
}
|
|
3045
3408
|
.n-relative{
|
|
3046
3409
|
position: relative;
|
|
3047
3410
|
}
|
|
3048
3411
|
.n-left-full{
|
|
3049
3412
|
left: 100%;
|
|
3050
3413
|
}
|
|
3414
|
+
.n-top-1{
|
|
3415
|
+
top: 0.25rem;
|
|
3416
|
+
}
|
|
3417
|
+
.n-right-1{
|
|
3418
|
+
right: 0.25rem;
|
|
3419
|
+
}
|
|
3051
3420
|
.n-z-0{
|
|
3052
3421
|
z-index: 0;
|
|
3053
3422
|
}
|
|
@@ -3083,6 +3452,12 @@ a.ndl-btn{
|
|
|
3083
3452
|
.n-mt-10{
|
|
3084
3453
|
margin-top: 2.5rem;
|
|
3085
3454
|
}
|
|
3455
|
+
.n-mr-6{
|
|
3456
|
+
margin-right: 1.5rem;
|
|
3457
|
+
}
|
|
3458
|
+
.n-ml-6{
|
|
3459
|
+
margin-left: 1.5rem;
|
|
3460
|
+
}
|
|
3086
3461
|
.n-mt-4{
|
|
3087
3462
|
margin-top: 1rem;
|
|
3088
3463
|
}
|
|
@@ -3113,6 +3488,12 @@ a.ndl-btn{
|
|
|
3113
3488
|
.n-h-full{
|
|
3114
3489
|
height: 100%;
|
|
3115
3490
|
}
|
|
3491
|
+
.n-h-\[1px\]{
|
|
3492
|
+
height: 1px;
|
|
3493
|
+
}
|
|
3494
|
+
.n-h-2{
|
|
3495
|
+
height: 0.5rem;
|
|
3496
|
+
}
|
|
3116
3497
|
.n-h-12{
|
|
3117
3498
|
height: 3rem;
|
|
3118
3499
|
}
|
|
@@ -3140,6 +3521,12 @@ a.ndl-btn{
|
|
|
3140
3521
|
.n-w-6{
|
|
3141
3522
|
width: 1.5rem;
|
|
3142
3523
|
}
|
|
3524
|
+
.n-w-32{
|
|
3525
|
+
width: 8rem;
|
|
3526
|
+
}
|
|
3527
|
+
.n-w-2{
|
|
3528
|
+
width: 0.5rem;
|
|
3529
|
+
}
|
|
3143
3530
|
.n-w-48{
|
|
3144
3531
|
width: 12rem;
|
|
3145
3532
|
}
|
|
@@ -3184,6 +3571,9 @@ a.ndl-btn{
|
|
|
3184
3571
|
.n-items-start{
|
|
3185
3572
|
align-items: flex-start;
|
|
3186
3573
|
}
|
|
3574
|
+
.n-items-end{
|
|
3575
|
+
align-items: flex-end;
|
|
3576
|
+
}
|
|
3187
3577
|
.n-items-center{
|
|
3188
3578
|
align-items: center;
|
|
3189
3579
|
}
|
|
@@ -3199,12 +3589,15 @@ a.ndl-btn{
|
|
|
3199
3589
|
.n-gap-2{
|
|
3200
3590
|
gap: 0.5rem;
|
|
3201
3591
|
}
|
|
3202
|
-
.n-gap-1{
|
|
3203
|
-
gap: 0.25rem;
|
|
3204
|
-
}
|
|
3205
3592
|
.n-gap-6{
|
|
3206
3593
|
gap: 1.5rem;
|
|
3207
3594
|
}
|
|
3595
|
+
.n-gap-4{
|
|
3596
|
+
gap: 1rem;
|
|
3597
|
+
}
|
|
3598
|
+
.n-gap-1{
|
|
3599
|
+
gap: 0.25rem;
|
|
3600
|
+
}
|
|
3208
3601
|
.n-gap-12{
|
|
3209
3602
|
gap: 3rem;
|
|
3210
3603
|
}
|
|
@@ -3261,6 +3654,9 @@ a.ndl-btn{
|
|
|
3261
3654
|
.n-rounded-lg{
|
|
3262
3655
|
border-radius: 8px;
|
|
3263
3656
|
}
|
|
3657
|
+
.n-rounded-5xl{
|
|
3658
|
+
border-radius: 20px;
|
|
3659
|
+
}
|
|
3264
3660
|
.n-rounded-xl{
|
|
3265
3661
|
border-radius: 10px;
|
|
3266
3662
|
}
|
|
@@ -3850,6 +4246,18 @@ a.ndl-btn{
|
|
|
3850
4246
|
.n-bg-transparent{
|
|
3851
4247
|
background-color: transparent;
|
|
3852
4248
|
}
|
|
4249
|
+
.n-fill-light-primary-text{
|
|
4250
|
+
fill: #006FD6;
|
|
4251
|
+
}
|
|
4252
|
+
.n-fill-neutral-10{
|
|
4253
|
+
fill: #FFFFFF;
|
|
4254
|
+
}
|
|
4255
|
+
.n-fill-light-neutral-text-weakest{
|
|
4256
|
+
fill: #B2B7BD;
|
|
4257
|
+
}
|
|
4258
|
+
.n-fill-light-neutral-border-strong{
|
|
4259
|
+
fill: #C4C8CD;
|
|
4260
|
+
}
|
|
3853
4261
|
.n-p-2{
|
|
3854
4262
|
padding: 0.5rem;
|
|
3855
4263
|
}
|
|
@@ -3859,6 +4267,14 @@ a.ndl-btn{
|
|
|
3859
4267
|
.n-p-14{
|
|
3860
4268
|
padding: 3.5rem;
|
|
3861
4269
|
}
|
|
4270
|
+
.n-px-12{
|
|
4271
|
+
padding-left: 3rem;
|
|
4272
|
+
padding-right: 3rem;
|
|
4273
|
+
}
|
|
4274
|
+
.n-py-12{
|
|
4275
|
+
padding-top: 3rem;
|
|
4276
|
+
padding-bottom: 3rem;
|
|
4277
|
+
}
|
|
3862
4278
|
.n-px-7{
|
|
3863
4279
|
padding-left: 1.75rem;
|
|
3864
4280
|
padding-right: 1.75rem;
|
|
@@ -3891,6 +4307,10 @@ a.ndl-btn{
|
|
|
3891
4307
|
padding-top: 0px;
|
|
3892
4308
|
padding-bottom: 0px;
|
|
3893
4309
|
}
|
|
4310
|
+
.n-px-\[2px\]{
|
|
4311
|
+
padding-left: 2px;
|
|
4312
|
+
padding-right: 2px;
|
|
4313
|
+
}
|
|
3894
4314
|
.n-py-1{
|
|
3895
4315
|
padding-top: 0.25rem;
|
|
3896
4316
|
padding-bottom: 0.25rem;
|
|
@@ -4316,9 +4736,9 @@ a.ndl-btn{
|
|
|
4316
4736
|
--tw-text-opacity: 1;
|
|
4317
4737
|
color: rgb(152 237 203 / var(--tw-text-opacity));
|
|
4318
4738
|
}
|
|
4319
|
-
.n-underline{
|
|
4320
|
-
-webkit-text-decoration-line:
|
|
4321
|
-
text-decoration-line:
|
|
4739
|
+
.n-no-underline{
|
|
4740
|
+
-webkit-text-decoration-line: none;
|
|
4741
|
+
text-decoration-line: none;
|
|
4322
4742
|
}
|
|
4323
4743
|
.n-shadow-l2{
|
|
4324
4744
|
--tw-shadow: 0px 1px 2px 0px rgba(12, 26, 37, 0.18);
|
|
@@ -4330,6 +4750,9 @@ a.ndl-btn{
|
|
|
4330
4750
|
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
4331
4751
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4332
4752
|
}
|
|
4753
|
+
.n-duration-300{
|
|
4754
|
+
transition-duration: 300ms;
|
|
4755
|
+
}
|
|
4333
4756
|
.n-duration-200{
|
|
4334
4757
|
transition-duration: 200ms;
|
|
4335
4758
|
}
|
|
@@ -4356,6 +4779,11 @@ html {
|
|
|
4356
4779
|
--tw-rotate: 12deg;
|
|
4357
4780
|
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));
|
|
4358
4781
|
}
|
|
4782
|
+
.hover\:n-scale-105:hover{
|
|
4783
|
+
--tw-scale-x: 1.05;
|
|
4784
|
+
--tw-scale-y: 1.05;
|
|
4785
|
+
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));
|
|
4786
|
+
}
|
|
4359
4787
|
.hover\:n-cursor-pointer:hover{
|
|
4360
4788
|
cursor: pointer;
|
|
4361
4789
|
}
|
|
@@ -5495,6 +5923,12 @@ html {
|
|
|
5495
5923
|
}
|
|
5496
5924
|
}
|
|
5497
5925
|
@media (min-width: 768px){
|
|
5926
|
+
.md\:n-w-2\/4{
|
|
5927
|
+
width: 50%;
|
|
5928
|
+
}
|
|
5929
|
+
.md\:n-w-2\/12{
|
|
5930
|
+
width: 16.666667%;
|
|
5931
|
+
}
|
|
5498
5932
|
.md\:n-bg-primary-50{
|
|
5499
5933
|
--tw-bg-opacity: 1;
|
|
5500
5934
|
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
package/lib/tokens/js/tokens.js
CHANGED