@oslokommune/punkt-css 5.2.1 → 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.
@@ -4733,6 +4733,702 @@ body {
4733
4733
  padding-bottom: 4rem !important;
4734
4734
  }
4735
4735
  }
4736
+ .m-size-72 {
4737
+ margin: 4.5rem !important;
4738
+ }
4739
+
4740
+ .mt-size-72 {
4741
+ margin-top: 4.5rem !important;
4742
+ }
4743
+
4744
+ .mr-size-72 {
4745
+ margin-right: 4.5rem !important;
4746
+ }
4747
+
4748
+ .mb-size-72 {
4749
+ margin-bottom: 4.5rem !important;
4750
+ }
4751
+
4752
+ .ml-size-72 {
4753
+ margin-left: 4.5rem !important;
4754
+ }
4755
+
4756
+ .mx-size-72 {
4757
+ margin-right: 4.5rem !important;
4758
+ margin-left: 4.5rem !important;
4759
+ }
4760
+
4761
+ .my-size-72 {
4762
+ margin-top: 4.5rem !important;
4763
+ margin-bottom: 4.5rem !important;
4764
+ }
4765
+
4766
+ .p-size-72 {
4767
+ padding: 4.5rem !important;
4768
+ }
4769
+
4770
+ .pt-size-72 {
4771
+ padding-top: 4.5rem !important;
4772
+ }
4773
+
4774
+ .pr-size-72 {
4775
+ padding-right: 4.5rem !important;
4776
+ }
4777
+
4778
+ .pb-size-72 {
4779
+ padding-bottom: 4.5rem !important;
4780
+ }
4781
+
4782
+ .pl-size-72 {
4783
+ padding-left: 4.5rem !important;
4784
+ }
4785
+
4786
+ .px-size-72 {
4787
+ padding-right: 4.5rem !important;
4788
+ padding-left: 4.5rem !important;
4789
+ }
4790
+
4791
+ .py-size-72 {
4792
+ padding-top: 4.5rem !important;
4793
+ padding-bottom: 4.5rem !important;
4794
+ }
4795
+
4796
+ @media screen and (min-width: 0) {
4797
+ .m-size-72--mobile-up {
4798
+ margin: 4.5rem !important;
4799
+ }
4800
+ .mt-size-72--mobile-up {
4801
+ margin-top: 4.5rem !important;
4802
+ }
4803
+ .mr-size-72--mobile-up {
4804
+ margin-right: 4.5rem !important;
4805
+ }
4806
+ .mb-size-72--mobile-up {
4807
+ margin-bottom: 4.5rem !important;
4808
+ }
4809
+ .ml-size-72--mobile-up {
4810
+ margin-left: 4.5rem !important;
4811
+ }
4812
+ .mx-size-72--mobile-up {
4813
+ margin-right: 4.5rem !important;
4814
+ margin-left: 4.5rem !important;
4815
+ }
4816
+ .my-size-72--mobile-up {
4817
+ margin-top: 4.5rem !important;
4818
+ margin-bottom: 4.5rem !important;
4819
+ }
4820
+ .p-size-72--mobile-up {
4821
+ padding: 4.5rem !important;
4822
+ }
4823
+ .pt-size-72--mobile-up {
4824
+ padding-top: 4.5rem !important;
4825
+ }
4826
+ .pr-size-72--mobile-up {
4827
+ padding-right: 4.5rem !important;
4828
+ }
4829
+ .pb-size-72--mobile-up {
4830
+ padding-bottom: 4.5rem !important;
4831
+ }
4832
+ .pl-size-72--mobile-up {
4833
+ padding-left: 4.5rem !important;
4834
+ }
4835
+ .px-size-72--mobile-up {
4836
+ padding-right: 4.5rem !important;
4837
+ padding-left: 4.5rem !important;
4838
+ }
4839
+ .py-size-72--mobile-up {
4840
+ padding-top: 4.5rem !important;
4841
+ padding-bottom: 4.5rem !important;
4842
+ }
4843
+ }
4844
+ @media screen and (min-width: 36rem) {
4845
+ .m-size-72--phablet-up {
4846
+ margin: 4.5rem !important;
4847
+ }
4848
+ .mt-size-72--phablet-up {
4849
+ margin-top: 4.5rem !important;
4850
+ }
4851
+ .mr-size-72--phablet-up {
4852
+ margin-right: 4.5rem !important;
4853
+ }
4854
+ .mb-size-72--phablet-up {
4855
+ margin-bottom: 4.5rem !important;
4856
+ }
4857
+ .ml-size-72--phablet-up {
4858
+ margin-left: 4.5rem !important;
4859
+ }
4860
+ .mx-size-72--phablet-up {
4861
+ margin-right: 4.5rem !important;
4862
+ margin-left: 4.5rem !important;
4863
+ }
4864
+ .my-size-72--phablet-up {
4865
+ margin-top: 4.5rem !important;
4866
+ margin-bottom: 4.5rem !important;
4867
+ }
4868
+ .p-size-72--phablet-up {
4869
+ padding: 4.5rem !important;
4870
+ }
4871
+ .pt-size-72--phablet-up {
4872
+ padding-top: 4.5rem !important;
4873
+ }
4874
+ .pr-size-72--phablet-up {
4875
+ padding-right: 4.5rem !important;
4876
+ }
4877
+ .pb-size-72--phablet-up {
4878
+ padding-bottom: 4.5rem !important;
4879
+ }
4880
+ .pl-size-72--phablet-up {
4881
+ padding-left: 4.5rem !important;
4882
+ }
4883
+ .px-size-72--phablet-up {
4884
+ padding-right: 4.5rem !important;
4885
+ padding-left: 4.5rem !important;
4886
+ }
4887
+ .py-size-72--phablet-up {
4888
+ padding-top: 4.5rem !important;
4889
+ padding-bottom: 4.5rem !important;
4890
+ }
4891
+ }
4892
+ @media screen and (min-width: 48rem) {
4893
+ .m-size-72--tablet-up {
4894
+ margin: 4.5rem !important;
4895
+ }
4896
+ .mt-size-72--tablet-up {
4897
+ margin-top: 4.5rem !important;
4898
+ }
4899
+ .mr-size-72--tablet-up {
4900
+ margin-right: 4.5rem !important;
4901
+ }
4902
+ .mb-size-72--tablet-up {
4903
+ margin-bottom: 4.5rem !important;
4904
+ }
4905
+ .ml-size-72--tablet-up {
4906
+ margin-left: 4.5rem !important;
4907
+ }
4908
+ .mx-size-72--tablet-up {
4909
+ margin-right: 4.5rem !important;
4910
+ margin-left: 4.5rem !important;
4911
+ }
4912
+ .my-size-72--tablet-up {
4913
+ margin-top: 4.5rem !important;
4914
+ margin-bottom: 4.5rem !important;
4915
+ }
4916
+ .p-size-72--tablet-up {
4917
+ padding: 4.5rem !important;
4918
+ }
4919
+ .pt-size-72--tablet-up {
4920
+ padding-top: 4.5rem !important;
4921
+ }
4922
+ .pr-size-72--tablet-up {
4923
+ padding-right: 4.5rem !important;
4924
+ }
4925
+ .pb-size-72--tablet-up {
4926
+ padding-bottom: 4.5rem !important;
4927
+ }
4928
+ .pl-size-72--tablet-up {
4929
+ padding-left: 4.5rem !important;
4930
+ }
4931
+ .px-size-72--tablet-up {
4932
+ padding-right: 4.5rem !important;
4933
+ padding-left: 4.5rem !important;
4934
+ }
4935
+ .py-size-72--tablet-up {
4936
+ padding-top: 4.5rem !important;
4937
+ padding-bottom: 4.5rem !important;
4938
+ }
4939
+ }
4940
+ @media screen and (min-width: 64rem) {
4941
+ .m-size-72--tablet-big-up {
4942
+ margin: 4.5rem !important;
4943
+ }
4944
+ .mt-size-72--tablet-big-up {
4945
+ margin-top: 4.5rem !important;
4946
+ }
4947
+ .mr-size-72--tablet-big-up {
4948
+ margin-right: 4.5rem !important;
4949
+ }
4950
+ .mb-size-72--tablet-big-up {
4951
+ margin-bottom: 4.5rem !important;
4952
+ }
4953
+ .ml-size-72--tablet-big-up {
4954
+ margin-left: 4.5rem !important;
4955
+ }
4956
+ .mx-size-72--tablet-big-up {
4957
+ margin-right: 4.5rem !important;
4958
+ margin-left: 4.5rem !important;
4959
+ }
4960
+ .my-size-72--tablet-big-up {
4961
+ margin-top: 4.5rem !important;
4962
+ margin-bottom: 4.5rem !important;
4963
+ }
4964
+ .p-size-72--tablet-big-up {
4965
+ padding: 4.5rem !important;
4966
+ }
4967
+ .pt-size-72--tablet-big-up {
4968
+ padding-top: 4.5rem !important;
4969
+ }
4970
+ .pr-size-72--tablet-big-up {
4971
+ padding-right: 4.5rem !important;
4972
+ }
4973
+ .pb-size-72--tablet-big-up {
4974
+ padding-bottom: 4.5rem !important;
4975
+ }
4976
+ .pl-size-72--tablet-big-up {
4977
+ padding-left: 4.5rem !important;
4978
+ }
4979
+ .px-size-72--tablet-big-up {
4980
+ padding-right: 4.5rem !important;
4981
+ padding-left: 4.5rem !important;
4982
+ }
4983
+ .py-size-72--tablet-big-up {
4984
+ padding-top: 4.5rem !important;
4985
+ padding-bottom: 4.5rem !important;
4986
+ }
4987
+ }
4988
+ @media screen and (min-width: 80rem) {
4989
+ .m-size-72--laptop-up {
4990
+ margin: 4.5rem !important;
4991
+ }
4992
+ .mt-size-72--laptop-up {
4993
+ margin-top: 4.5rem !important;
4994
+ }
4995
+ .mr-size-72--laptop-up {
4996
+ margin-right: 4.5rem !important;
4997
+ }
4998
+ .mb-size-72--laptop-up {
4999
+ margin-bottom: 4.5rem !important;
5000
+ }
5001
+ .ml-size-72--laptop-up {
5002
+ margin-left: 4.5rem !important;
5003
+ }
5004
+ .mx-size-72--laptop-up {
5005
+ margin-right: 4.5rem !important;
5006
+ margin-left: 4.5rem !important;
5007
+ }
5008
+ .my-size-72--laptop-up {
5009
+ margin-top: 4.5rem !important;
5010
+ margin-bottom: 4.5rem !important;
5011
+ }
5012
+ .p-size-72--laptop-up {
5013
+ padding: 4.5rem !important;
5014
+ }
5015
+ .pt-size-72--laptop-up {
5016
+ padding-top: 4.5rem !important;
5017
+ }
5018
+ .pr-size-72--laptop-up {
5019
+ padding-right: 4.5rem !important;
5020
+ }
5021
+ .pb-size-72--laptop-up {
5022
+ padding-bottom: 4.5rem !important;
5023
+ }
5024
+ .pl-size-72--laptop-up {
5025
+ padding-left: 4.5rem !important;
5026
+ }
5027
+ .px-size-72--laptop-up {
5028
+ padding-right: 4.5rem !important;
5029
+ padding-left: 4.5rem !important;
5030
+ }
5031
+ .py-size-72--laptop-up {
5032
+ padding-top: 4.5rem !important;
5033
+ padding-bottom: 4.5rem !important;
5034
+ }
5035
+ }
5036
+ @media screen and (min-width: 100rem) {
5037
+ .m-size-72--desktop-up {
5038
+ margin: 4.5rem !important;
5039
+ }
5040
+ .mt-size-72--desktop-up {
5041
+ margin-top: 4.5rem !important;
5042
+ }
5043
+ .mr-size-72--desktop-up {
5044
+ margin-right: 4.5rem !important;
5045
+ }
5046
+ .mb-size-72--desktop-up {
5047
+ margin-bottom: 4.5rem !important;
5048
+ }
5049
+ .ml-size-72--desktop-up {
5050
+ margin-left: 4.5rem !important;
5051
+ }
5052
+ .mx-size-72--desktop-up {
5053
+ margin-right: 4.5rem !important;
5054
+ margin-left: 4.5rem !important;
5055
+ }
5056
+ .my-size-72--desktop-up {
5057
+ margin-top: 4.5rem !important;
5058
+ margin-bottom: 4.5rem !important;
5059
+ }
5060
+ .p-size-72--desktop-up {
5061
+ padding: 4.5rem !important;
5062
+ }
5063
+ .pt-size-72--desktop-up {
5064
+ padding-top: 4.5rem !important;
5065
+ }
5066
+ .pr-size-72--desktop-up {
5067
+ padding-right: 4.5rem !important;
5068
+ }
5069
+ .pb-size-72--desktop-up {
5070
+ padding-bottom: 4.5rem !important;
5071
+ }
5072
+ .pl-size-72--desktop-up {
5073
+ padding-left: 4.5rem !important;
5074
+ }
5075
+ .px-size-72--desktop-up {
5076
+ padding-right: 4.5rem !important;
5077
+ padding-left: 4.5rem !important;
5078
+ }
5079
+ .py-size-72--desktop-up {
5080
+ padding-top: 4.5rem !important;
5081
+ padding-bottom: 4.5rem !important;
5082
+ }
5083
+ }
5084
+ .m-size-88 {
5085
+ margin: 5.5rem !important;
5086
+ }
5087
+
5088
+ .mt-size-88 {
5089
+ margin-top: 5.5rem !important;
5090
+ }
5091
+
5092
+ .mr-size-88 {
5093
+ margin-right: 5.5rem !important;
5094
+ }
5095
+
5096
+ .mb-size-88 {
5097
+ margin-bottom: 5.5rem !important;
5098
+ }
5099
+
5100
+ .ml-size-88 {
5101
+ margin-left: 5.5rem !important;
5102
+ }
5103
+
5104
+ .mx-size-88 {
5105
+ margin-right: 5.5rem !important;
5106
+ margin-left: 5.5rem !important;
5107
+ }
5108
+
5109
+ .my-size-88 {
5110
+ margin-top: 5.5rem !important;
5111
+ margin-bottom: 5.5rem !important;
5112
+ }
5113
+
5114
+ .p-size-88 {
5115
+ padding: 5.5rem !important;
5116
+ }
5117
+
5118
+ .pt-size-88 {
5119
+ padding-top: 5.5rem !important;
5120
+ }
5121
+
5122
+ .pr-size-88 {
5123
+ padding-right: 5.5rem !important;
5124
+ }
5125
+
5126
+ .pb-size-88 {
5127
+ padding-bottom: 5.5rem !important;
5128
+ }
5129
+
5130
+ .pl-size-88 {
5131
+ padding-left: 5.5rem !important;
5132
+ }
5133
+
5134
+ .px-size-88 {
5135
+ padding-right: 5.5rem !important;
5136
+ padding-left: 5.5rem !important;
5137
+ }
5138
+
5139
+ .py-size-88 {
5140
+ padding-top: 5.5rem !important;
5141
+ padding-bottom: 5.5rem !important;
5142
+ }
5143
+
5144
+ @media screen and (min-width: 0) {
5145
+ .m-size-88--mobile-up {
5146
+ margin: 5.5rem !important;
5147
+ }
5148
+ .mt-size-88--mobile-up {
5149
+ margin-top: 5.5rem !important;
5150
+ }
5151
+ .mr-size-88--mobile-up {
5152
+ margin-right: 5.5rem !important;
5153
+ }
5154
+ .mb-size-88--mobile-up {
5155
+ margin-bottom: 5.5rem !important;
5156
+ }
5157
+ .ml-size-88--mobile-up {
5158
+ margin-left: 5.5rem !important;
5159
+ }
5160
+ .mx-size-88--mobile-up {
5161
+ margin-right: 5.5rem !important;
5162
+ margin-left: 5.5rem !important;
5163
+ }
5164
+ .my-size-88--mobile-up {
5165
+ margin-top: 5.5rem !important;
5166
+ margin-bottom: 5.5rem !important;
5167
+ }
5168
+ .p-size-88--mobile-up {
5169
+ padding: 5.5rem !important;
5170
+ }
5171
+ .pt-size-88--mobile-up {
5172
+ padding-top: 5.5rem !important;
5173
+ }
5174
+ .pr-size-88--mobile-up {
5175
+ padding-right: 5.5rem !important;
5176
+ }
5177
+ .pb-size-88--mobile-up {
5178
+ padding-bottom: 5.5rem !important;
5179
+ }
5180
+ .pl-size-88--mobile-up {
5181
+ padding-left: 5.5rem !important;
5182
+ }
5183
+ .px-size-88--mobile-up {
5184
+ padding-right: 5.5rem !important;
5185
+ padding-left: 5.5rem !important;
5186
+ }
5187
+ .py-size-88--mobile-up {
5188
+ padding-top: 5.5rem !important;
5189
+ padding-bottom: 5.5rem !important;
5190
+ }
5191
+ }
5192
+ @media screen and (min-width: 36rem) {
5193
+ .m-size-88--phablet-up {
5194
+ margin: 5.5rem !important;
5195
+ }
5196
+ .mt-size-88--phablet-up {
5197
+ margin-top: 5.5rem !important;
5198
+ }
5199
+ .mr-size-88--phablet-up {
5200
+ margin-right: 5.5rem !important;
5201
+ }
5202
+ .mb-size-88--phablet-up {
5203
+ margin-bottom: 5.5rem !important;
5204
+ }
5205
+ .ml-size-88--phablet-up {
5206
+ margin-left: 5.5rem !important;
5207
+ }
5208
+ .mx-size-88--phablet-up {
5209
+ margin-right: 5.5rem !important;
5210
+ margin-left: 5.5rem !important;
5211
+ }
5212
+ .my-size-88--phablet-up {
5213
+ margin-top: 5.5rem !important;
5214
+ margin-bottom: 5.5rem !important;
5215
+ }
5216
+ .p-size-88--phablet-up {
5217
+ padding: 5.5rem !important;
5218
+ }
5219
+ .pt-size-88--phablet-up {
5220
+ padding-top: 5.5rem !important;
5221
+ }
5222
+ .pr-size-88--phablet-up {
5223
+ padding-right: 5.5rem !important;
5224
+ }
5225
+ .pb-size-88--phablet-up {
5226
+ padding-bottom: 5.5rem !important;
5227
+ }
5228
+ .pl-size-88--phablet-up {
5229
+ padding-left: 5.5rem !important;
5230
+ }
5231
+ .px-size-88--phablet-up {
5232
+ padding-right: 5.5rem !important;
5233
+ padding-left: 5.5rem !important;
5234
+ }
5235
+ .py-size-88--phablet-up {
5236
+ padding-top: 5.5rem !important;
5237
+ padding-bottom: 5.5rem !important;
5238
+ }
5239
+ }
5240
+ @media screen and (min-width: 48rem) {
5241
+ .m-size-88--tablet-up {
5242
+ margin: 5.5rem !important;
5243
+ }
5244
+ .mt-size-88--tablet-up {
5245
+ margin-top: 5.5rem !important;
5246
+ }
5247
+ .mr-size-88--tablet-up {
5248
+ margin-right: 5.5rem !important;
5249
+ }
5250
+ .mb-size-88--tablet-up {
5251
+ margin-bottom: 5.5rem !important;
5252
+ }
5253
+ .ml-size-88--tablet-up {
5254
+ margin-left: 5.5rem !important;
5255
+ }
5256
+ .mx-size-88--tablet-up {
5257
+ margin-right: 5.5rem !important;
5258
+ margin-left: 5.5rem !important;
5259
+ }
5260
+ .my-size-88--tablet-up {
5261
+ margin-top: 5.5rem !important;
5262
+ margin-bottom: 5.5rem !important;
5263
+ }
5264
+ .p-size-88--tablet-up {
5265
+ padding: 5.5rem !important;
5266
+ }
5267
+ .pt-size-88--tablet-up {
5268
+ padding-top: 5.5rem !important;
5269
+ }
5270
+ .pr-size-88--tablet-up {
5271
+ padding-right: 5.5rem !important;
5272
+ }
5273
+ .pb-size-88--tablet-up {
5274
+ padding-bottom: 5.5rem !important;
5275
+ }
5276
+ .pl-size-88--tablet-up {
5277
+ padding-left: 5.5rem !important;
5278
+ }
5279
+ .px-size-88--tablet-up {
5280
+ padding-right: 5.5rem !important;
5281
+ padding-left: 5.5rem !important;
5282
+ }
5283
+ .py-size-88--tablet-up {
5284
+ padding-top: 5.5rem !important;
5285
+ padding-bottom: 5.5rem !important;
5286
+ }
5287
+ }
5288
+ @media screen and (min-width: 64rem) {
5289
+ .m-size-88--tablet-big-up {
5290
+ margin: 5.5rem !important;
5291
+ }
5292
+ .mt-size-88--tablet-big-up {
5293
+ margin-top: 5.5rem !important;
5294
+ }
5295
+ .mr-size-88--tablet-big-up {
5296
+ margin-right: 5.5rem !important;
5297
+ }
5298
+ .mb-size-88--tablet-big-up {
5299
+ margin-bottom: 5.5rem !important;
5300
+ }
5301
+ .ml-size-88--tablet-big-up {
5302
+ margin-left: 5.5rem !important;
5303
+ }
5304
+ .mx-size-88--tablet-big-up {
5305
+ margin-right: 5.5rem !important;
5306
+ margin-left: 5.5rem !important;
5307
+ }
5308
+ .my-size-88--tablet-big-up {
5309
+ margin-top: 5.5rem !important;
5310
+ margin-bottom: 5.5rem !important;
5311
+ }
5312
+ .p-size-88--tablet-big-up {
5313
+ padding: 5.5rem !important;
5314
+ }
5315
+ .pt-size-88--tablet-big-up {
5316
+ padding-top: 5.5rem !important;
5317
+ }
5318
+ .pr-size-88--tablet-big-up {
5319
+ padding-right: 5.5rem !important;
5320
+ }
5321
+ .pb-size-88--tablet-big-up {
5322
+ padding-bottom: 5.5rem !important;
5323
+ }
5324
+ .pl-size-88--tablet-big-up {
5325
+ padding-left: 5.5rem !important;
5326
+ }
5327
+ .px-size-88--tablet-big-up {
5328
+ padding-right: 5.5rem !important;
5329
+ padding-left: 5.5rem !important;
5330
+ }
5331
+ .py-size-88--tablet-big-up {
5332
+ padding-top: 5.5rem !important;
5333
+ padding-bottom: 5.5rem !important;
5334
+ }
5335
+ }
5336
+ @media screen and (min-width: 80rem) {
5337
+ .m-size-88--laptop-up {
5338
+ margin: 5.5rem !important;
5339
+ }
5340
+ .mt-size-88--laptop-up {
5341
+ margin-top: 5.5rem !important;
5342
+ }
5343
+ .mr-size-88--laptop-up {
5344
+ margin-right: 5.5rem !important;
5345
+ }
5346
+ .mb-size-88--laptop-up {
5347
+ margin-bottom: 5.5rem !important;
5348
+ }
5349
+ .ml-size-88--laptop-up {
5350
+ margin-left: 5.5rem !important;
5351
+ }
5352
+ .mx-size-88--laptop-up {
5353
+ margin-right: 5.5rem !important;
5354
+ margin-left: 5.5rem !important;
5355
+ }
5356
+ .my-size-88--laptop-up {
5357
+ margin-top: 5.5rem !important;
5358
+ margin-bottom: 5.5rem !important;
5359
+ }
5360
+ .p-size-88--laptop-up {
5361
+ padding: 5.5rem !important;
5362
+ }
5363
+ .pt-size-88--laptop-up {
5364
+ padding-top: 5.5rem !important;
5365
+ }
5366
+ .pr-size-88--laptop-up {
5367
+ padding-right: 5.5rem !important;
5368
+ }
5369
+ .pb-size-88--laptop-up {
5370
+ padding-bottom: 5.5rem !important;
5371
+ }
5372
+ .pl-size-88--laptop-up {
5373
+ padding-left: 5.5rem !important;
5374
+ }
5375
+ .px-size-88--laptop-up {
5376
+ padding-right: 5.5rem !important;
5377
+ padding-left: 5.5rem !important;
5378
+ }
5379
+ .py-size-88--laptop-up {
5380
+ padding-top: 5.5rem !important;
5381
+ padding-bottom: 5.5rem !important;
5382
+ }
5383
+ }
5384
+ @media screen and (min-width: 100rem) {
5385
+ .m-size-88--desktop-up {
5386
+ margin: 5.5rem !important;
5387
+ }
5388
+ .mt-size-88--desktop-up {
5389
+ margin-top: 5.5rem !important;
5390
+ }
5391
+ .mr-size-88--desktop-up {
5392
+ margin-right: 5.5rem !important;
5393
+ }
5394
+ .mb-size-88--desktop-up {
5395
+ margin-bottom: 5.5rem !important;
5396
+ }
5397
+ .ml-size-88--desktop-up {
5398
+ margin-left: 5.5rem !important;
5399
+ }
5400
+ .mx-size-88--desktop-up {
5401
+ margin-right: 5.5rem !important;
5402
+ margin-left: 5.5rem !important;
5403
+ }
5404
+ .my-size-88--desktop-up {
5405
+ margin-top: 5.5rem !important;
5406
+ margin-bottom: 5.5rem !important;
5407
+ }
5408
+ .p-size-88--desktop-up {
5409
+ padding: 5.5rem !important;
5410
+ }
5411
+ .pt-size-88--desktop-up {
5412
+ padding-top: 5.5rem !important;
5413
+ }
5414
+ .pr-size-88--desktop-up {
5415
+ padding-right: 5.5rem !important;
5416
+ }
5417
+ .pb-size-88--desktop-up {
5418
+ padding-bottom: 5.5rem !important;
5419
+ }
5420
+ .pl-size-88--desktop-up {
5421
+ padding-left: 5.5rem !important;
5422
+ }
5423
+ .px-size-88--desktop-up {
5424
+ padding-right: 5.5rem !important;
5425
+ padding-left: 5.5rem !important;
5426
+ }
5427
+ .py-size-88--desktop-up {
5428
+ padding-top: 5.5rem !important;
5429
+ padding-bottom: 5.5rem !important;
5430
+ }
5431
+ }
4736
5432
  .m-size-104 {
4737
5433
  margin: 6.5rem !important;
4738
5434
  }
