@navikt/ds-css 6.10.0 → 6.11.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.
@@ -679,6 +679,7 @@
679
679
 
680
680
  padding: var(--ac-button-padding-small, var(--__ac-button-padding));
681
681
  min-height: 2rem;
682
+ min-width: 2rem;
682
683
  }
683
684
 
684
685
  .navds-button--xsmall {
@@ -738,11 +739,7 @@
738
739
  margin: 0;
739
740
  }
740
741
 
741
- .navds-button--small .navds-button__icon {
742
- --ac-button-icon-margin: -2px;
743
- }
744
-
745
- .navds-button--xsmall .navds-button__icon {
742
+ :where(.navds-button--xsmall, .navds-button--small) .navds-button__icon {
746
743
  --ac-button-icon-margin: -2px;
747
744
 
748
745
  font-size: 1.25rem;
@@ -1563,6 +1560,7 @@
1563
1560
  --__ac-copybutton-padding: var(--a-spacing-1) var(--a-spacing-3) var(--a-spacing-1) var(--a-spacing-2);
1564
1561
 
1565
1562
  min-height: 2rem;
1563
+ min-width: 2rem;
1566
1564
  }
1567
1565
 
1568
1566
  .navds-copybutton--small.navds-copybutton--icon-right {
@@ -1573,6 +1571,7 @@
1573
1571
  --__ac-copybutton-padding: var(--a-spacing-05) var(--a-spacing-2) var(--a-spacing-05) var(--a-spacing-1);
1574
1572
 
1575
1573
  min-height: 1.5rem;
1574
+ min-width: 1.5rem;
1576
1575
  }
1577
1576
 
1578
1577
  .navds-copybutton--xsmall.navds-copybutton--icon-right {
@@ -1591,15 +1590,15 @@
1591
1590
  --__ac-copybutton-padding: var(--a-spacing-05);
1592
1591
  }
1593
1592
 
1594
- .navds-copybutton--xsmall .navds-copybutton__icon {
1595
- font-size: 1.25rem;
1596
- }
1597
-
1598
1593
  .navds-copybutton__icon {
1599
1594
  font-size: 1.5rem;
1600
1595
  display: flex;
1601
1596
  }
1602
1597
 
1598
+ :where(.navds-copybutton--xsmall, .navds-copybutton--small) .navds-copybutton__icon {
1599
+ font-size: 1.25rem;
1600
+ }
1601
+
1603
1602
  .navds-copybutton__icon:first-of-type {
1604
1603
  margin-left: -0.25rem;
1605
1604
  }
@@ -4327,7 +4326,7 @@
4327
4326
  .navds-form-progress__stepper {
4328
4327
  border: 2px solid var(--a-border-subtle);
4329
4328
  border-radius: var(--a-border-radius-large);
4330
- padding: var(--a-spacing-2) var(--a-spacing-4) 0;
4329
+ padding: var(--a-spacing-2) var(--a-spacing-4);
4331
4330
  margin-top: var(--a-spacing-1);
4332
4331
  }
4333
4332
 
@@ -4911,6 +4910,10 @@ button.navds-internalheader__title:active,
4911
4910
  @media (forced-colors: active) {
4912
4911
  }
4913
4912
 
4913
+ .navds-pagination {
4914
+ position: relative;
4915
+ }
4916
+
4914
4917
  .navds-pagination__list {
4915
4918
  margin: 0;
4916
4919
  padding: 0;
@@ -6725,6 +6728,10 @@ button.navds-internalheader__title:active,
6725
6728
  margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1) 1.75rem;
6726
6729
  }
6727
6730
 
