@oslokommune/punkt-css 5.2.0 → 6.0.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/dist/css/pkt.css CHANGED
@@ -4953,6 +4953,702 @@ body {
4953
4953
  padding-bottom: 4rem !important;
4954
4954
  }
4955
4955
  }
4956
+ .m-size-72 {
4957
+ margin: 4.5rem !important;
4958
+ }
4959
+
4960
+ .mt-size-72 {
4961
+ margin-top: 4.5rem !important;
4962
+ }
4963
+
4964
+ .mr-size-72 {
4965
+ margin-right: 4.5rem !important;
4966
+ }
4967
+
4968
+ .mb-size-72 {
4969
+ margin-bottom: 4.5rem !important;
4970
+ }
4971
+
4972
+ .ml-size-72 {
4973
+ margin-left: 4.5rem !important;
4974
+ }
4975
+
4976
+ .mx-size-72 {
4977
+ margin-right: 4.5rem !important;
4978
+ margin-left: 4.5rem !important;
4979
+ }
4980
+
4981
+ .my-size-72 {
4982
+ margin-top: 4.5rem !important;
4983
+ margin-bottom: 4.5rem !important;
4984
+ }
4985
+
4986
+ .p-size-72 {
4987
+ padding: 4.5rem !important;
4988
+ }
4989
+
4990
+ .pt-size-72 {
4991
+ padding-top: 4.5rem !important;
4992
+ }
4993
+
4994
+ .pr-size-72 {
4995
+ padding-right: 4.5rem !important;
4996
+ }
4997
+
4998
+ .pb-size-72 {
4999
+ padding-bottom: 4.5rem !important;
5000
+ }
5001
+
5002
+ .pl-size-72 {
5003
+ padding-left: 4.5rem !important;
5004
+ }
5005
+
5006
+ .px-size-72 {
5007
+ padding-right: 4.5rem !important;
5008
+ padding-left: 4.5rem !important;
5009
+ }
5010
+
5011
+ .py-size-72 {
5012
+ padding-top: 4.5rem !important;
5013
+ padding-bottom: 4.5rem !important;
5014
+ }
5015
+
5016
+ @media screen and (min-width: 0) {
5017
+ .m-size-72--mobile-up {
5018
+ margin: 4.5rem !important;
5019
+ }
5020
+ .mt-size-72--mobile-up {
5021
+ margin-top: 4.5rem !important;
5022
+ }
5023
+ .mr-size-72--mobile-up {
5024
+ margin-right: 4.5rem !important;
5025
+ }
5026
+ .mb-size-72--mobile-up {
5027
+ margin-bottom: 4.5rem !important;
5028
+ }
5029
+ .ml-size-72--mobile-up {
5030
+ margin-left: 4.5rem !important;
5031
+ }
5032
+ .mx-size-72--mobile-up {
5033
+ margin-right: 4.5rem !important;
5034
+ margin-left: 4.5rem !important;
5035
+ }
5036
+ .my-size-72--mobile-up {
5037
+ margin-top: 4.5rem !important;
5038
+ margin-bottom: 4.5rem !important;
5039
+ }
5040
+ .p-size-72--mobile-up {
5041
+ padding: 4.5rem !important;
5042
+ }
5043
+ .pt-size-72--mobile-up {
5044
+ padding-top: 4.5rem !important;
5045
+ }
5046
+ .pr-size-72--mobile-up {
5047
+ padding-right: 4.5rem !important;
5048
+ }
5049
+ .pb-size-72--mobile-up {
5050
+ padding-bottom: 4.5rem !important;
5051
+ }
5052
+ .pl-size-72--mobile-up {
5053
+ padding-left: 4.5rem !important;
5054
+ }
5055
+ .px-size-72--mobile-up {
5056
+ padding-right: 4.5rem !important;
5057
+ padding-left: 4.5rem !important;
5058
+ }
5059
+ .py-size-72--mobile-up {
5060
+ padding-top: 4.5rem !important;
5061
+ padding-bottom: 4.5rem !important;
5062
+ }
5063
+ }
5064
+ @media screen and (min-width: 36rem) {
5065
+ .m-size-72--phablet-up {
5066
+ margin: 4.5rem !important;
5067
+ }
5068
+ .mt-size-72--phablet-up {
5069
+ margin-top: 4.5rem !important;
5070
+ }
5071
+ .mr-size-72--phablet-up {
5072
+ margin-right: 4.5rem !important;
5073
+ }
5074
+ .mb-size-72--phablet-up {
5075
+ margin-bottom: 4.5rem !important;
5076
+ }
5077
+ .ml-size-72--phablet-up {
5078
+ margin-left: 4.5rem !important;
5079
+ }
5080
+ .mx-size-72--phablet-up {
5081
+ margin-right: 4.5rem !important;
5082
+ margin-left: 4.5rem !important;
5083
+ }
5084
+ .my-size-72--phablet-up {
5085
+ margin-top: 4.5rem !important;
5086
+ margin-bottom: 4.5rem !important;
5087
+ }
5088
+ .p-size-72--phablet-up {
5089
+ padding: 4.5rem !important;
5090
+ }
5091
+ .pt-size-72--phablet-up {
5092
+ padding-top: 4.5rem !important;
5093
+ }
5094
+ .pr-size-72--phablet-up {
5095
+ padding-right: 4.5rem !important;
5096
+ }
5097
+ .pb-size-72--phablet-up {
5098
+ padding-bottom: 4.5rem !important;
5099
+ }
5100
+ .pl-size-72--phablet-up {
5101
+ padding-left: 4.5rem !important;
5102
+ }
5103
+ .px-size-72--phablet-up {
5104
+ padding-right: 4.5rem !important;
5105
+ padding-left: 4.5rem !important;
5106
+ }
5107
+ .py-size-72--phablet-up {
5108
+ padding-top: 4.5rem !important;
5109
+ padding-bottom: 4.5rem !important;
5110
+ }
5111
+ }
5112
+ @media screen and (min-width: 48rem) {
5113
+ .m-size-72--tablet-up {
5114
+ margin: 4.5rem !important;
5115
+ }
5116
+ .mt-size-72--tablet-up {
5117
+ margin-top: 4.5rem !important;
5118
+ }
5119
+ .mr-size-72--tablet-up {
5120
+ margin-right: 4.5rem !important;
5121
+ }
5122
+ .mb-size-72--tablet-up {
5123
+ margin-bottom: 4.5rem !important;
5124
+ }
5125
+ .ml-size-72--tablet-up {
5126
+ margin-left: 4.5rem !important;
5127
+ }
5128
+ .mx-size-72--tablet-up {
5129
+ margin-right: 4.5rem !important;
5130
+ margin-left: 4.5rem !important;
5131
+ }
5132
+ .my-size-72--tablet-up {
5133
+ margin-top: 4.5rem !important;
5134
+ margin-bottom: 4.5rem !important;
5135
+ }
5136
+ .p-size-72--tablet-up {
5137
+ padding: 4.5rem !important;
5138
+ }
5139
+ .pt-size-72--tablet-up {
5140
+ padding-top: 4.5rem !important;
5141
+ }
5142
+ .pr-size-72--tablet-up {
5143
+ padding-right: 4.5rem !important;
5144
+ }
5145
+ .pb-size-72--tablet-up {
5146
+ padding-bottom: 4.5rem !important;
5147
+ }
5148
+ .pl-size-72--tablet-up {
5149
+ padding-left: 4.5rem !important;
5150
+ }
5151
+ .px-size-72--tablet-up {
5152
+ padding-right: 4.5rem !important;
5153
+ padding-left: 4.5rem !important;
5154
+ }
5155
+ .py-size-72--tablet-up {
5156
+ padding-top: 4.5rem !important;
5157
+ padding-bottom: 4.5rem !important;
5158
+ }
5159
+ }
5160
+ @media screen and (min-width: 64rem) {
5161
+ .m-size-72--tablet-big-up {
5162
+ margin: 4.5rem !important;
5163
+ }
5164
+ .mt-size-72--tablet-big-up {
5165
+ margin-top: 4.5rem !important;
5166
+ }
5167
+ .mr-size-72--tablet-big-up {
5168
+ margin-right: 4.5rem !important;
5169
+ }
5170
+ .mb-size-72--tablet-big-up {
5171
+ margin-bottom: 4.5rem !important;
5172
+ }
5173
+ .ml-size-72--tablet-big-up {
5174
+ margin-left: 4.5rem !important;
5175
+ }
5176
+ .mx-size-72--tablet-big-up {
5177
+ margin-right: 4.5rem !important;
5178
+ margin-left: 4.5rem !important;
5179
+ }
5180
+ .my-size-72--tablet-big-up {
5181
+ margin-top: 4.5rem !important;
5182
+ margin-bottom: 4.5rem !important;
5183
+ }
5184
+ .p-size-72--tablet-big-up {
5185
+ padding: 4.5rem !important;
5186
+ }
5187
+ .pt-size-72--tablet-big-up {
5188
+ padding-top: 4.5rem !important;
5189
+ }
5190
+ .pr-size-72--tablet-big-up {
5191
+ padding-right: 4.5rem !important;
5192
+ }
5193
+ .pb-size-72--tablet-big-up {
5194
+ padding-bottom: 4.5rem !important;
5195
+ }
5196
+ .pl-size-72--tablet-big-up {
5197
+ padding-left: 4.5rem !important;
5198
+ }
5199
+ .px-size-72--tablet-big-up {
5200
+ padding-right: 4.5rem !important;
5201
+ padding-left: 4.5rem !important;
5202
+ }
5203
+ .py-size-72--tablet-big-up {
5204
+ padding-top: 4.5rem !important;
5205
+ padding-bottom: 4.5rem !important;
5206
+ }
5207
+ }
5208
+ @media screen and (min-width: 80rem) {
5209
+ .m-size-72--laptop-up {
5210
+ margin: 4.5rem !important;
5211
+ }
5212
+ .mt-size-72--laptop-up {
5213
+ margin-top: 4.5rem !important;
5214
+ }
5215
+ .mr-size-72--laptop-up {
5216
+ margin-right: 4.5rem !important;
5217
+ }
5218
+ .mb-size-72--laptop-up {
5219
+ margin-bottom: 4.5rem !important;
5220
+ }
5221
+ .ml-size-72--laptop-up {
5222
+ margin-left: 4.5rem !important;
5223
+ }
5224
+ .mx-size-72--laptop-up {
5225
+ margin-right: 4.5rem !important;
5226
+ margin-left: 4.5rem !important;
5227
+ }
5228
+ .my-size-72--laptop-up {
5229
+ margin-top: 4.5rem !important;
5230
+ margin-bottom: 4.5rem !important;
5231
+ }
5232
+ .p-size-72--laptop-up {
5233
+ padding: 4.5rem !important;
5234
+ }
5235
+ .pt-size-72--laptop-up {
5236
+ padding-top: 4.5rem !important;
5237
+ }
5238
+ .pr-size-72--laptop-up {
5239
+ padding-right: 4.5rem !important;
5240
+ }
5241
+ .pb-size-72--laptop-up {
5242
+ padding-bottom: 4.5rem !important;
5243
+ }
5244
+ .pl-size-72--laptop-up {
5245
+ padding-left: 4.5rem !important;
5246
+ }
5247
+ .px-size-72--laptop-up {
5248
+ padding-right: 4.5rem !important;
5249
+ padding-left: 4.5rem !important;
5250
+ }
5251
+ .py-size-72--laptop-up {
5252
+ padding-top: 4.5rem !important;
5253
+ padding-bottom: 4.5rem !important;
5254
+ }
5255
+ }
5256
+ @media screen and (min-width: 100rem) {
5257
+ .m-size-72--desktop-up {
5258
+ margin: 4.5rem !important;
5259
+ }
5260
+ .mt-size-72--desktop-up {
5261
+ margin-top: 4.5rem !important;
5262
+ }
5263
+ .mr-size-72--desktop-up {
5264
+ margin-right: 4.5rem !important;
5265
+ }
5266
+ .mb-size-72--desktop-up {
5267
+ margin-bottom: 4.5rem !important;
5268
+ }
5269
+ .ml-size-72--desktop-up {
5270
+ margin-left: 4.5rem !important;
5271
+ }
5272
+ .mx-size-72--desktop-up {
5273
+ margin-right: 4.5rem !important;
5274
+ margin-left: 4.5rem !important;
5275
+ }
5276
+ .my-size-72--desktop-up {
5277
+ margin-top: 4.5rem !important;
5278
+ margin-bottom: 4.5rem !important;
5279
+ }
5280
+ .p-size-72--desktop-up {
5281
+ padding: 4.5rem !important;
5282
+ }
5283
+ .pt-size-72--desktop-up {
5284
+ padding-top: 4.5rem !important;
5285
+ }
5286
+ .pr-size-72--desktop-up {
5287
+ padding-right: 4.5rem !important;
5288
+ }
5289
+ .pb-size-72--desktop-up {
5290
+ padding-bottom: 4.5rem !important;
5291
+ }
5292
+ .pl-size-72--desktop-up {
5293
+ padding-left: 4.5rem !important;
5294
+ }
5295
+ .px-size-72--desktop-up {
5296
+ padding-right: 4.5rem !important;
5297
+ padding-left: 4.5rem !important;
5298
+ }
5299
+ .py-size-72--desktop-up {
5300
+ padding-top: 4.5rem !important;
5301
+ padding-bottom: 4.5rem !important;
5302
+ }
5303
+ }
5304
+ .m-size-88 {
5305
+ margin: 5.5rem !important;
5306
+ }
5307
+
5308
+ .mt-size-88 {
5309
+ margin-top: 5.5rem !important;
5310
+ }
5311
+
5312
+ .mr-size-88 {
5313
+ margin-right: 5.5rem !important;
5314
+ }
5315
+
5316
+ .mb-size-88 {
5317
+ margin-bottom: 5.5rem !important;
5318
+ }
5319
+
5320
+ .ml-size-88 {
5321
+ margin-left: 5.5rem !important;
5322
+ }
5323
+
5324
+ .mx-size-88 {
5325
+ margin-right: 5.5rem !important;
5326
+ margin-left: 5.5rem !important;
5327
+ }
5328
+
5329
+ .my-size-88 {
5330
+ margin-top: 5.5rem !important;
5331
+ margin-bottom: 5.5rem !important;
5332
+ }
5333
+
5334
+ .p-size-88 {
5335
+ padding: 5.5rem !important;
5336
+ }
5337
+
5338
+ .pt-size-88 {
5339
+ padding-top: 5.5rem !important;
5340
+ }
5341
+
5342
+ .pr-size-88 {
5343
+ padding-right: 5.5rem !important;
5344
+ }
5345
+
5346
+ .pb-size-88 {
5347
+ padding-bottom: 5.5rem !important;
5348
+ }
5349
+
5350
+ .pl-size-88 {
5351
+ padding-left: 5.5rem !important;
5352
+ }
5353
+
5354
+ .px-size-88 {
5355
+ padding-right: 5.5rem !important;
5356
+ padding-left: 5.5rem !important;
5357
+ }
5358
+
5359
+ .py-size-88 {
5360
+ padding-top: 5.5rem !important;
5361
+ padding-bottom: 5.5rem !important;
5362
+ }
5363
+
5364
+ @media screen and (min-width: 0) {
5365
+ .m-size-88--mobile-up {
5366
+ margin: 5.5rem !important;
5367
+ }
5368
+ .mt-size-88--mobile-up {
5369
+ margin-top: 5.5rem !important;
5370
+ }
5371
+ .mr-size-88--mobile-up {
5372
+ margin-right: 5.5rem !important;
5373
+ }
5374
+ .mb-size-88--mobile-up {
5375
+ margin-bottom: 5.5rem !important;
5376
+ }
5377
+ .ml-size-88--mobile-up {
5378
+ margin-left: 5.5rem !important;
5379
+ }
5380
+ .mx-size-88--mobile-up {
5381
+ margin-right: 5.5rem !important;
5382
+ margin-left: 5.5rem !important;
5383
+ }
5384
+ .my-size-88--mobile-up {
5385
+ margin-top: 5.5rem !important;
5386
+ margin-bottom: 5.5rem !important;
5387
+ }
5388
+ .p-size-88--mobile-up {
5389
+ padding: 5.5rem !important;
5390
+ }
5391
+ .pt-size-88--mobile-up {
5392
+ padding-top: 5.5rem !important;
5393
+ }
5394
+ .pr-size-88--mobile-up {
5395
+ padding-right: 5.5rem !important;
5396
+ }
5397
+ .pb-size-88--mobile-up {
5398
+ padding-bottom: 5.5rem !important;
5399
+ }
5400
+ .pl-size-88--mobile-up {
5401
+ padding-left: 5.5rem !important;
5402
+ }
5403
+ .px-size-88--mobile-up {
5404
+ padding-right: 5.5rem !important;
5405
+ padding-left: 5.5rem !important;
5406
+ }
5407
+ .py-size-88--mobile-up {
5408
+ padding-top: 5.5rem !important;
5409
+ padding-bottom: 5.5rem !important;
5410
+ }
5411
+ }
5412
+ @media screen and (min-width: 36rem) {
5413
+ .m-size-88--phablet-up {
5414
+ margin: 5.5rem !important;
5415
+ }
5416
+ .mt-size-88--phablet-up {
5417
+ margin-top: 5.5rem !important;
5418
+ }
5419
+ .mr-size-88--phablet-up {
5420
+ margin-right: 5.5rem !important;
5421
+ }
5422
+ .mb-size-88--phablet-up {
5423
+ margin-bottom: 5.5rem !important;
5424
+ }
5425
+ .ml-size-88--phablet-up {
5426
+ margin-left: 5.5rem !important;
5427
+ }
5428
+ .mx-size-88--phablet-up {
5429
+ margin-right: 5.5rem !important;
5430
+ margin-left: 5.5rem !important;
5431
+ }
5432
+ .my-size-88--phablet-up {
5433
+ margin-top: 5.5rem !important;
5434
+ margin-bottom: 5.5rem !important;
5435
+ }
5436
+ .p-size-88--phablet-up {
5437
+ padding: 5.5rem !important;
5438
+ }
5439
+ .pt-size-88--phablet-up {
5440
+ padding-top: 5.5rem !important;
5441
+ }
5442
+ .pr-size-88--phablet-up {
5443
+ padding-right: 5.5rem !important;
5444
+ }
5445
+ .pb-size-88--phablet-up {
5446
+ padding-bottom: 5.5rem !important;
5447
+ }
5448
+ .pl-size-88--phablet-up {
5449
+ padding-left: 5.5rem !important;
5450
+ }
5451
+ .px-size-88--phablet-up {
5452
+ padding-right: 5.5rem !important;
5453
+ padding-left: 5.5rem !important;
5454
+ }
5455
+ .py-size-88--phablet-up {
5456
+ padding-top: 5.5rem !important;
5457
+ padding-bottom: 5.5rem !important;
5458
+ }
5459
+ }
5460
+ @media screen and (min-width: 48rem) {
5461
+ .m-size-88--tablet-up {
5462
+ margin: 5.5rem !important;
5463
+ }
5464
+ .mt-size-88--tablet-up {
5465
+ margin-top: 5.5rem !important;
5466
+ }
5467
+ .mr-size-88--tablet-up {
5468
+ margin-right: 5.5rem !important;
5469
+ }
5470
+ .mb-size-88--tablet-up {
5471
+ margin-bottom: 5.5rem !important;
5472
+ }
5473
+ .ml-size-88--tablet-up {
5474
+ margin-left: 5.5rem !important;
5475
+ }
5476
+ .mx-size-88--tablet-up {
5477
+ margin-right: 5.5rem !important;
5478
+ margin-left: 5.5rem !important;
5479
+ }
5480
+ .my-size-88--tablet-up {
5481
+ margin-top: 5.5rem !important;
5482
+ margin-bottom: 5.5rem !important;
5483
+ }
5484
+ .p-size-88--tablet-up {
5485
+ padding: 5.5rem !important;
5486
+ }
5487
+ .pt-size-88--tablet-up {
5488
+ padding-top: 5.5rem !important;
5489
+ }
5490
+ .pr-size-88--tablet-up {
5491
+ padding-right: 5.5rem !important;
5492
+ }
5493
+ .pb-size-88--tablet-up {
5494
+ padding-bottom: 5.5rem !important;
5495
+ }
5496
+ .pl-size-88--tablet-up {
5497
+ padding-left: 5.5rem !important;
5498
+ }
5499
+ .px-size-88--tablet-up {
5500
+ padding-right: 5.5rem !important;
5501
+ padding-left: 5.5rem !important;
5502
+ }
5503
+ .py-size-88--tablet-up {
5504
+ padding-top: 5.5rem !important;
5505
+ padding-bottom: 5.5rem !important;
5506
+ }
5507
+ }
5508
+ @media screen and (min-width: 64rem) {
5509
+ .m-size-88--tablet-big-up {
5510
+ margin: 5.5rem !important;
5511
+ }
5512
+ .mt-size-88--tablet-big-up {
5513
+ margin-top: 5.5rem !important;
5514
+ }
5515
+ .mr-size-88--tablet-big-up {
5516
+ margin-right: 5.5rem !important;
5517
+ }
5518
+ .mb-size-88--tablet-big-up {
5519
+ margin-bottom: 5.5rem !important;
5520
+ }
5521
+ .ml-size-88--tablet-big-up {
5522
+ margin-left: 5.5rem !important;
5523
+ }
5524
+ .mx-size-88--tablet-big-up {
5525
+ margin-right: 5.5rem !important;
5526
+ margin-left: 5.5rem !important;
5527
+ }
5528
+ .my-size-88--tablet-big-up {
5529
+ margin-top: 5.5rem !important;
5530
+ margin-bottom: 5.5rem !important;
5531
+ }
5532
+ .p-size-88--tablet-big-up {
5533
+ padding: 5.5rem !important;
5534
+ }
5535
+ .pt-size-88--tablet-big-up {
5536
+ padding-top: 5.5rem !important;
5537
+ }
5538
+ .pr-size-88--tablet-big-up {
5539
+ padding-right: 5.5rem !important;
5540
+ }
5541
+ .pb-size-88--tablet-big-up {
5542
+ padding-bottom: 5.5rem !important;
5543
+ }
5544
+ .pl-size-88--tablet-big-up {
5545
+ padding-left: 5.5rem !important;
5546
+ }
5547
+ .px-size-88--tablet-big-up {
5548
+ padding-right: 5.5rem !important;
5549
+ padding-left: 5.5rem !important;
5550
+ }
5551
+ .py-size-88--tablet-big-up {
5552
+ padding-top: 5.5rem !important;
5553
+ padding-bottom: 5.5rem !important;
5554
+ }
5555
+ }
5556
+ @media screen and (min-width: 80rem) {
5557
+ .m-size-88--laptop-up {
5558
+ margin: 5.5rem !important;
5559
+ }
5560
+ .mt-size-88--laptop-up {
5561
+ margin-top: 5.5rem !important;
5562
+ }
5563
+ .mr-size-88--laptop-up {
5564
+ margin-right: 5.5rem !important;
5565
+ }
5566
+ .mb-size-88--laptop-up {
5567
+ margin-bottom: 5.5rem !important;
5568
+ }
5569
+ .ml-size-88--laptop-up {
5570
+ margin-left: 5.5rem !important;
5571
+ }
5572
+ .mx-size-88--laptop-up {
5573
+ margin-right: 5.5rem !important;
5574
+ margin-left: 5.5rem !important;
5575
+ }
5576
+ .my-size-88--laptop-up {
5577
+ margin-top: 5.5rem !important;
5578
+ margin-bottom: 5.5rem !important;
5579
+ }
5580
+ .p-size-88--laptop-up {
5581
+ padding: 5.5rem !important;
5582
+ }
5583
+ .pt-size-88--laptop-up {
5584
+ padding-top: 5.5rem !important;
5585
+ }
5586
+ .pr-size-88--laptop-up {
5587
+ padding-right: 5.5rem !important;
5588
+ }
5589
+ .pb-size-88--laptop-up {
5590
+ padding-bottom: 5.5rem !important;
5591
+ }
5592
+ .pl-size-88--laptop-up {
5593
+ padding-left: 5.5rem !important;
5594
+ }
5595
+ .px-size-88--laptop-up {
5596
+ padding-right: 5.5rem !important;
5597
+ padding-left: 5.5rem !important;
5598
+ }
5599
+ .py-size-88--laptop-up {
5600
+ padding-top: 5.5rem !important;
5601
+ padding-bottom: 5.5rem !important;
5602
+ }
5603
+ }
5604
+ @media screen and (min-width: 100rem) {
5605
+ .m-size-88--desktop-up {
5606
+ margin: 5.5rem !important;
5607
+ }
5608
+ .mt-size-88--desktop-up {
5609
+ margin-top: 5.5rem !important;
5610
+ }
5611
+ .mr-size-88--desktop-up {
5612
+ margin-right: 5.5rem !important;
5613
+ }
5614
+ .mb-size-88--desktop-up {
5615
+ margin-bottom: 5.5rem !important;
5616
+ }
5617
+ .ml-size-88--desktop-up {
5618
+ margin-left: 5.5rem !important;
5619
+ }
5620
+ .mx-size-88--desktop-up {
5621
+ margin-right: 5.5rem !important;
5622
+ margin-left: 5.5rem !important;
5623
+ }
5624
+ .my-size-88--desktop-up {
5625
+ margin-top: 5.5rem !important;
5626
+ margin-bottom: 5.5rem !important;
5627
+ }
5628
+ .p-size-88--desktop-up {
5629
+ padding: 5.5rem !important;
5630
+ }
5631
+ .pt-size-88--desktop-up {
5632
+ padding-top: 5.5rem !important;
5633
+ }
5634
+ .pr-size-88--desktop-up {
5635
+ padding-right: 5.5rem !important;
5636
+ }
5637
+ .pb-size-88--desktop-up {
5638
+ padding-bottom: 5.5rem !important;
5639
+ }
5640
+ .pl-size-88--desktop-up {
5641
+ padding-left: 5.5rem !important;
5642
+ }
5643
+ .px-size-88--desktop-up {
5644
+ padding-right: 5.5rem !important;
5645
+ padding-left: 5.5rem !important;
5646
+ }
5647
+ .py-size-88--desktop-up {
5648
+ padding-top: 5.5rem !important;
5649
+ padding-bottom: 5.5rem !important;
5650
+ }
5651
+ }
4956
5652
  .m-size-104 {
4957
5653
  margin: 6.5rem !important;
4958
5654
  }