@@ -8790,6 +9486,24 @@ body {
8790
9486
  .pkt-grid--rowgap-size-64 {
8791
9487
  row-gap: 4rem;
8792
9488
  }
9489
+ .pkt-grid--gap-size-72 {
9490
+ gap: 4.5rem;
9491
+ }
9492
+ .pkt-grid--colgap-size-72 {
9493
+ column-gap: 4.5rem;
9494
+ }
9495
+ .pkt-grid--rowgap-size-72 {
9496
+ row-gap: 4.5rem;
9497
+ }
9498
+ .pkt-grid--gap-size-88 {
9499
+ gap: 5.5rem;
9500
+ }
9501
+ .pkt-grid--colgap-size-88 {
9502
+ column-gap: 5.5rem;
9503
+ }
9504
+ .pkt-grid--rowgap-size-88 {
9505
+ row-gap: 5.5rem;
9506
+ }
8793
9507
  .pkt-grid--gap-size-104 {
8794
9508
  gap: 6.5rem;
8795
9509
  }
@@ -8998,6 +9712,24 @@ body {
8998
9712
  .pkt-grid--rowgap-size-64-mobile-up {
8999
9713
  row-gap: 4rem;
9000
9714
  }
9715
+ .pkt-grid--gap-size-72-mobile-up {
9716
+ gap: 4.5rem;
9717
+ }
9718
+ .pkt-grid--colgap-size-72-mobile-up {
9719
+ column-gap: 4.5rem;
9720
+ }
9721
+ .pkt-grid--rowgap-size-72-mobile-up {
9722
+ row-gap: 4.5rem;
9723
+ }
9724
+ .pkt-grid--gap-size-88-mobile-up {
9725
+ gap: 5.5rem;
9726
+ }
9727
+ .pkt-grid--colgap-size-88-mobile-up {
9728
+ column-gap: 5.5rem;
9729
+ }
9730
+ .pkt-grid--rowgap-size-88-mobile-up {
9731
+ row-gap: 5.5rem;
9732
+ }
9001
9733
  .pkt-grid--gap-size-104-mobile-up {
9002
9734
  gap: 6.5rem;
9003
9735
  }
@@ -9207,6 +9939,24 @@ body {
9207
9939
  .pkt-grid--rowgap-size-64-phablet-up {
9208
9940
  row-gap: 4rem;
9209
9941
  }
9942
+ .pkt-grid--gap-size-72-phablet-up {
9943
+ gap: 4.5rem;
9944
+ }
9945
+ .pkt-grid--colgap-size-72-phablet-up {
9946
+ column-gap: 4.5rem;
9947
+ }
9948
+ .pkt-grid--rowgap-size-72-phablet-up {
9949
+ row-gap: 4.5rem;
9950
+ }
9951
+ .pkt-grid--gap-size-88-phablet-up {
9952
+ gap: 5.5rem;
9953
+ }
9954
+ .pkt-grid--colgap-size-88-phablet-up {
9955
+ column-gap: 5.5rem;
9956
+ }
9957
+ .pkt-grid--rowgap-size-88-phablet-up {
9958
+ row-gap: 5.5rem;
9959
+ }
9210
9960
  .pkt-grid--gap-size-104-phablet-up {
9211
9961
  gap: 6.5rem;
9212
9962
  }
@@ -9416,6 +10166,24 @@ body {
9416
10166
  .pkt-grid--rowgap-size-64-tablet-up {
9417
10167
  row-gap: 4rem;
9418
10168
  }
10169
+ .pkt-grid--gap-size-72-tablet-up {
10170
+ gap: 4.5rem;
10171
+ }
10172
+ .pkt-grid--colgap-size-72-tablet-up {
10173
+ column-gap: 4.5rem;
10174
+ }
10175
+ .pkt-grid--rowgap-size-72-tablet-up {
10176
+ row-gap: 4.5rem;
10177
+ }
10178
+ .pkt-grid--gap-size-88-tablet-up {
10179
+ gap: 5.5rem;
10180
+ }
10181
+ .pkt-grid--colgap-size-88-tablet-up {
10182
+ column-gap: 5.5rem;
10183
+ }
10184
+ .pkt-grid--rowgap-size-88-tablet-up {
10185
+ row-gap: 5.5rem;
10186
+ }
9419
10187
  .pkt-grid--gap-size-104-tablet-up {
9420
10188
  gap: 6.5rem;
9421
10189
  }
@@ -9625,6 +10393,24 @@ body {
9625
10393
  .pkt-grid--rowgap-size-64-tablet-big-up {
9626
10394
  row-gap: 4rem;
9627
10395
  }
10396
+ .pkt-grid--gap-size-72-tablet-big-up {
10397
+ gap: 4.5rem;
10398
+ }
10399
+ .pkt-grid--colgap-size-72-tablet-big-up {
10400
+ column-gap: 4.5rem;
10401
+ }
10402
+ .pkt-grid--rowgap-size-72-tablet-big-up {
10403
+ row-gap: 4.5rem;
10404
+ }
10405
+ .pkt-grid--gap-size-88-tablet-big-up {
10406
+ gap: 5.5rem;
10407
+ }
10408
+ .pkt-grid--colgap-size-88-tablet-big-up {
10409
+ column-gap: 5.5rem;
10410
+ }
10411
+ .pkt-grid--rowgap-size-88-tablet-big-up {
10412
+ row-gap: 5.5rem;
10413
+ }
9628
10414
  .pkt-grid--gap-size-104-tablet-big-up {
9629
10415
  gap: 6.5rem;
9630
10416
  }
@@ -9834,6 +10620,24 @@ body {
9834
10620
  .pkt-grid--rowgap-size-64-laptop-up {
9835
10621
  row-gap: 4rem;
9836
10622
  }
10623
+ .pkt-grid--gap-size-72-laptop-up {
10624
+ gap: 4.5rem;
10625
+ }
10626
+ .pkt-grid--colgap-size-72-laptop-up {
10627
+ column-gap: 4.5rem;
10628
+ }
10629
+ .pkt-grid--rowgap-size-72-laptop-up {
10630
+ row-gap: 4.5rem;
10631
+ }
10632
+ .pkt-grid--gap-size-88-laptop-up {
10633
+ gap: 5.5rem;
10634
+ }
10635
+ .pkt-grid--colgap-size-88-laptop-up {
10636
+ column-gap: 5.5rem;
10637
+ }
10638
+ .pkt-grid--rowgap-size-88-laptop-up {
10639
+ row-gap: 5.5rem;
10640
+ }
9837
10641
  .pkt-grid--gap-size-104-laptop-up {
9838
10642
  gap: 6.5rem;
9839
10643
  }
@@ -10043,6 +10847,24 @@ body {
10043
10847
  .pkt-grid--rowgap-size-64-desktop-up {
10044
10848
  row-gap: 4rem;
10045
10849
  }
10850
+ .pkt-grid--gap-size-72-desktop-up {
10851
+ gap: 4.5rem;
10852
+ }
10853
+ .pkt-grid--colgap-size-72-desktop-up {
10854
+ column-gap: 4.5rem;
10855
+ }
10856
+ .pkt-grid--rowgap-size-72-desktop-up {
10857
+ row-gap: 4.5rem;
10858
+ }
10859
+ .pkt-grid--gap-size-88-desktop-up {
10860
+ gap: 5.5rem;
10861
+ }
10862
+ .pkt-grid--colgap-size-88-desktop-up {
10863
+ column-gap: 5.5rem;
10864
+ }
10865
+ .pkt-grid--rowgap-size-88-desktop-up {
10866
+ row-gap: 5.5rem;
10867
+ }
10046
10868
  .pkt-grid--gap-size-104-desktop-up {
10047
10869
  gap: 6.5rem;
10048
10870
  }
@@ -10415,30 +11237,39 @@ strong {
10415
11237
  font-weight: 500;
10416
11238
  }
10417
11239
 
10418
- a {
11240
+ a,
11241
+ .pkt-link {
10419
11242
  color: var(--color-blue-dark);
10420
11243
  text-decoration: underline;
10421
11244
  word-wrap: break-word;
10422
11245
  cursor: pointer;
10423
11246
  }
10424
- a:visited {
11247
+ a:visited,
11248
+ .pkt-link:visited {
10425
11249
  color: var(--color-blue-dark);
10426
11250
  }
10427
- a:hover, a.pkt-link--hover {
11251
+ a:hover, a.pkt-link--hover,
11252
+ .pkt-link:hover,
11253
+ .pkt-link.pkt-link--hover {
10428
11254
  color: var(--color-hover);
10429
11255
  text-decoration: underline;
10430
11256
  }
10431
- a:focus-visible, a.pkt-link--focus {
11257
+ a:focus-visible, a.pkt-link--focus,
11258
+ .pkt-link:focus-visible,
11259
+ .pkt-link.pkt-link--focus {
10432
11260
  box-shadow: 0px 0px 0px 0.125rem var(--color-active), 0px 0px 0px 0.375rem var(--color-focus);
10433
11261
  outline: none;
10434
11262
  color: var(--color-hover);
10435
11263
  }
10436
- a:focus:not(:focus-visible) {
11264
+ a:focus:not(:focus-visible),
11265
+ .pkt-link:focus:not(:focus-visible) {
10437
11266
  box-shadow: none;
10438
11267
  outline: 0.125rem solid var(--color-active);
10439
11268
  color: var(--color-hover);
10440
11269
  }
10441
- a:active, a.pkt-link--active {
11270
+ a:active, a.pkt-link--active,
11271
+ .pkt-link:active,
11272
+ .pkt-link.pkt-link--active {
10442
11273
  color: var(--color-active);
10443
11274
  }
10444
11275
  [data-mode=dark] a:link, [data-mode=dark] a.pkt-link--link {
@@ -10488,7 +11319,7 @@ a:active, a.pkt-link--active {
10488
11319
  }
10489
11320
  .pkt-link--external::after {
10490
11321
  content: " ";
10491
- --svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/new-window-small.svg);
11322
+ --svg: url(https://punkt-cdn.oslo.kommune.no/6.0/icons/new-window-small.svg);
10492
11323
  background-image: var(--svg);
10493
11324
  background-repeat: no-repeat;
10494
11325
  background-size: 18px 18px;
@@ -10499,6 +11330,15 @@ a:active, a.pkt-link--active {
10499
11330
  filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
10500
11331
  }
10501
11332
 
11333
+ button.pkt-link {
11334
+ background: none;
11335
+ border: none;
11336
+ padding: 0;
11337
+ font-family: inherit;
11338
+ cursor: pointer;
11339
+ font-weight: inherit;
11340
+ }
11341
+
10502
11342
  [data-mode=dark] .pkt-link--external::after {
10503
11343
  filter: brightness(0) saturate(100%) invert(100%);
10504
11344
  }