6731
+ .navds-stepper__item:last-child .navds-stepper__step {
6732
+ margin-bottom: 0;
6733
+ }
6734
+
6728
6735
  @media (forced-colors: active) {
6729
6736
  .navds-stepper__step {
6730
6737
  background-color: ButtonFace;
@@ -7427,15 +7434,7 @@ button.navds-stepper__step {
7427
7434
  }
7428
7435
 
7429
7436
  .navds-list li {
7430
- margin-block-end: var(--a-spacing-4);
7431
- }
7432
-
7433
- .navds-list--small li {
7434
- margin-block-end: var(--a-spacing-3);
7435
- }
7436
-
7437
- .navds-list--nested li {
7438
- margin-block-end: var(--a-spacing-3);
7437
+ margin-block-end: var(--a-spacing-2);
7439
7438
  }
7440
7439
 
7441
7440
  .navds-list:last-child > ul > li:last-child,
@@ -7462,25 +7461,25 @@ button.navds-stepper__step {
7462
7461
  .navds-list .navds-list__item-marker--bullet {
7463
7462
  display: flex;
7464
7463
  align-items: center;
7465
- height: var(--a-font-line-height-large);
7464
+ height: var(--a-font-line-height-xlarge);
7466
7465
  grid-column: 1 / 2;
7467
7466
  color: var(--ac-list-marker-ul-color, var(--ac-list-marker-color, var(--a-icon-default)));
7468
7467
  }
7469
7468
 
7470
7469
  .navds-list--small .navds-list__item-marker--bullet {
7471
- height: var(--a-font-line-height-medium);
7470
+ height: var(--a-font-line-height-large);
7472
7471
  }
7473
7472
 
7474
7473
  .navds-list__item-marker--icon {
7475
7474
  color: var(--ac-list-marker-icon-color, var(--ac-list-marker-color, var(--a-icon-default)));
7476
7475
  display: flex;
7477
7476
  align-items: center;
7478
- height: var(--a-font-line-height-large);
7477
+ height: var(--a-font-line-height-xlarge);
7479
7478
  padding-block-end: 1px;
7480
7479
  }
7481
7480
 
7482
7481
  .navds-list--small .navds-list__item-marker--icon {
7483
- height: var(--a-font-line-height-medium);
7482
+ height: var(--a-font-line-height-large);
7484
7483
  }
7485
7484
 
7486
7485
  .navds-list__item-marker--icon svg {
@@ -7505,12 +7504,12 @@ button.navds-stepper__step {
7505
7504
  font-weight: var(--a-font-weight-bold);
7506
7505
  font-size: var(--a-font-size-large);
7507
7506
  color: var(--ac-list-marker-ol-color, var(--ac-list-marker-color, var(--a-icon-default)));
7508
- line-height: var(--a-font-line-height-large);
7507
+ line-height: var(--a-font-line-height-xlarge);
7509
7508
  }
7510
7509
 
7511
7510
  .navds-list--small ol li::marker {
7512
7511
  font-size: var(--a-font-size-small);
7513
- line-height: var(--a-font-line-height-medium);
7512
+ line-height: var(--a-font-line-height-large);
7514
7513
  }
7515
7514
 
7516
7515
  .navds-box {
@@ -7982,3 +7981,685 @@ button.navds-stepper__step {
7982
7981
  display: none !important;
7983
7982
  }
7984
7983
  }
7984
+
7985
+ .navds-r-p {
7986
+ --__ac-r-p-xs: initial;
7987
+ --__ac-r-p-sm: var(--__ac-r-p-xs);
7988
+ --__ac-r-p-md: var(--__ac-r-p-sm);
7989
+ --__ac-r-p-lg: var(--__ac-r-p-md);
7990
+ --__ac-r-p-xl: var(--__ac-r-p-lg);
7991
+ --__ac-r-p-2xl: var(--__ac-r-p-xl);
7992
+ --__ac-r-padding: var(--__ac-r-p-xs);
7993
+
7994
+ padding: var(--__ac-r-padding);
7995
+ }
7996
+
7997
+ .navds-r-pi {
7998
+ --__ac-r-pi-xs: initial;
7999
+ --__ac-r-pi-sm: var(--__ac-r-pi-xs);
8000
+ --__ac-r-pi-md: var(--__ac-r-pi-sm);
8001
+ --__ac-r-pi-lg: var(--__ac-r-pi-md);
8002
+ --__ac-r-pi-xl: var(--__ac-r-pi-lg);
8003
+ --__ac-r-pi-2xl: var(--__ac-r-pi-xl);
8004
+ --__ac-r-pi: var(--__ac-r-p-xs);
8005
+
8006
+ padding-inline: var(--__ac-r-pi);
8007
+ }
8008
+
8009
+ .navds-r-pb {
8010
+ --__ac-r-pb-xs: initial;
8011
+ --__ac-r-pb-sm: var(--__ac-r-pb-xs);
8012
+ --__ac-r-pb-md: var(--__ac-r-pb-sm);
8013
+ --__ac-r-pb-lg: var(--__ac-r-pb-md);
8014
+ --__ac-r-pb-xl: var(--__ac-r-pb-lg);
8015
+ --__ac-r-pb-2xl: var(--__ac-r-pb-xl);
8016
+ --__ac-r-pb: var(--__ac-r-p-xs);
8017
+
8018
+ padding-block: var(--__ac-r-pb);
8019
+ }
8020
+
8021
+ .navds-r-w {
8022
+ --__ac-r-w-xs: initial;
8023
+ --__ac-r-w-sm: var(--__ac-r-w-xs);
8024
+ --__ac-r-w-md: var(--__ac-r-w-sm);
8025
+ --__ac-r-w-lg: var(--__ac-r-w-md);
8026
+ --__ac-r-w-xl: var(--__ac-r-w-lg);
8027
+ --__ac-r-w-2xl: var(--__ac-r-w-xl);
8028
+ --__ac-r-w: var(--__ac-r-w-xs);
8029
+
8030
+ width: var(--__ac-r-w);
8031
+ }
8032
+
8033
+ .navds-r-minw {
8034
+ --__ac-r-minw-xs: initial;
8035
+ --__ac-r-minw-sm: var(--__ac-r-minw-xs);
8036
+ --__ac-r-minw-md: var(--__ac-r-minw-sm);
8037
+ --__ac-r-minw-lg: var(--__ac-r-minw-md);
8038
+ --__ac-r-minw-xl: var(--__ac-r-minw-lg);
8039
+ --__ac-r-minw-2xl: var(--__ac-r-minw-xl);
8040
+ --__ac-r-minw: var(--__ac-r-minw-xs);
8041
+
8042
+ min-width: var(--__ac-r-minw);
8043
+ }
8044
+
8045
+ .navds-r-maxw {
8046
+ --__ac-r-maxw-xs: initial;
8047
+ --__ac-r-maxw-sm: var(--__ac-r-maxw-xs);
8048
+ --__ac-r-maxw-md: var(--__ac-r-maxw-sm);
8049
+ --__ac-r-maxw-lg: var(--__ac-r-maxw-md);
8050
+ --__ac-r-maxw-xl: var(--__ac-r-maxw-lg);
8051
+ --__ac-r-maxw-2xl: var(--__ac-r-maxw-xl);
8052
+ --__ac-r-maxw: var(--__ac-r-maxw-xs);
8053
+
8054
+ max-width: var(--__ac-r-maxw);
8055
+ }
8056
+
8057
+ .navds-r-h {
8058
+ --__ac-r-h-xs: initial;
8059
+ --__ac-r-h-sm: var(--__ac-r-h-xs);
8060
+ --__ac-r-h-md: var(--__ac-r-h-sm);
8061
+ --__ac-r-h-lg: var(--__ac-r-h-md);
8062
+ --__ac-r-h-xl: var(--__ac-r-h-lg);
8063
+ --__ac-r-h-2xl: var(--__ac-r-h-xl);
8064
+ --__ac-r-h: var(--__ac-r-h-xs);
8065
+
8066
+ height: var(--__ac-r-h);
8067
+ }
8068
+
8069
+ .navds-r-minh {
8070
+ --__ac-r-minh-xs: initial;
8071
+ --__ac-r-minh-sm: var(--__ac-r-minh-xs);
8072
+ --__ac-r-minh-md: var(--__ac-r-minh-sm);
8073
+ --__ac-r-minh-lg: var(--__ac-r-minh-md);
8074
+ --__ac-r-minh-xl: var(--__ac-r-minh-lg);
8075
+ --__ac-r-minh-2xl: var(--__ac-r-minh-xl);
8076
+ --__ac-r-minh: var(--__ac-r-minh-xs);
8077
+
8078
+ min-height: var(--__ac-r-minh);
8079
+ }
8080
+
8081
+ .navds-r-maxh {
8082
+ --__ac-r-maxh-xs: initial;
8083
+ --__ac-r-maxh-sm: var(--__ac-r-maxh-xs);
8084
+ --__ac-r-maxh-md: var(--__ac-r-maxh-sm);
8085
+ --__ac-r-maxh-lg: var(--__ac-r-maxh-md);
8086
+ --__ac-r-maxh-xl: var(--__ac-r-maxh-lg);
8087
+ --__ac-r-maxh-2xl: var(--__ac-r-maxh-xl);
8088
+ --__ac-r-maxh: var(--__ac-r-maxh-xs);
8089
+
8090
+ max-height: var(--__ac-r-maxh);
8091
+ }
8092
+
8093
+ .navds-r-position {
8094
+ --__ac-r-position-xs: initial;
8095
+ --__ac-r-position-sm: var(--__ac-r-position-xs);
8096
+ --__ac-r-position-md: var(--__ac-r-position-sm);
8097
+ --__ac-r-position-lg: var(--__ac-r-position-md);
8098
+ --__ac-r-position-xl: var(--__ac-r-position-lg);
8099
+ --__ac-r-position-2xl: var(--__ac-r-position-xl);
8100
+ --__ac-r-position: var(--__ac-r-position-xs);
8101
+
8102
+ position: var(--__ac-r-position);
8103
+ }
8104
+
8105
+ .navds-r-inset {
8106
+ --__ac-r-inset-xs: initial;
8107
+ --__ac-r-inset-sm: var(--__ac-r-inset-xs);
8108
+ --__ac-r-inset-md: var(--__ac-r-inset-sm);
8109
+ --__ac-r-inset-lg: var(--__ac-r-inset-md);
8110
+ --__ac-r-inset-xl: var(--__ac-r-inset-lg);
8111
+ --__ac-r-inset-2xl: var(--__ac-r-inset-xl);
8112
+ --__ac-r-inset: var(--__ac-r-inset-xs);
8113
+
8114
+ inset: var(--__ac-r-inset);
8115
+ }
8116
+
8117
+ .navds-r-top {
8118
+ --__ac-r-top-xs: initial;
8119
+ --__ac-r-top-sm: var(--__ac-r-top-xs);
8120
+ --__ac-r-top-md: var(--__ac-r-top-sm);
8121
+ --__ac-r-top-lg: var(--__ac-r-top-md);
8122
+ --__ac-r-top-xl: var(--__ac-r-top-lg);
8123
+ --__ac-r-top-2xl: var(--__ac-r-top-xl);
8124
+ --__ac-r-top: var(--__ac-r-top-xs);
8125
+
8126
+ top: var(--__ac-r-top);
8127
+ }
8128
+
8129
+ .navds-r-right {
8130
+ --__ac-r-right-xs: initial;
8131
+ --__ac-r-right-sm: var(--__ac-r-right-xs);
8132
+ --__ac-r-right-md: var(--__ac-r-right-sm);
8133
+ --__ac-r-right-lg: var(--__ac-r-right-md);
8134
+ --__ac-r-right-xl: var(--__ac-r-right-lg);
8135
+ --__ac-r-right-2xl: var(--__ac-r-right-xl);
8136
+ --__ac-r-right: var(--__ac-r-right-xs);
8137
+
8138
+ right: var(--__ac-r-right);
8139
+ }
8140
+
8141
+ .navds-r-bottom {
8142
+ --__ac-r-bottom-xs: initial;
8143
+ --__ac-r-bottom-sm: var(--__ac-r-bottom-xs);
8144
+ --__ac-r-bottom-md: var(--__ac-r-bottom-sm);
8145
+ --__ac-r-bottom-lg: var(--__ac-r-bottom-md);
8146
+ --__ac-r-bottom-xl: var(--__ac-r-bottom-lg);
8147
+ --__ac-r-bottom-2xl: var(--__ac-r-bottom-xl);
8148
+ --__ac-r-bottom: var(--__ac-r-bottom-xs);
8149
+
8150
+ bottom: var(--__ac-r-bottom);
8151
+ }
8152
+
8153
+ .navds-r-left {
8154
+ --__ac-r-left-xs: initial;
8155
+ --__ac-r-left-sm: var(--__ac-r-left-xs);
8156
+ --__ac-r-left-md: var(--__ac-r-left-sm);
8157
+ --__ac-r-left-lg: var(--__ac-r-left-md);
8158
+ --__ac-r-left-xl: var(--__ac-r-left-lg);
8159
+ --__ac-r-left-2xl: var(--__ac-r-left-xl);
8160
+ --__ac-r-left: var(--__ac-r-left-xs);
8161
+
8162
+ left: var(--__ac-r-left);
8163
+ }
8164
+
8165
+ .navds-r-overflow {
8166
+ --__ac-r-overflow-xs: initial;
8167
+ --__ac-r-overflow-sm: var(--__ac-r-overflow-xs);
8168
+ --__ac-r-overflow-md: var(--__ac-r-overflow-sm);
8169
+ --__ac-r-overflow-lg: var(--__ac-r-overflow-md);
8170
+ --__ac-r-overflow-xl: var(--__ac-r-overflow-lg);
8171
+ --__ac-r-overflow-2xl: var(--__ac-r-overflow-xl);
8172
+ --__ac-r-overflow: var(--__ac-r-overflow-xs);
8173
+
8174
+ overflow: var(--__ac-r-overflow);
8175
+ }
8176
+
8177
+ .navds-r-overflowx {
8178
+ --__ac-r-overflowx-xs: initial;
8179
+ --__ac-r-overflowx-sm: var(--__ac-r-overflowx-xs);
8180
+ --__ac-r-overflowx-md: var(--__ac-r-overflowx-sm);
8181
+ --__ac-r-overflowx-lg: var(--__ac-r-overflowx-md);
8182
+ --__ac-r-overflowx-xl: var(--__ac-r-overflowx-lg);
8183
+ --__ac-r-overflowx-2xl: var(--__ac-r-overflowx-xl);
8184
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xs);
8185
+
8186
+ overflow-x: var(--__ac-r-overflowx);
8187
+ }
8188
+
8189
+ .navds-r-overflowy {
8190
+ --__ac-r-overflowy-xs: initial;
8191
+ --__ac-r-overflowy-sm: var(--__ac-r-overflowy-xs);
8192
+ --__ac-r-overflowy-md: var(--__ac-r-overflowy-sm);
8193
+ --__ac-r-overflowy-lg: var(--__ac-r-overflowy-md);
8194
+ --__ac-r-overflowy-xl: var(--__ac-r-overflowy-lg);
8195
+ --__ac-r-overflowy-2xl: var(--__ac-r-overflowy-xl);
8196
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xs);
8197
+
8198
+ overflow-y: var(--__ac-r-overflowy);
8199
+ }
8200
+
8201
+ .navds-r-flex-basis {
8202
+ --__ac-r-flex-basis-xs: initial;
8203
+ --__ac-r-flex-basis-sm: var(--__ac-r-flex-basis-xs);
8204
+ --__ac-r-flex-basis-md: var(--__ac-r-flex-basis-sm);
8205
+ --__ac-r-flex-basis-lg: var(--__ac-r-flex-basis-md);
8206
+ --__ac-r-flex-basis-xl: var(--__ac-r-flex-basis-lg);
8207
+ --__ac-r-flex-basis-2xl: var(--__ac-r-flex-basis-xl);
8208
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xs);
8209
+
8210
+ flex-basis: var(--__ac-r-flex-basis);
8211
+ }
8212
+
8213
+ .navds-r-flex-grow {
8214
+ --__ac-r-flex-grow-xs: initial;
8215
+ --__ac-r-flex-grow-sm: var(--__ac-r-flex-grow-xs);
8216
+ --__ac-r-flex-grow-md: var(--__ac-r-flex-grow-sm);
8217
+ --__ac-r-flex-grow-lg: var(--__ac-r-flex-grow-md);
8218
+ --__ac-r-flex-grow-xl: var(--__ac-r-flex-grow-lg);
8219
+ --__ac-r-flex-grow-2xl: var(--__ac-r-flex-grow-xl);
8220
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xs);
8221
+
8222
+ flex-grow: var(--__ac-r-flex-grow);
8223
+ }
8224
+
8225
+ .navds-r-flex-shrink {
8226
+ --__ac-r-flex-shrink-xs: initial;
8227
+ --__ac-r-flex-shrink-sm: var(--__ac-r-flex-shrink-xs);
8228
+ --__ac-r-flex-shrink-md: var(--__ac-r-flex-shrink-sm);
8229
+ --__ac-r-flex-shrink-lg: var(--__ac-r-flex-shrink-md);
8230
+ --__ac-r-flex-shrink-xl: var(--__ac-r-flex-shrink-lg);
8231
+ --__ac-r-flex-shrink-2xl: var(--__ac-r-flex-shrink-xl);
8232
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xs);
8233
+
8234
+ flex-shrink: var(--__ac-r-flex-shrink);
8235
+ }
8236
+
8237
+ @media (min-width: 480px) {
8238
+ .navds-r-p {
8239
+ --__ac-r-padding: var(--__ac-r-p-sm);
8240
+ }
8241
+
8242
+ .navds-r-pi {
8243
+ --__ac-r-pi: var(--__ac-r-pi-sm);
8244
+ }
8245
+
8246
+ .navds-r-pb {
8247
+ --__ac-r-pb: var(--__ac-r-pb-sm);
8248
+ }
8249
+
8250
+ .navds-r-w {
8251
+ --__ac-r-w: var(--__ac-r-w-sm);
8252
+ }
8253
+
8254
+ .navds-r-minw {
8255
+ --__ac-r-minw: var(--__ac-r-minw-sm);
8256
+ }
8257
+
8258
+ .navds-r-maxw {
8259
+ --__ac-r-maxw: var(--__ac-r-maxw-sm);
8260
+ }
8261
+
8262
+ .navds-r-h {
8263
+ --__ac-r-h: var(--__ac-r-h-sm);
8264
+ }
8265
+
8266
+ .navds-r-minh {
8267
+ --__ac-r-minh: var(--__ac-r-minh-sm);
8268
+ }
8269
+
8270
+ .navds-r-maxh {
8271
+ --__ac-r-maxh: var(--__ac-r-maxh-sm);
8272
+ }
8273
+
8274
+ .navds-r-position {
8275
+ --__ac-r-position: var(--__ac-r-position-sm);
8276
+ }
8277
+
8278
+ .navds-r-inset {
8279
+ --__ac-r-inset: var(--__ac-r-inset-sm);
8280
+ }
8281
+
8282
+ .navds-r-top {
8283
+ --__ac-r-top: var(--__ac-r-top-sm);
8284
+ }
8285
+
8286
+ .navds-r-right {
8287
+ --__ac-r-right: var(--__ac-r-right-sm);
8288
+ }
8289
+
8290
+ .navds-r-bottom {
8291
+ --__ac-r-bottom: var(--__ac-r-bottom-sm);
8292
+ }
8293
+
8294
+ .navds-r-left {
8295
+ --__ac-r-left: var(--__ac-r-left-sm);
8296
+ }
8297
+
8298
+ .navds-r-overflow {
8299
+ --__ac-r-overflow: var(--__ac-r-overflow-sm);
8300
+ }
8301
+
8302
+ .navds-r-overflowx {
8303
+ --__ac-r-overflowx: var(--__ac-r-overflowx-sm);
8304
+ }
8305
+
8306
+ .navds-r-overflowy {
8307
+ --__ac-r-overflowy: var(--__ac-r-overflowy-sm);
8308
+ }
8309
+
8310
+ .navds-r-flex-basis {
8311
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-sm);
8312
+ }
8313
+
8314
+ .navds-r-flex-grow {
8315
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-sm);
8316
+ }
8317
+
8318
+ .navds-r-flex-shrink {
8319
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-sm);
8320
+ }
8321
+ }
8322
+
8323
+ @media (min-width: 768px) {
8324
+ .navds-r-p {
8325
+ --__ac-r-padding: var(--__ac-r-p-md);
8326
+ }
8327
+
8328
+ .navds-r-pi {
8329
+ --__ac-r-pi: var(--__ac-r-pi-md);
8330
+ }
8331
+
8332
+ .navds-r-pb {
8333
+ --__ac-r-pb: var(--__ac-r-pb-md);
8334
+ }
8335
+
8336
+ .navds-r-w {
8337
+ --__ac-r-w: var(--__ac-r-w-md);
8338
+ }
8339
+
8340
+ .navds-r-minw {
8341
+ --__ac-r-minw: var(--__ac-r-minw-md);
8342
+ }
8343
+
8344
+ .navds-r-maxw {
8345
+ --__ac-r-maxw: var(--__ac-r-maxw-md);
8346
+ }
8347
+
8348
+ .navds-r-h {
8349
+ --__ac-r-h: var(--__ac-r-h-md);
8350
+ }
8351
+
8352
+ .navds-r-minh {
8353
+ --__ac-r-minh: var(--__ac-r-minh-md);
8354
+ }
8355
+
8356
+ .navds-r-maxh {
8357
+ --__ac-r-maxh: var(--__ac-r-maxh-md);
8358
+ }
8359
+
8360
+ .navds-r-position {
8361
+ --__ac-r-position: var(--__ac-r-position-md);
8362
+ }
8363
+
8364
+ .navds-r-inset {
8365
+ --__ac-r-inset: var(--__ac-r-inset-md);
8366
+ }
8367
+
8368
+ .navds-r-top {
8369
+ --__ac-r-top: var(--__ac-r-top-md);
8370
+ }
8371
+
8372
+ .navds-r-right {
8373
+ --__ac-r-right: var(--__ac-r-right-md);
8374
+ }
8375
+
8376
+ .navds-r-bottom {
8377
+ --__ac-r-bottom: var(--__ac-r-bottom-md);
8378
+ }
8379
+
8380
+ .navds-r-left {
8381
+ --__ac-r-left: var(--__ac-r-left-md);
8382
+ }
8383
+
8384
+ .navds-r-overflow {
8385
+ --__ac-r-overflow: var(--__ac-r-overflow-md);
8386
+ }
8387
+
8388
+ .navds-r-overflowx {
8389
+ --__ac-r-overflowx: var(--__ac-r-overflowx-md);
8390
+ }
8391
+
8392
+ .navds-r-overflowy {
8393
+ --__ac-r-overflowy: var(--__ac-r-overflowy-md);
8394
+ }
8395
+
8396
+ .navds-r-flex-basis {
8397
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-md);
8398
+ }
8399
+
8400
+ .navds-r-flex-grow {
8401
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-md);
8402
+ }
8403
+
8404
+ .navds-r-flex-shrink {
8405
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-md);
8406
+ }
8407
+ }
8408
+
8409
+ @media (min-width: 1024px) {
8410
+ .navds-r-p {
8411
+ --__ac-r-padding: var(--__ac-r-p-lg);
8412
+ }
8413
+
8414
+ .navds-r-pi {
8415
+ --__ac-r-pi: var(--__ac-r-pi-lg);
8416
+ }
8417
+
8418
+ .navds-r-pb {
8419
+ --__ac-r-pb: var(--__ac-r-pb-lg);
8420
+ }
8421
+
8422
+ .navds-r-w {
8423
+ --__ac-r-w: var(--__ac-r-w-lg);
8424
+ }
8425
+
8426
+ .navds-r-minw {
8427
+ --__ac-r-minw: var(--__ac-r-minw-lg);
8428
+ }
8429
+
8430
+ .navds-r-maxw {
8431
+ --__ac-r-maxw: var(--__ac-r-maxw-lg);
8432
+ }
8433
+
8434
+ .navds-r-h {
8435
+ --__ac-r-h: var(--__ac-r-h-lg);
8436
+ }
8437
+
8438
+ .navds-r-minh {
8439
+ --__ac-r-minh: var(--__ac-r-minh-lg);
8440
+ }
8441
+
8442
+ .navds-r-maxh {
8443
+ --__ac-r-maxh: var(--__ac-r-maxh-lg);
8444
+ }
8445
+
8446
+ .navds-r-position {
8447
+ --__ac-r-position: var(--__ac-r-position-lg);
8448
+ }
8449
+
8450
+ .navds-r-inset {
8451
+ --__ac-r-inset: var(--__ac-r-inset-lg);
8452
+ }
8453
+
8454
+ .navds-r-top {
8455
+ --__ac-r-top: var(--__ac-r-top-lg);
8456
+ }
8457
+
8458
+ .navds-r-right {
8459
+ --__ac-r-right: var(--__ac-r-right-lg);
8460
+ }
8461
+
8462
+ .navds-r-bottom {
8463
+ --__ac-r-bottom: var(--__ac-r-bottom-lg);
8464
+ }
8465
+
8466
+ .navds-r-left {
8467
+ --__ac-r-left: var(--__ac-r-left-lg);
8468
+ }
8469
+
8470
+ .navds-r-overflow {
8471
+ --__ac-r-overflow: var(--__ac-r-overflow-lg);
8472
+ }
8473
+
8474
+ .navds-r-overflowx {
8475
+ --__ac-r-overflowx: var(--__ac-r-overflowx-lg);
8476
+ }
8477
+
8478
+ .navds-r-overflowy {
8479
+ --__ac-r-overflowy: var(--__ac-r-overflowy-lg);
8480
+ }
8481
+
8482
+ .navds-r-flex-basis {
8483
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-lg);
8484
+ }
8485
+
8486
+ .navds-r-flex-grow {
8487
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-lg);
8488
+ }
8489
+
8490
+ .navds-r-flex-shrink {
8491
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-lg);
8492
+ }
8493
+ }
8494
+
8495
+ @media (min-width: 1280px) {
8496
+ .navds-r-p {
8497
+ --__ac-r-padding: var(--__ac-r-p-xl);
8498
+ }
8499
+
8500
+ .navds-r-pi {
8501
+ --__ac-r-pi: var(--__ac-r-pi-xl);
8502
+ }
8503
+
8504
+ .navds-r-pb {
8505
+ --__ac-r-pb: var(--__ac-r-pb-xl);
8506
+ }
8507
+
8508
+ .navds-r-w {
8509
+ --__ac-r-w: var(--__ac-r-w-xl);
8510
+ }
8511
+
8512
+ .navds-r-minw {
8513
+ --__ac-r-minw: var(--__ac-r-minw-xl);
8514
+ }
8515
+
8516
+ .navds-r-maxw {
8517
+ --__ac-r-maxw: var(--__ac-r-maxw-xl);
8518
+ }
8519
+
8520
+ .navds-r-h {
8521
+ --__ac-r-h: var(--__ac-r-h-xl);
8522
+ }
8523
+
8524
+ .navds-r-minh {
8525
+ --__ac-r-minh: var(--__ac-r-minh-xl);
8526
+ }
8527
+
8528
+ .navds-r-maxh {
8529
+ --__ac-r-maxh: var(--__ac-r-maxh-xl);
8530
+ }
8531
+
8532
+ .navds-r-position {
8533
+ --__ac-r-position: var(--__ac-r-position-xl);
8534
+ }
8535
+
8536
+ .navds-r-inset {
8537
+ --__ac-r-inset: var(--__ac-r-inset-xl);
8538
+ }
8539
+
8540
+ .navds-r-top {
8541
+ --__ac-r-top: var(--__ac-r-top-xl);
8542
+ }
8543
+
8544
+ .navds-r-right {
8545
+ --__ac-r-right: var(--__ac-r-right-xl);
8546
+ }
8547
+
8548
+ .navds-r-bottom {
8549
+ --__ac-r-bottom: var(--__ac-r-bottom-xl);
8550
+ }
8551
+
8552
+ .navds-r-left {
8553
+ --__ac-r-left: var(--__ac-r-left-xl);
8554
+ }
8555
+
8556
+ .navds-r-overflow {
8557
+ --__ac-r-overflow: var(--__ac-r-overflow-xl);
8558
+ }
8559
+
8560
+ .navds-r-overflowx {
8561
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xl);
8562
+ }
8563
+
8564
+ .navds-r-overflowy {
8565
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xl);
8566
+ }
8567
+
8568
+ .navds-r-flex-basis {
8569
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xl);
8570
+ }
8571
+
8572
+ .navds-r-flex-grow {
8573
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xl);
8574
+ }
8575
+
8576
+ .navds-r-flex-shrink {
8577
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xl);
8578
+ }
8579
+ }
8580
+
8581
+ @media (min-width: 1440px) {
8582
+ .navds-r-p {
8583
+ --__ac-r-padding: var(--__ac-r-p-2xl);
8584
+ }
8585
+
8586
+ .navds-r-pi {
8587
+ --__ac-r-pi: var(--__ac-r-pi-2xl);
8588
+ }
8589
+
8590
+ .navds-r-pb {
8591
+ --__ac-r-pb: var(--__ac-r-pb-2xl);
8592
+ }
8593
+
8594
+ .navds-r-w {
8595
+ --__ac-r-w: var(--__ac-r-w-2xl);
8596
+ }
8597
+
8598
+ .navds-r-minw {
8599
+ --__ac-r-minw: var(--__ac-r-minw-2xl);
8600
+ }
8601
+
8602
+ .navds-r-maxw {
8603
+ --__ac-r-maxw: var(--__ac-r-maxw-2xl);
8604
+ }
8605
+
8606
+ .navds-r-h {
8607
+ --__ac-r-h: var(--__ac-r-h-2xl);
8608
+ }
8609
+
8610
+ .navds-r-minh {
8611
+ --__ac-r-minh: var(--__ac-r-minh-2xl);
8612
+ }
8613
+
8614
+ .navds-r-maxh {
8615
+ --__ac-r-maxh: var(--__ac-r-maxh-2xl);
8616
+ }
8617
+
8618
+ .navds-r-position {
8619
+ --__ac-r-position: var(--__ac-r-position-2xl);
8620
+ }
8621
+
8622
+ .navds-r-inset {
8623
+ --__ac-r-inset: var(--__ac-r-inset-2xl);
8624
+ }
8625
+
8626
+ .navds-r-top {
8627
+ --__ac-r-top: var(--__ac-r-top-2xl);
8628
+ }
8629
+
8630
+ .navds-r-right {
8631
+ --__ac-r-right: var(--__ac-r-right-2xl);
8632
+ }
8633
+
8634
+ .navds-r-bottom {
8635
+ --__ac-r-bottom: var(--__ac-r-bottom-2xl);
8636
+ }
8637
+
8638
+ .navds-r-left {
8639
+ --__ac-r-left: var(--__ac-r-left-2xl);
8640
+ }
8641
+
8642
+ .navds-r-overflow {
8643
+ --__ac-r-overflow: var(--__ac-r-overflow-2xl);
8644
+ }
8645
+
8646
+ .navds-r-overflowx {
8647
+ --__ac-r-overflowx: var(--__ac-r-overflowx-2xl);
8648
+ }
8649
+
8650
+ .navds-r-overflowy {
8651
+ --__ac-r-overflowy: var(--__ac-r-overflowy-2xl);
8652
+ }
8653
+
8654
+ .navds-r-flex-basis {
8655
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-2xl);
8656
+ }
8657
+
8658
+ .navds-r-flex-grow {
8659
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-2xl);
8660
+ }
8661
+
8662
+ .navds-r-flex-shrink {
8663
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-2xl);
8664
+ }
8665
+ }