@@ -9010,6 +9706,24 @@ body {
9010
9706
  .pkt-grid--rowgap-size-64 {
9011
9707
  row-gap: 4rem;
9012
9708
  }
9709
+ .pkt-grid--gap-size-72 {
9710
+ gap: 4.5rem;
9711
+ }
9712
+ .pkt-grid--colgap-size-72 {
9713
+ column-gap: 4.5rem;
9714
+ }
9715
+ .pkt-grid--rowgap-size-72 {
9716
+ row-gap: 4.5rem;
9717
+ }
9718
+ .pkt-grid--gap-size-88 {
9719
+ gap: 5.5rem;
9720
+ }
9721
+ .pkt-grid--colgap-size-88 {
9722
+ column-gap: 5.5rem;
9723
+ }
9724
+ .pkt-grid--rowgap-size-88 {
9725
+ row-gap: 5.5rem;
9726
+ }
9013
9727
  .pkt-grid--gap-size-104 {
9014
9728
  gap: 6.5rem;
9015
9729
  }
@@ -9218,6 +9932,24 @@ body {
9218
9932
  .pkt-grid--rowgap-size-64-mobile-up {
9219
9933
  row-gap: 4rem;
9220
9934
  }
9935
+ .pkt-grid--gap-size-72-mobile-up {
9936
+ gap: 4.5rem;
9937
+ }
9938
+ .pkt-grid--colgap-size-72-mobile-up {
9939
+ column-gap: 4.5rem;
9940
+ }
9941
+ .pkt-grid--rowgap-size-72-mobile-up {
9942
+ row-gap: 4.5rem;
9943
+ }
9944
+ .pkt-grid--gap-size-88-mobile-up {
9945
+ gap: 5.5rem;
9946
+ }
9947
+ .pkt-grid--colgap-size-88-mobile-up {
9948
+ column-gap: 5.5rem;
9949
+ }
9950
+ .pkt-grid--rowgap-size-88-mobile-up {
9951
+ row-gap: 5.5rem;
9952
+ }
9221
9953
  .pkt-grid--gap-size-104-mobile-up {
9222
9954
  gap: 6.5rem;
9223
9955
  }
@@ -9427,6 +10159,24 @@ body {
9427
10159
  .pkt-grid--rowgap-size-64-phablet-up {
9428
10160
  row-gap: 4rem;
9429
10161
  }
10162
+ .pkt-grid--gap-size-72-phablet-up {
10163
+ gap: 4.5rem;
10164
+ }
10165
+ .pkt-grid--colgap-size-72-phablet-up {
10166
+ column-gap: 4.5rem;
10167
+ }
10168
+ .pkt-grid--rowgap-size-72-phablet-up {
10169
+ row-gap: 4.5rem;
10170
+ }
10171
+ .pkt-grid--gap-size-88-phablet-up {
10172
+ gap: 5.5rem;
10173
+ }
10174
+ .pkt-grid--colgap-size-88-phablet-up {
10175
+ column-gap: 5.5rem;
10176
+ }
10177
+ .pkt-grid--rowgap-size-88-phablet-up {
10178
+ row-gap: 5.5rem;
10179
+ }
9430
10180
  .pkt-grid--gap-size-104-phablet-up {
9431
10181
  gap: 6.5rem;
9432
10182
  }
@@ -9636,6 +10386,24 @@ body {
9636
10386
  .pkt-grid--rowgap-size-64-tablet-up {
9637
10387
  row-gap: 4rem;
9638
10388
  }
10389
+ .pkt-grid--gap-size-72-tablet-up {
10390
+ gap: 4.5rem;
10391
+ }
10392
+ .pkt-grid--colgap-size-72-tablet-up {
10393
+ column-gap: 4.5rem;
10394
+ }
10395
+ .pkt-grid--rowgap-size-72-tablet-up {
10396
+ row-gap: 4.5rem;
10397
+ }
10398
+ .pkt-grid--gap-size-88-tablet-up {
10399
+ gap: 5.5rem;
10400
+ }
10401
+ .pkt-grid--colgap-size-88-tablet-up {
10402
+ column-gap: 5.5rem;
10403
+ }
10404
+ .pkt-grid--rowgap-size-88-tablet-up {
10405
+ row-gap: 5.5rem;
10406
+ }
9639
10407
  .pkt-grid--gap-size-104-tablet-up {
9640
10408
  gap: 6.5rem;
9641
10409
  }
@@ -9845,6 +10613,24 @@ body {
9845
10613
  .pkt-grid--rowgap-size-64-tablet-big-up {
9846
10614
  row-gap: 4rem;
9847
10615
  }
10616
+ .pkt-grid--gap-size-72-tablet-big-up {
10617
+ gap: 4.5rem;
10618
+ }
10619
+ .pkt-grid--colgap-size-72-tablet-big-up {
10620
+ column-gap: 4.5rem;
10621
+ }
10622
+ .pkt-grid--rowgap-size-72-tablet-big-up {
10623
+ row-gap: 4.5rem;
10624
+ }
10625
+ .pkt-grid--gap-size-88-tablet-big-up {
10626
+ gap: 5.5rem;
10627
+ }
10628
+ .pkt-grid--colgap-size-88-tablet-big-up {
10629
+ column-gap: 5.5rem;
10630
+ }
10631
+ .pkt-grid--rowgap-size-88-tablet-big-up {
10632
+ row-gap: 5.5rem;
10633
+ }
9848
10634
  .pkt-grid--gap-size-104-tablet-big-up {
9849
10635
  gap: 6.5rem;
9850
10636
  }
@@ -10054,6 +10840,24 @@ body {
10054
10840
  .pkt-grid--rowgap-size-64-laptop-up {
10055
10841
  row-gap: 4rem;
10056
10842
  }
10843
+ .pkt-grid--gap-size-72-laptop-up {
10844
+ gap: 4.5rem;
10845
+ }
10846
+ .pkt-grid--colgap-size-72-laptop-up {
10847
+ column-gap: 4.5rem;
10848
+ }
10849
+ .pkt-grid--rowgap-size-72-laptop-up {
10850
+ row-gap: 4.5rem;
10851
+ }
10852
+ .pkt-grid--gap-size-88-laptop-up {
10853
+ gap: 5.5rem;
10854
+ }
10855
+ .pkt-grid--colgap-size-88-laptop-up {
10856
+ column-gap: 5.5rem;
10857
+ }
10858
+ .pkt-grid--rowgap-size-88-laptop-up {
10859
+ row-gap: 5.5rem;
10860
+ }
10057
10861
  .pkt-grid--gap-size-104-laptop-up {
10058
10862
  gap: 6.5rem;
10059
10863
  }
@@ -10263,6 +11067,24 @@ body {
10263
11067
  .pkt-grid--rowgap-size-64-desktop-up {
10264
11068
  row-gap: 4rem;
10265
11069
  }
11070
+ .pkt-grid--gap-size-72-desktop-up {
11071
+ gap: 4.5rem;
11072
+ }
11073
+ .pkt-grid--colgap-size-72-desktop-up {
11074
+ column-gap: 4.5rem;
11075
+ }
11076
+ .pkt-grid--rowgap-size-72-desktop-up {
11077
+ row-gap: 4.5rem;
11078
+ }
11079
+ .pkt-grid--gap-size-88-desktop-up {
11080
+ gap: 5.5rem;
11081
+ }
11082
+ .pkt-grid--colgap-size-88-desktop-up {
11083
+ column-gap: 5.5rem;
11084
+ }
11085
+ .pkt-grid--rowgap-size-88-desktop-up {
11086
+ row-gap: 5.5rem;
11087
+ }
10266
11088
  .pkt-grid--gap-size-104-desktop-up {
10267
11089
  gap: 6.5rem;
10268
11090
  }
@@ -10635,30 +11457,39 @@ strong {
10635
11457
  font-weight: 500;
10636
11458
  }
10637
11459
 
10638
- a {
11460
+ a,
11461
+ .pkt-link {
10639
11462
  color: var(--color-blue-dark);
10640
11463
  text-decoration: underline;
10641
11464
  word-wrap: break-word;
10642
11465
  cursor: pointer;
10643
11466
  }
10644
- a:visited {
11467
+ a:visited,
11468
+ .pkt-link:visited {
10645
11469
  color: var(--color-blue-dark);
10646
11470
  }
10647
- a:hover, a.pkt-link--hover {
11471
+ a:hover, a.pkt-link--hover,
11472
+ .pkt-link:hover,
11473
+ .pkt-link.pkt-link--hover {
10648
11474
  color: var(--color-hover);
10649
11475
  text-decoration: underline;
10650
11476
  }
10651
- a:focus-visible, a.pkt-link--focus {
11477
+ a:focus-visible, a.pkt-link--focus,
11478
+ .pkt-link:focus-visible,
11479
+ .pkt-link.pkt-link--focus {
10652
11480
  box-shadow: 0px 0px 0px 0.125rem var(--color-active), 0px 0px 0px 0.375rem var(--color-focus);
10653
11481
  outline: none;
10654
11482
  color: var(--color-hover);
10655
11483
  }
10656
- a:focus:not(:focus-visible) {
11484
+ a:focus:not(:focus-visible),
11485
+ .pkt-link:focus:not(:focus-visible) {
10657
11486
  box-shadow: none;
10658
11487
  outline: 0.125rem solid var(--color-active);
10659
11488
  color: var(--color-hover);
10660
11489
  }
10661
- a:active, a.pkt-link--active {
11490
+ a:active, a.pkt-link--active,
11491
+ .pkt-link:active,
11492
+ .pkt-link.pkt-link--active {
10662
11493
  color: var(--color-active);
10663
11494
  }
10664
11495
  [data-mode=dark] a:link, [data-mode=dark] a.pkt-link--link {
@@ -10708,7 +11539,7 @@ a:active, a.pkt-link--active {
10708
11539
  }
10709
11540
  .pkt-link--external::after {
10710
11541
  content: " ";
10711
- --svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/new-window-small.svg);
11542
+ --svg: url(https://punkt-cdn.oslo.kommune.no/6.0/icons/new-window-small.svg);
10712
11543
  background-image: var(--svg);
10713
11544
  background-repeat: no-repeat;
10714
11545
  background-size: 18px 18px;
@@ -10719,6 +11550,15 @@ a:active, a.pkt-link--active {
10719
11550
  filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
10720
11551
  }
10721
11552
 
11553
+ button.pkt-link {
11554
+ background: none;
11555
+ border: none;
11556
+ padding: 0;
11557
+ font-family: inherit;
11558
+ cursor: pointer;
11559
+ font-weight: inherit;
11560
+ }
11561
+
10722
11562
  [data-mode=dark] .pkt-link--external::after {
10723
11563
  filter: brightness(0) saturate(100%) invert(100%);
10724
11564
  }
@@ -11507,6 +12347,9 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
11507
12347
  .pkt-form-label {
11508
12348
  width: 100%;
11509
12349
  }
12350
+ .pkt-form-label > p:first-child {
12351
+ display: inline;
12352
+ }
11510
12353
  .pkt-form-help {
11511
12354
  margin: 0.25em 0;
11512
12355
  font-size: 0.875rem;
@@ -11643,7 +12486,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
11643
12486
  border: 6px solid var(--choice-checked-rb-bc);
11644
12487
  }
11645
12488
  .pkt-form-check-input:checked[type=checkbox] {
11646
- --svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/check-medium.svg);
12489
+ --svg: url(https://punkt-cdn.oslo.kommune.no/6.0/icons/check-medium.svg);
11647
12490
  position: relative;
11648
12491
  background-color: blue;
11649
12492
  }
@@ -11773,6 +12616,24 @@ Therefore, this is removed from the reset here, and images who need to be fluid
11773
12616
  column-gap: 1rem;
11774
12617
  }
11775
12618
 
12619
+ .pkt-list-horizontal {
12620
+ display: flex;
12621
+ list-style: none;
12622
+ padding: 0;
12623
+ }
12624
+ .pkt-list-horizontal li {
12625
+ padding-right: 1rem;
12626
+ }
12627
+ .pkt-list-horizontal li + li {
12628
+ padding-left: 1rem;
12629
+ }
12630
+ .pkt-list-horizontal li:last-child {
12631
+ padding-right: 0;
12632
+ }
12633
+ .pkt-list-horizontal.bordered li + li {
12634
+ border-left: 1px solid var(--color-grayscale-60);
12635
+ }
12636
+
11776
12637
  .pkt-dl,
11777
12638
  .pkt-dl--narrow {
11778
12639
  display: flex;
@@ -12056,7 +12917,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
12056
12917
  * så dette må refaktoreres ved anledning.
12057
12918
  */
12058
12919
  .pkt-select {
12059
- --svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/chevron-thin-down.svg);
12920
+ --svg: url(https://punkt-cdn.oslo.kommune.no/6.0/icons/chevron-thin-down.svg);
12060
12921
  display: block;
12061
12922
  background-color: var(--color-white);
12062
12923
  background-image: var(--svg);
@@ -12783,123 +13644,261 @@ Therefore, this is removed from the reset here, and images who need to be fluid
12783
13644
  .pkt-header {
12784
13645
  background-color: var(--color-white);
12785
13646
  border-bottom: 1px solid var(--color-gray);
12786
- display: grid;
12787
- gap: 0 0;
12788
- grid-template-areas: "header-logo header-actions";
12789
- grid-template-columns: minmax(108.3870967742px, 116.1290322581px) 1fr;
12790
- padding: 1rem 1rem;
13647
+ display: flex;
13648
+ justify-content: space-between;
12791
13649
  align-items: center;
13650
+ padding: 0 1rem;
13651
+ height: 4.5rem;
12792
13652
  }
12793
- @media screen and (min-width: 80rem) {
13653
+ @media screen and (min-width: 48rem) {
12794
13654
  .pkt-header {
12795
- padding: 1.5rem 2.5rem;
13655
+ height: 5.5rem;
12796
13656
  }
12797
13657
  }
12798
- .pkt-header__logo {
12799
- grid-area: header-logo;
13658
+ @media screen and (min-width: 80rem) {
13659
+ .pkt-header {
13660
+ height: 6.5rem;
13661
+ padding: 0 3rem;
13662
+ }
12800
13663
  }
12801
- .pkt-header__logo-link {
12802
- display: block;
13664
+ .pkt-header--fixed {
13665
+ width: 100vw;
13666
+ position: fixed;
13667
+ top: 0;
13668
+ left: 0;
13669
+ z-index: 10;
12803
13670
  }
12804
- .pkt-header__logo-svg {
12805
- height: 56px;
12806
- width: 108.3870967742px;
13671
+ .pkt-header--scroll-to-hide {
13672
+ transform: translate3d(0, 0, 0);
13673
+ transition: 0.5s transform ease-in-out;
12807
13674
  }
12808
- @media screen and (min-width: 35.938rem) {
12809
- .pkt-header__logo-svg {
12810
- height: 60px;
12811
- width: 116.1290322581px;
12812
- }
13675
+ .pkt-header--hidden {
13676
+ transform: translate3d(0, -100%, 0);
12813
13677
  }
12814
- .pkt-header__actions {
12815
- grid-area: header-actions;
13678
+ .pkt-header__logo {
13679
+ flex: 0 1 auto;
12816
13680
  display: flex;
12817
- justify-content: flex-end;
12818
- align-items: center;
12819
- }
12820
- .pkt-header__action {
12821
13681
  align-items: center;
12822
- display: inline-flex;
12823
- flex-direction: row;
12824
- margin: 0 0 0 1rem;
13682
+ gap: 1rem;
13683
+ margin: 0;
13684
+ padding: 0;
12825
13685
  }
12826
- @media screen and (min-width: 35.938rem) {
12827
- .pkt-header__action {
12828
- height: 60px;
12829
- margin: 0 0 0 2rem;
13686
+ @media screen and (min-width: 80rem) {
13687
+ .pkt-header__logo {
13688
+ gap: 1.5rem;
12830
13689
  }
12831
13690
  }
12832
- .pkt-header__action-text {
12833
- font-size: 1.125rem;
13691
+ .pkt-header__logo-link, .pkt-header__logo-service {
13692
+ display: inline-block;
13693
+ margin: 0;
13694
+ padding: 0;
13695
+ }
13696
+ .pkt-header__logo-service {
13697
+ padding-top: 0.28rem;
13698
+ display: none;
13699
+ white-space: nowrap;
13700
+ text-overflow: ellipsis;
13701
+ overflow: hidden;
13702
+ font-size: 1.375rem;
12834
13703
  font-weight: 300;
12835
13704
  letter-spacing: -0.2px;
12836
- line-height: 1.75rem;
12837
- display: inline-flex;
12838
- align-items: center;
12839
- max-width: 3.125rem;
12840
- white-space: nowrap;
13705
+ line-height: 2.125rem;
12841
13706
  }
12842
- @media screen and (min-width: 35.938rem) {
12843
- .pkt-header__action-text {
12844
- max-width: none;
13707
+ @media screen and (min-width: 48rem) {
13708
+ .pkt-header__logo-service {
13709
+ display: inline-block;
12845
13710
  }
12846
13711
  }
12847
- .pkt-header__action-textrow {
12848
- display: inline-flex;
13712
+ @media screen and (min-width: 80rem) {
13713
+ .pkt-header__logo-service {
13714
+ padding-top: 0.45rem;
13715
+ font-size: 1.5rem;
13716
+ font-weight: 300;
13717
+ letter-spacing: -0.2px;
13718
+ line-height: 2.25rem;
13719
+ }
13720
+ }
13721
+ .pkt-header__logo-svg {
13722
+ height: 3.5rem;
13723
+ width: 6.7741935484rem;
13724
+ }
13725
+ @media screen and (min-width: 80rem) {
13726
+ .pkt-header__logo-svg {
13727
+ height: 4rem;
13728
+ width: 7.7419354839rem;
13729
+ }
13730
+ }
13731
+ .pkt-header--narrow {
13732
+ padding: 0 1rem;
13733
+ height: 4.5rem;
13734
+ }
13735
+ .pkt-header--narrow .pkt-header__logo {
13736
+ gap: 1rem;
13737
+ }
13738
+ .pkt-header--narrow .pkt-header__logo-service {
13739
+ padding-top: 0.28rem;
12849
13740
  font-size: 1.125rem;
12850
13741
  font-weight: 300;
12851
13742
  letter-spacing: -0.2px;
12852
13743
  line-height: 1.75rem;
12853
- max-width: 3.125rem;
12854
13744
  }
12855
- @media screen and (min-width: 35.938rem) {
12856
- .pkt-header__action-textrow {
12857
- max-width: none;
13745
+ .pkt-header--narrow .pkt-header__logo-svg {
13746
+ height: 3rem;
13747
+ width: 5.8064516129rem;
13748
+ }
13749
+ @media screen and (min-width: 0) and (max-width: 64rem) {
13750
+ .pkt-header__menu-btn {
13751
+ border: 0;
13752
+ }
13753
+ .pkt-header__menu-btn .pkt-btn__text {
13754
+ display: none;
12858
13755
  }
12859
13756
  }
12860
- .pkt-header__action-textrow.text-row-inline {
12861
- display: inline;
13757
+ .pkt-header__user-btn {
13758
+ border-color: var(--color-yellow);
12862
13759
  }
12863
- .pkt-header__action-change {
12864
- margin-left: 0.75rem;
13760
+ .pkt-header__actions {
13761
+ flex: 1 0 auto;
13762
+ display: flex;
13763
+ justify-content: flex-end;
13764
+ align-items: stretch;
12865
13765
  }
12866
- .pkt-header__action-icon {
12867
- --fg-color: var(--color-blue-dark);
12868
- height: 1.5rem;
12869
- line-height: 1rem;
12870
- width: 1.5rem;
12871
- margin-left: 0.25rem;
13766
+ .pkt-header__actions-row {
13767
+ list-style: none;
13768
+ padding-left: 0;
13769
+ margin: 0;
13770
+ display: flex;
13771
+ align-items: center;
13772
+ gap: 2rem;
13773
+ }
13774
+ .pkt-header__actions-row > li {
13775
+ padding: 0;
13776
+ }
13777
+ .pkt-header__dropdown {
13778
+ z-index: 2;
13779
+ position: absolute;
13780
+ right: 0;
13781
+ left: 0;
13782
+ padding-left: 0;
13783
+ margin: 0;
13784
+ list-style: none;
13785
+ visibility: hidden;
13786
+ max-height: calc(100vh - 4.5rem);
13787
+ overflow-x: hidden;
13788
+ overflow-y: auto;
12872
13789
  }
12873
13790
  @media screen and (min-width: 48rem) {
12874
- .pkt-header__action-icon {
12875
- height: 1.5rem;
12876
- margin-left: 0.5rem;
12877
- width: 1.5rem;
13791
+ .pkt-header__dropdown {
13792
+ left: auto;
13793
+ right: 0;
13794
+ min-width: 23rem;
13795
+ width: auto;
12878
13796
  }
12879
13797
  }
12880
- .pkt-header .pkt-btn {
12881
- font-size: 1.125rem;
12882
- font-weight: 500;
12883
- letter-spacing: -0.2px;
12884
- line-height: 1.75rem;
12885
- margin: 0 0 0 0.25rem;
12886
- padding: 0.75rem 0.75rem;
13798
+ .pkt-header__dropdown > li {
13799
+ padding: 2rem;
13800
+ background-color: var(--color-white);
13801
+ }
13802
+ .pkt-header__dropdown > li.footer {
13803
+ padding-top: 1rem;
13804
+ padding-bottom: 1rem;
13805
+ }
13806
+ .pkt-header__dropdown > li:nth-child(odd) {
13807
+ background-color: var(--color-gray-light);
13808
+ }
13809
+ .pkt-header__user-fullname {
13810
+ display: none;
13811
+ }
13812
+ @media screen and (min-width: 80rem) {
13813
+ .pkt-header__user-fullname {
13814
+ display: inline;
13815
+ }
13816
+ }
13817
+ .pkt-header__user-shortname {
13818
+ display: inline;
13819
+ }
13820
+ @media screen and (min-width: 80rem) {
13821
+ .pkt-header__user-shortname {
13822
+ display: none;
13823
+ }
12887
13824
  }
12888
13825
  @media screen and (min-width: 48rem) {
12889
- .pkt-header .pkt-btn {
12890
- margin: 0 0 0 2rem;
12891
- padding: 0.75rem 1rem;
13826
+ .pkt-header--has-dropdown {
13827
+ position: relative;
12892
13828
  }
12893
13829
  }
12894
- .pkt-header .pkt-btn:hover .pkt-header__action-icon {
12895
- --fg-color: var(--color-hover);
13830
+ .pkt-header--has-dropdown > .pkt-btn:hover .pkt-btn--closed {
13831
+ --fg-color: var(--color-white);
13832
+ }
13833
+ .pkt-header--has-dropdown .pkt-btn--open {
13834
+ display: none;
13835
+ }
13836
+ .pkt-header--has-dropdown .pkt-btn--closed {
13837
+ display: none;
13838
+ }
13839
+ @media screen and (min-width: 80rem) {
13840
+ .pkt-header--has-dropdown .pkt-btn--closed {
13841
+ display: inline-block;
13842
+ }
13843
+ }
13844
+ .pkt-header--has-dropdown.pkt-header--open-dropdown > .pkt-btn {
13845
+ background-color: var(--color-active);
13846
+ border-color: var(--color-active);
13847
+ color: var(--color-white);
13848
+ }
13849
+ .pkt-header--has-dropdown.pkt-header--open-dropdown > .pkt-btn .pkt-btn--open {
13850
+ --fg-color: var(--color-white);
13851
+ }
13852
+ @media screen and (min-width: 80rem) {
13853
+ .pkt-header--has-dropdown.pkt-header--open-dropdown > .pkt-btn .pkt-btn--open {
13854
+ display: inline-block;
13855
+ }
12896
13856
  }
12897
- .pkt-header .pkt-btn__text--representing {
13857
+ .pkt-header--has-dropdown.pkt-header--open-dropdown > .pkt-btn .pkt-btn--closed {
13858
+ display: none;
13859
+ }
13860
+ .pkt-header--has-dropdown.pkt-header--open-dropdown .pkt-header__dropdown {
13861
+ visibility: visible;
13862
+ }
13863
+
13864
+ .pkt-user-menu p {
13865
+ margin: 0;
13866
+ }
13867
+ .pkt-user-menu__label {
13868
+ color: var(--color-grayscale-60);
13869
+ font-size: 0.875rem;
13870
+ font-weight: 500;
13871
+ letter-spacing: -0.2px;
13872
+ line-height: 1.375rem;
13873
+ }
13874
+ .pkt-user-menu__name {
12898
13875
  font-size: 1.125rem;
12899
- font-weight: 300;
13876
+ font-weight: 500;
12900
13877
  letter-spacing: -0.2px;
12901
13878
  line-height: 1.75rem;
12902
13879
  }
13880
+ .pkt-user-menu__last-logged-in, .pkt-user-menu__org_number {
13881
+ font-size: 1rem;
13882
+ font-weight: 300;
13883
+ letter-spacing: -0.2px;
13884
+ line-height: 1.5rem;
13885
+ }
13886
+ .pkt-user-menu .pkt-list {
13887
+ margin: 0;
13888
+ }
13889
+ .pkt-user-menu .pkt-list .pkt-link {
13890
+ text-decoration: none;
13891
+ }
13892
+ .pkt-user-menu .pkt-list .pkt-link:hover {
13893
+ text-decoration: underline;
13894
+ }
13895
+ .pkt-user-menu .pkt-list > li > a {
13896
+ grid-template-columns: 1.5rem auto;
13897
+ gap: 0.5rem;
13898
+ }
13899
+ .pkt-user-menu .pkt-list-horizontal {
13900
+ margin: 0;
13901
+ }
12903
13902
 
12904
13903
  /*
12905
13904
  * Icons