@tosui/react 0.1.3 → 0.1.5

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.
Files changed (146) hide show
  1. package/README.md +106 -60
  2. package/dist/components/Alert/Alert.d.ts.map +1 -1
  3. package/dist/components/Alert/Alert.js.map +1 -1
  4. package/dist/components/Badge/Badge.d.ts.map +1 -1
  5. package/dist/components/Badge/Badge.js.map +1 -1
  6. package/dist/components/Box/Box.d.ts +2 -7
  7. package/dist/components/Box/Box.d.ts.map +1 -1
  8. package/dist/components/Box/Box.js +1 -1
  9. package/dist/components/Box/Box.js.map +1 -1
  10. package/dist/components/Box/borders/borders.d.ts +11 -13
  11. package/dist/components/Box/borders/borders.d.ts.map +1 -1
  12. package/dist/components/Box/borders/borders.js +29 -62
  13. package/dist/components/Box/borders/borders.js.map +1 -1
  14. package/dist/components/Box/borders/borders.module.css +936 -40
  15. package/dist/components/Box/borders/borders.module.css.js +600 -40
  16. package/dist/components/Box/borders/borders.module.css.js.map +1 -1
  17. package/dist/components/Box/colors/colors.d.ts +6 -8
  18. package/dist/components/Box/colors/colors.d.ts.map +1 -1
  19. package/dist/components/Box/colors/colors.js +20 -30
  20. package/dist/components/Box/colors/colors.js.map +1 -1
  21. package/dist/components/Box/colors/colors.module.css +2537 -108
  22. package/dist/components/Box/colors/colors.module.css.js +1620 -108
  23. package/dist/components/Box/colors/colors.module.css.js.map +1 -1
  24. package/dist/components/Box/display/display.d.ts +2 -8
  25. package/dist/components/Box/display/display.d.ts.map +1 -1
  26. package/dist/components/Box/display/display.js +10 -33
  27. package/dist/components/Box/display/display.js.map +1 -1
  28. package/dist/components/Box/flexbox/flexbox.d.ts +12 -14
  29. package/dist/components/Box/flexbox/flexbox.d.ts.map +1 -1
  30. package/dist/components/Box/flexbox/flexbox.js +39 -102
  31. package/dist/components/Box/flexbox/flexbox.js.map +1 -1
  32. package/dist/components/Box/flexbox/flexbox.module.css +1210 -56
  33. package/dist/components/Box/flexbox/flexbox.module.css.js +727 -55
  34. package/dist/components/Box/flexbox/flexbox.module.css.js.map +1 -1
  35. package/dist/components/Box/grid/grid.d.ts +3 -2
  36. package/dist/components/Box/grid/grid.d.ts.map +1 -1
  37. package/dist/components/Box/grid/grid.js +24 -15
  38. package/dist/components/Box/grid/grid.js.map +1 -1
  39. package/dist/components/Box/grid/grid.module.css +68 -18
  40. package/dist/components/Box/grid/grid.module.css.js +14 -14
  41. package/dist/components/Box/inset/inset.d.ts.map +1 -1
  42. package/dist/components/Box/inset/inset.js +8 -52
  43. package/dist/components/Box/inset/inset.js.map +1 -1
  44. package/dist/components/Box/inset/inset.module.css +120 -120
  45. package/dist/components/Box/inset/inset.module.css.js +21 -161
  46. package/dist/components/Box/inset/inset.module.css.js.map +1 -1
  47. package/dist/components/Box/interactions/interactions.d.ts +6 -8
  48. package/dist/components/Box/interactions/interactions.d.ts.map +1 -1
  49. package/dist/components/Box/interactions/interactions.js +20 -30
  50. package/dist/components/Box/interactions/interactions.js.map +1 -1
  51. package/dist/components/Box/interactions/interactions.module.css +891 -38
  52. package/dist/components/Box/interactions/interactions.module.css.js +570 -38
  53. package/dist/components/Box/interactions/interactions.module.css.js.map +1 -1
  54. package/dist/components/Box/margin/margin.d.ts.map +1 -1
  55. package/dist/components/Box/margin/margin.js +8 -52
  56. package/dist/components/Box/margin/margin.js.map +1 -1
  57. package/dist/components/Box/margin/margin.module.css +120 -120
  58. package/dist/components/Box/margin/margin.module.css.js +21 -161
  59. package/dist/components/Box/margin/margin.module.css.js.map +1 -1
  60. package/dist/components/Box/opacity/opacity.d.ts +2 -8
  61. package/dist/components/Box/opacity/opacity.d.ts.map +1 -1
  62. package/dist/components/Box/opacity/opacity.js +10 -33
  63. package/dist/components/Box/opacity/opacity.js.map +1 -1
  64. package/dist/components/Box/overflow/overflow.d.ts +2 -8
  65. package/dist/components/Box/overflow/overflow.d.ts.map +1 -1
  66. package/dist/components/Box/overflow/overflow.js +24 -29
  67. package/dist/components/Box/overflow/overflow.js.map +1 -1
  68. package/dist/components/Box/padding/padding.d.ts.map +1 -1
  69. package/dist/components/Box/padding/padding.js +8 -52
  70. package/dist/components/Box/padding/padding.js.map +1 -1
  71. package/dist/components/Box/padding/padding.module.css +120 -120
  72. package/dist/components/Box/padding/padding.module.css.js +21 -161
  73. package/dist/components/Box/padding/padding.module.css.js.map +1 -1
  74. package/dist/components/Box/position/position.d.ts +2 -8
  75. package/dist/components/Box/position/position.d.ts.map +1 -1
  76. package/dist/components/Box/position/position.js +10 -33
  77. package/dist/components/Box/position/position.js.map +1 -1
  78. package/dist/components/Box/roundness/roundness.d.ts +12 -14
  79. package/dist/components/Box/roundness/roundness.d.ts.map +1 -1
  80. package/dist/components/Box/roundness/roundness.js +26 -62
  81. package/dist/components/Box/roundness/roundness.js.map +1 -1
  82. package/dist/components/Box/roundness/roundness.module.css +937 -40
  83. package/dist/components/Box/roundness/roundness.module.css.js +600 -40
  84. package/dist/components/Box/roundness/roundness.module.css.js.map +1 -1
  85. package/dist/components/Box/shadows/shadows.d.ts +2 -8
  86. package/dist/components/Box/shadows/shadows.d.ts.map +1 -1
  87. package/dist/components/Box/shadows/shadows.js +10 -33
  88. package/dist/components/Box/shadows/shadows.js.map +1 -1
  89. package/dist/components/Box/shared/index.d.ts +1 -0
  90. package/dist/components/Box/shared/index.d.ts.map +1 -1
  91. package/dist/components/Box/shared/responsive.d.ts +36 -0
  92. package/dist/components/Box/shared/responsive.d.ts.map +1 -0
  93. package/dist/components/Box/shared/responsive.js +65 -0
  94. package/dist/components/Box/shared/responsive.js.map +1 -0
  95. package/dist/components/Box/shared/types.d.ts +6 -0
  96. package/dist/components/Box/shared/types.d.ts.map +1 -1
  97. package/dist/components/Box/sizing/sizing.d.ts.map +1 -1
  98. package/dist/components/Box/sizing/sizing.js +5 -37
  99. package/dist/components/Box/sizing/sizing.js.map +1 -1
  100. package/dist/components/Box/sizing/sizing.module.css +175 -183
  101. package/dist/components/Box/sizing/sizing.module.css.js +31 -241
  102. package/dist/components/Box/sizing/sizing.module.css.js.map +1 -1
  103. package/dist/components/Box/text/text.d.ts +6 -8
  104. package/dist/components/Box/text/text.d.ts.map +1 -1
  105. package/dist/components/Box/text/text.js +24 -30
  106. package/dist/components/Box/text/text.js.map +1 -1
  107. package/dist/components/Box/text/text.module.css +562 -24
  108. package/dist/components/Box/text/text.module.css.js +360 -24
  109. package/dist/components/Box/text/text.module.css.js.map +1 -1
  110. package/dist/components/Box/typography/typography.d.ts +7 -9
  111. package/dist/components/Box/typography/typography.d.ts.map +1 -1
  112. package/dist/components/Box/typography/typography.js +33 -19
  113. package/dist/components/Box/typography/typography.js.map +1 -1
  114. package/dist/components/Box/typography/typography.module.css +890 -19
  115. package/dist/components/Box/typography/typography.module.css.js +570 -19
  116. package/dist/components/Box/typography/typography.module.css.js.map +1 -1
  117. package/dist/components/Box/zIndex/zIndex.d.ts +2 -8
  118. package/dist/components/Box/zIndex/zIndex.d.ts.map +1 -1
  119. package/dist/components/Box/zIndex/zIndex.js +10 -33
  120. package/dist/components/Box/zIndex/zIndex.js.map +1 -1
  121. package/dist/components/Flex/Flex.d.ts +5 -6
  122. package/dist/components/Flex/Flex.d.ts.map +1 -1
  123. package/dist/components/Flex/Flex.js +0 -1
  124. package/dist/components/Flex/Flex.js.map +1 -1
  125. package/dist/components/Grid/Grid.d.ts +8 -7
  126. package/dist/components/Grid/Grid.d.ts.map +1 -1
  127. package/dist/components/Grid/Grid.js.map +1 -1
  128. package/dist/components/IconButton/IconButton.d.ts.map +1 -1
  129. package/dist/components/IconButton/IconButton.js.map +1 -1
  130. package/dist/components/Menu/Menu.d.ts.map +1 -1
  131. package/dist/components/Menu/Menu.js +5 -5
  132. package/dist/components/Menu/Menu.js.map +1 -1
  133. package/dist/components/Popover/Popover.d.ts.map +1 -1
  134. package/dist/components/Popover/Popover.js +9 -9
  135. package/dist/components/Popover/Popover.js.map +1 -1
  136. package/dist/components/Progress/Progress.d.ts.map +1 -1
  137. package/dist/components/Progress/Progress.js.map +1 -1
  138. package/dist/components/Stack/Stack.d.ts +2 -1
  139. package/dist/components/Stack/Stack.d.ts.map +1 -1
  140. package/dist/components/Stack/Stack.js.map +1 -1
  141. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  142. package/dist/components/Tooltip/Tooltip.js +5 -5
  143. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  144. package/dist/index.css +9313 -1632
  145. package/dist/styles/styles.css +7 -0
  146. package/package.json +1 -1
@@ -1,29 +1,567 @@
1
1
  /* textAlign */
2
- ._text-left_snkmf_2 { text-align: left; }
3
- ._text-left\:h_snkmf_3:hover { text-align: left; }
4
- ._text-center_snkmf_4 { text-align: center; }
5
- ._text-center\:h_snkmf_5:hover { text-align: center; }
6
- ._text-right_snkmf_6 { text-align: right; }
7
- ._text-right\:h_snkmf_7:hover { text-align: right; }
8
- ._text-justify_snkmf_8 { text-align: justify; }
9
- ._text-justify\:h_snkmf_9:hover { text-align: justify; }
2
+ /* text-left */
3
+ ._text-left_sgjpj_3 { text-align: left; }
4
+ ._text-left\:h_sgjpj_4:hover { text-align: left; }
5
+ ._text-left\:f_sgjpj_5:focus { text-align: left; }
6
+ ._text-left\:a_sgjpj_6:active { text-align: left; }
7
+ ._text-left\:d_sgjpj_7:disabled { text-align: left; }
8
+
9
+ @media (min-width: 640px) {
10
+ ._text-left_sm_sgjpj_10 { text-align: left; }
11
+ ._text-left_sm\:h_sgjpj_11:hover { text-align: left; }
12
+ ._text-left_sm\:f_sgjpj_12:focus { text-align: left; }
13
+ ._text-left_sm\:a_sgjpj_13:active { text-align: left; }
14
+ ._text-left_sm\:d_sgjpj_14:disabled { text-align: left; }
15
+ }
16
+
17
+ @media (min-width: 768px) {
18
+ ._text-left_md_sgjpj_18 { text-align: left; }
19
+ ._text-left_md\:h_sgjpj_19:hover { text-align: left; }
20
+ ._text-left_md\:f_sgjpj_20:focus { text-align: left; }
21
+ ._text-left_md\:a_sgjpj_21:active { text-align: left; }
22
+ ._text-left_md\:d_sgjpj_22:disabled { text-align: left; }
23
+ }
24
+
25
+ @media (min-width: 1024px) {
26
+ ._text-left_lg_sgjpj_26 { text-align: left; }
27
+ ._text-left_lg\:h_sgjpj_27:hover { text-align: left; }
28
+ ._text-left_lg\:f_sgjpj_28:focus { text-align: left; }
29
+ ._text-left_lg\:a_sgjpj_29:active { text-align: left; }
30
+ ._text-left_lg\:d_sgjpj_30:disabled { text-align: left; }
31
+ }
32
+
33
+ @media (min-width: 1280px) {
34
+ ._text-left_xl_sgjpj_34 { text-align: left; }
35
+ ._text-left_xl\:h_sgjpj_35:hover { text-align: left; }
36
+ ._text-left_xl\:f_sgjpj_36:focus { text-align: left; }
37
+ ._text-left_xl\:a_sgjpj_37:active { text-align: left; }
38
+ ._text-left_xl\:d_sgjpj_38:disabled { text-align: left; }
39
+ }
40
+
41
+ @media (min-width: 1536px) {
42
+ ._text-left_2xl_sgjpj_42 { text-align: left; }
43
+ ._text-left_2xl\:h_sgjpj_43:hover { text-align: left; }
44
+ ._text-left_2xl\:f_sgjpj_44:focus { text-align: left; }
45
+ ._text-left_2xl\:a_sgjpj_45:active { text-align: left; }
46
+ ._text-left_2xl\:d_sgjpj_46:disabled { text-align: left; }
47
+ }
48
+
49
+ /* text-center */
50
+ ._text-center_sgjpj_50 { text-align: center; }
51
+ ._text-center\:h_sgjpj_51:hover { text-align: center; }
52
+ ._text-center\:f_sgjpj_52:focus { text-align: center; }
53
+ ._text-center\:a_sgjpj_53:active { text-align: center; }
54
+ ._text-center\:d_sgjpj_54:disabled { text-align: center; }
55
+
56
+ @media (min-width: 640px) {
57
+ ._text-center_sm_sgjpj_57 { text-align: center; }
58
+ ._text-center_sm\:h_sgjpj_58:hover { text-align: center; }
59
+ ._text-center_sm\:f_sgjpj_59:focus { text-align: center; }
60
+ ._text-center_sm\:a_sgjpj_60:active { text-align: center; }
61
+ ._text-center_sm\:d_sgjpj_61:disabled { text-align: center; }
62
+ }
63
+
64
+ @media (min-width: 768px) {
65
+ ._text-center_md_sgjpj_65 { text-align: center; }
66
+ ._text-center_md\:h_sgjpj_66:hover { text-align: center; }
67
+ ._text-center_md\:f_sgjpj_67:focus { text-align: center; }
68
+ ._text-center_md\:a_sgjpj_68:active { text-align: center; }
69
+ ._text-center_md\:d_sgjpj_69:disabled { text-align: center; }
70
+ }
71
+
72
+ @media (min-width: 1024px) {
73
+ ._text-center_lg_sgjpj_73 { text-align: center; }
74
+ ._text-center_lg\:h_sgjpj_74:hover { text-align: center; }
75
+ ._text-center_lg\:f_sgjpj_75:focus { text-align: center; }
76
+ ._text-center_lg\:a_sgjpj_76:active { text-align: center; }
77
+ ._text-center_lg\:d_sgjpj_77:disabled { text-align: center; }
78
+ }
79
+
80
+ @media (min-width: 1280px) {
81
+ ._text-center_xl_sgjpj_81 { text-align: center; }
82
+ ._text-center_xl\:h_sgjpj_82:hover { text-align: center; }
83
+ ._text-center_xl\:f_sgjpj_83:focus { text-align: center; }
84
+ ._text-center_xl\:a_sgjpj_84:active { text-align: center; }
85
+ ._text-center_xl\:d_sgjpj_85:disabled { text-align: center; }
86
+ }
87
+
88
+ @media (min-width: 1536px) {
89
+ ._text-center_2xl_sgjpj_89 { text-align: center; }
90
+ ._text-center_2xl\:h_sgjpj_90:hover { text-align: center; }
91
+ ._text-center_2xl\:f_sgjpj_91:focus { text-align: center; }
92
+ ._text-center_2xl\:a_sgjpj_92:active { text-align: center; }
93
+ ._text-center_2xl\:d_sgjpj_93:disabled { text-align: center; }
94
+ }
95
+
96
+ /* text-right */
97
+ ._text-right_sgjpj_97 { text-align: right; }
98
+ ._text-right\:h_sgjpj_98:hover { text-align: right; }
99
+ ._text-right\:f_sgjpj_99:focus { text-align: right; }
100
+ ._text-right\:a_sgjpj_100:active { text-align: right; }
101
+ ._text-right\:d_sgjpj_101:disabled { text-align: right; }
102
+
103
+ @media (min-width: 640px) {
104
+ ._text-right_sm_sgjpj_104 { text-align: right; }
105
+ ._text-right_sm\:h_sgjpj_105:hover { text-align: right; }
106
+ ._text-right_sm\:f_sgjpj_106:focus { text-align: right; }
107
+ ._text-right_sm\:a_sgjpj_107:active { text-align: right; }
108
+ ._text-right_sm\:d_sgjpj_108:disabled { text-align: right; }
109
+ }
110
+
111
+ @media (min-width: 768px) {
112
+ ._text-right_md_sgjpj_112 { text-align: right; }
113
+ ._text-right_md\:h_sgjpj_113:hover { text-align: right; }
114
+ ._text-right_md\:f_sgjpj_114:focus { text-align: right; }
115
+ ._text-right_md\:a_sgjpj_115:active { text-align: right; }
116
+ ._text-right_md\:d_sgjpj_116:disabled { text-align: right; }
117
+ }
118
+
119
+ @media (min-width: 1024px) {
120
+ ._text-right_lg_sgjpj_120 { text-align: right; }
121
+ ._text-right_lg\:h_sgjpj_121:hover { text-align: right; }
122
+ ._text-right_lg\:f_sgjpj_122:focus { text-align: right; }
123
+ ._text-right_lg\:a_sgjpj_123:active { text-align: right; }
124
+ ._text-right_lg\:d_sgjpj_124:disabled { text-align: right; }
125
+ }
126
+
127
+ @media (min-width: 1280px) {
128
+ ._text-right_xl_sgjpj_128 { text-align: right; }
129
+ ._text-right_xl\:h_sgjpj_129:hover { text-align: right; }
130
+ ._text-right_xl\:f_sgjpj_130:focus { text-align: right; }
131
+ ._text-right_xl\:a_sgjpj_131:active { text-align: right; }
132
+ ._text-right_xl\:d_sgjpj_132:disabled { text-align: right; }
133
+ }
134
+
135
+ @media (min-width: 1536px) {
136
+ ._text-right_2xl_sgjpj_136 { text-align: right; }
137
+ ._text-right_2xl\:h_sgjpj_137:hover { text-align: right; }
138
+ ._text-right_2xl\:f_sgjpj_138:focus { text-align: right; }
139
+ ._text-right_2xl\:a_sgjpj_139:active { text-align: right; }
140
+ ._text-right_2xl\:d_sgjpj_140:disabled { text-align: right; }
141
+ }
142
+
143
+ /* text-justify */
144
+ ._text-justify_sgjpj_144 { text-align: justify; }
145
+ ._text-justify\:h_sgjpj_145:hover { text-align: justify; }
146
+ ._text-justify\:f_sgjpj_146:focus { text-align: justify; }
147
+ ._text-justify\:a_sgjpj_147:active { text-align: justify; }
148
+ ._text-justify\:d_sgjpj_148:disabled { text-align: justify; }
149
+
150
+ @media (min-width: 640px) {
151
+ ._text-justify_sm_sgjpj_151 { text-align: justify; }
152
+ ._text-justify_sm\:h_sgjpj_152:hover { text-align: justify; }
153
+ ._text-justify_sm\:f_sgjpj_153:focus { text-align: justify; }
154
+ ._text-justify_sm\:a_sgjpj_154:active { text-align: justify; }
155
+ ._text-justify_sm\:d_sgjpj_155:disabled { text-align: justify; }
156
+ }
157
+
158
+ @media (min-width: 768px) {
159
+ ._text-justify_md_sgjpj_159 { text-align: justify; }
160
+ ._text-justify_md\:h_sgjpj_160:hover { text-align: justify; }
161
+ ._text-justify_md\:f_sgjpj_161:focus { text-align: justify; }
162
+ ._text-justify_md\:a_sgjpj_162:active { text-align: justify; }
163
+ ._text-justify_md\:d_sgjpj_163:disabled { text-align: justify; }
164
+ }
165
+
166
+ @media (min-width: 1024px) {
167
+ ._text-justify_lg_sgjpj_167 { text-align: justify; }
168
+ ._text-justify_lg\:h_sgjpj_168:hover { text-align: justify; }
169
+ ._text-justify_lg\:f_sgjpj_169:focus { text-align: justify; }
170
+ ._text-justify_lg\:a_sgjpj_170:active { text-align: justify; }
171
+ ._text-justify_lg\:d_sgjpj_171:disabled { text-align: justify; }
172
+ }
173
+
174
+ @media (min-width: 1280px) {
175
+ ._text-justify_xl_sgjpj_175 { text-align: justify; }
176
+ ._text-justify_xl\:h_sgjpj_176:hover { text-align: justify; }
177
+ ._text-justify_xl\:f_sgjpj_177:focus { text-align: justify; }
178
+ ._text-justify_xl\:a_sgjpj_178:active { text-align: justify; }
179
+ ._text-justify_xl\:d_sgjpj_179:disabled { text-align: justify; }
180
+ }
181
+
182
+ @media (min-width: 1536px) {
183
+ ._text-justify_2xl_sgjpj_183 { text-align: justify; }
184
+ ._text-justify_2xl\:h_sgjpj_184:hover { text-align: justify; }
185
+ ._text-justify_2xl\:f_sgjpj_185:focus { text-align: justify; }
186
+ ._text-justify_2xl\:a_sgjpj_186:active { text-align: justify; }
187
+ ._text-justify_2xl\:d_sgjpj_187:disabled { text-align: justify; }
188
+ }
10
189
 
11
190
  /* whiteSpace */
12
- ._whitespace-normal_snkmf_12 { white-space: normal; }
13
- ._whitespace-normal\:h_snkmf_13:hover { white-space: normal; }
14
- ._whitespace-nowrap_snkmf_14 { white-space: nowrap; }
15
- ._whitespace-nowrap\:h_snkmf_15:hover { white-space: nowrap; }
16
- ._whitespace-pre_snkmf_16 { white-space: pre; }
17
- ._whitespace-pre\:h_snkmf_17:hover { white-space: pre; }
18
- ._whitespace-pre-line_snkmf_18 { white-space: pre-line; }
19
- ._whitespace-pre-line\:h_snkmf_19:hover { white-space: pre-line; }
20
- ._whitespace-pre-wrap_snkmf_20 { white-space: pre-wrap; }
21
- ._whitespace-pre-wrap\:h_snkmf_21:hover { white-space: pre-wrap; }
191
+ /* whitespace-normal */
192
+ ._whitespace-normal_sgjpj_192 { white-space: normal; }
193
+ ._whitespace-normal\:h_sgjpj_193:hover { white-space: normal; }
194
+ ._whitespace-normal\:f_sgjpj_194:focus { white-space: normal; }
195
+ ._whitespace-normal\:a_sgjpj_195:active { white-space: normal; }
196
+ ._whitespace-normal\:d_sgjpj_196:disabled { white-space: normal; }
197
+
198
+ @media (min-width: 640px) {
199
+ ._whitespace-normal_sm_sgjpj_199 { white-space: normal; }
200
+ ._whitespace-normal_sm\:h_sgjpj_200:hover { white-space: normal; }
201
+ ._whitespace-normal_sm\:f_sgjpj_201:focus { white-space: normal; }
202
+ ._whitespace-normal_sm\:a_sgjpj_202:active { white-space: normal; }
203
+ ._whitespace-normal_sm\:d_sgjpj_203:disabled { white-space: normal; }
204
+ }
205
+
206
+ @media (min-width: 768px) {
207
+ ._whitespace-normal_md_sgjpj_207 { white-space: normal; }
208
+ ._whitespace-normal_md\:h_sgjpj_208:hover { white-space: normal; }
209
+ ._whitespace-normal_md\:f_sgjpj_209:focus { white-space: normal; }
210
+ ._whitespace-normal_md\:a_sgjpj_210:active { white-space: normal; }
211
+ ._whitespace-normal_md\:d_sgjpj_211:disabled { white-space: normal; }
212
+ }
213
+
214
+ @media (min-width: 1024px) {
215
+ ._whitespace-normal_lg_sgjpj_215 { white-space: normal; }
216
+ ._whitespace-normal_lg\:h_sgjpj_216:hover { white-space: normal; }
217
+ ._whitespace-normal_lg\:f_sgjpj_217:focus { white-space: normal; }
218
+ ._whitespace-normal_lg\:a_sgjpj_218:active { white-space: normal; }
219
+ ._whitespace-normal_lg\:d_sgjpj_219:disabled { white-space: normal; }
220
+ }
221
+
222
+ @media (min-width: 1280px) {
223
+ ._whitespace-normal_xl_sgjpj_223 { white-space: normal; }
224
+ ._whitespace-normal_xl\:h_sgjpj_224:hover { white-space: normal; }
225
+ ._whitespace-normal_xl\:f_sgjpj_225:focus { white-space: normal; }
226
+ ._whitespace-normal_xl\:a_sgjpj_226:active { white-space: normal; }
227
+ ._whitespace-normal_xl\:d_sgjpj_227:disabled { white-space: normal; }
228
+ }
229
+
230
+ @media (min-width: 1536px) {
231
+ ._whitespace-normal_2xl_sgjpj_231 { white-space: normal; }
232
+ ._whitespace-normal_2xl\:h_sgjpj_232:hover { white-space: normal; }
233
+ ._whitespace-normal_2xl\:f_sgjpj_233:focus { white-space: normal; }
234
+ ._whitespace-normal_2xl\:a_sgjpj_234:active { white-space: normal; }
235
+ ._whitespace-normal_2xl\:d_sgjpj_235:disabled { white-space: normal; }
236
+ }
237
+
238
+ /* whitespace-nowrap */
239
+ ._whitespace-nowrap_sgjpj_239 { white-space: nowrap; }
240
+ ._whitespace-nowrap\:h_sgjpj_240:hover { white-space: nowrap; }
241
+ ._whitespace-nowrap\:f_sgjpj_241:focus { white-space: nowrap; }
242
+ ._whitespace-nowrap\:a_sgjpj_242:active { white-space: nowrap; }
243
+ ._whitespace-nowrap\:d_sgjpj_243:disabled { white-space: nowrap; }
244
+
245
+ @media (min-width: 640px) {
246
+ ._whitespace-nowrap_sm_sgjpj_246 { white-space: nowrap; }
247
+ ._whitespace-nowrap_sm\:h_sgjpj_247:hover { white-space: nowrap; }
248
+ ._whitespace-nowrap_sm\:f_sgjpj_248:focus { white-space: nowrap; }
249
+ ._whitespace-nowrap_sm\:a_sgjpj_249:active { white-space: nowrap; }
250
+ ._whitespace-nowrap_sm\:d_sgjpj_250:disabled { white-space: nowrap; }
251
+ }
252
+
253
+ @media (min-width: 768px) {
254
+ ._whitespace-nowrap_md_sgjpj_254 { white-space: nowrap; }
255
+ ._whitespace-nowrap_md\:h_sgjpj_255:hover { white-space: nowrap; }
256
+ ._whitespace-nowrap_md\:f_sgjpj_256:focus { white-space: nowrap; }
257
+ ._whitespace-nowrap_md\:a_sgjpj_257:active { white-space: nowrap; }
258
+ ._whitespace-nowrap_md\:d_sgjpj_258:disabled { white-space: nowrap; }
259
+ }
260
+
261
+ @media (min-width: 1024px) {
262
+ ._whitespace-nowrap_lg_sgjpj_262 { white-space: nowrap; }
263
+ ._whitespace-nowrap_lg\:h_sgjpj_263:hover { white-space: nowrap; }
264
+ ._whitespace-nowrap_lg\:f_sgjpj_264:focus { white-space: nowrap; }
265
+ ._whitespace-nowrap_lg\:a_sgjpj_265:active { white-space: nowrap; }
266
+ ._whitespace-nowrap_lg\:d_sgjpj_266:disabled { white-space: nowrap; }
267
+ }
268
+
269
+ @media (min-width: 1280px) {
270
+ ._whitespace-nowrap_xl_sgjpj_270 { white-space: nowrap; }
271
+ ._whitespace-nowrap_xl\:h_sgjpj_271:hover { white-space: nowrap; }
272
+ ._whitespace-nowrap_xl\:f_sgjpj_272:focus { white-space: nowrap; }
273
+ ._whitespace-nowrap_xl\:a_sgjpj_273:active { white-space: nowrap; }
274
+ ._whitespace-nowrap_xl\:d_sgjpj_274:disabled { white-space: nowrap; }
275
+ }
276
+
277
+ @media (min-width: 1536px) {
278
+ ._whitespace-nowrap_2xl_sgjpj_278 { white-space: nowrap; }
279
+ ._whitespace-nowrap_2xl\:h_sgjpj_279:hover { white-space: nowrap; }
280
+ ._whitespace-nowrap_2xl\:f_sgjpj_280:focus { white-space: nowrap; }
281
+ ._whitespace-nowrap_2xl\:a_sgjpj_281:active { white-space: nowrap; }
282
+ ._whitespace-nowrap_2xl\:d_sgjpj_282:disabled { white-space: nowrap; }
283
+ }
284
+
285
+ /* whitespace-pre */
286
+ ._whitespace-pre_sgjpj_286 { white-space: pre; }
287
+ ._whitespace-pre\:h_sgjpj_287:hover { white-space: pre; }
288
+ ._whitespace-pre\:f_sgjpj_288:focus { white-space: pre; }
289
+ ._whitespace-pre\:a_sgjpj_289:active { white-space: pre; }
290
+ ._whitespace-pre\:d_sgjpj_290:disabled { white-space: pre; }
291
+
292
+ @media (min-width: 640px) {
293
+ ._whitespace-pre_sm_sgjpj_293 { white-space: pre; }
294
+ ._whitespace-pre_sm\:h_sgjpj_294:hover { white-space: pre; }
295
+ ._whitespace-pre_sm\:f_sgjpj_295:focus { white-space: pre; }
296
+ ._whitespace-pre_sm\:a_sgjpj_296:active { white-space: pre; }
297
+ ._whitespace-pre_sm\:d_sgjpj_297:disabled { white-space: pre; }
298
+ }
299
+
300
+ @media (min-width: 768px) {
301
+ ._whitespace-pre_md_sgjpj_301 { white-space: pre; }
302
+ ._whitespace-pre_md\:h_sgjpj_302:hover { white-space: pre; }
303
+ ._whitespace-pre_md\:f_sgjpj_303:focus { white-space: pre; }
304
+ ._whitespace-pre_md\:a_sgjpj_304:active { white-space: pre; }
305
+ ._whitespace-pre_md\:d_sgjpj_305:disabled { white-space: pre; }
306
+ }
307
+
308
+ @media (min-width: 1024px) {
309
+ ._whitespace-pre_lg_sgjpj_309 { white-space: pre; }
310
+ ._whitespace-pre_lg\:h_sgjpj_310:hover { white-space: pre; }
311
+ ._whitespace-pre_lg\:f_sgjpj_311:focus { white-space: pre; }
312
+ ._whitespace-pre_lg\:a_sgjpj_312:active { white-space: pre; }
313
+ ._whitespace-pre_lg\:d_sgjpj_313:disabled { white-space: pre; }
314
+ }
315
+
316
+ @media (min-width: 1280px) {
317
+ ._whitespace-pre_xl_sgjpj_317 { white-space: pre; }
318
+ ._whitespace-pre_xl\:h_sgjpj_318:hover { white-space: pre; }
319
+ ._whitespace-pre_xl\:f_sgjpj_319:focus { white-space: pre; }
320
+ ._whitespace-pre_xl\:a_sgjpj_320:active { white-space: pre; }
321
+ ._whitespace-pre_xl\:d_sgjpj_321:disabled { white-space: pre; }
322
+ }
323
+
324
+ @media (min-width: 1536px) {
325
+ ._whitespace-pre_2xl_sgjpj_325 { white-space: pre; }
326
+ ._whitespace-pre_2xl\:h_sgjpj_326:hover { white-space: pre; }
327
+ ._whitespace-pre_2xl\:f_sgjpj_327:focus { white-space: pre; }
328
+ ._whitespace-pre_2xl\:a_sgjpj_328:active { white-space: pre; }
329
+ ._whitespace-pre_2xl\:d_sgjpj_329:disabled { white-space: pre; }
330
+ }
331
+
332
+ /* whitespace-pre-line */
333
+ ._whitespace-pre-line_sgjpj_333 { white-space: pre-line; }
334
+ ._whitespace-pre-line\:h_sgjpj_334:hover { white-space: pre-line; }
335
+ ._whitespace-pre-line\:f_sgjpj_335:focus { white-space: pre-line; }
336
+ ._whitespace-pre-line\:a_sgjpj_336:active { white-space: pre-line; }
337
+ ._whitespace-pre-line\:d_sgjpj_337:disabled { white-space: pre-line; }
338
+
339
+ @media (min-width: 640px) {
340
+ ._whitespace-pre-line_sm_sgjpj_340 { white-space: pre-line; }
341
+ ._whitespace-pre-line_sm\:h_sgjpj_341:hover { white-space: pre-line; }
342
+ ._whitespace-pre-line_sm\:f_sgjpj_342:focus { white-space: pre-line; }
343
+ ._whitespace-pre-line_sm\:a_sgjpj_343:active { white-space: pre-line; }
344
+ ._whitespace-pre-line_sm\:d_sgjpj_344:disabled { white-space: pre-line; }
345
+ }
346
+
347
+ @media (min-width: 768px) {
348
+ ._whitespace-pre-line_md_sgjpj_348 { white-space: pre-line; }
349
+ ._whitespace-pre-line_md\:h_sgjpj_349:hover { white-space: pre-line; }
350
+ ._whitespace-pre-line_md\:f_sgjpj_350:focus { white-space: pre-line; }
351
+ ._whitespace-pre-line_md\:a_sgjpj_351:active { white-space: pre-line; }
352
+ ._whitespace-pre-line_md\:d_sgjpj_352:disabled { white-space: pre-line; }
353
+ }
354
+
355
+ @media (min-width: 1024px) {
356
+ ._whitespace-pre-line_lg_sgjpj_356 { white-space: pre-line; }
357
+ ._whitespace-pre-line_lg\:h_sgjpj_357:hover { white-space: pre-line; }
358
+ ._whitespace-pre-line_lg\:f_sgjpj_358:focus { white-space: pre-line; }
359
+ ._whitespace-pre-line_lg\:a_sgjpj_359:active { white-space: pre-line; }
360
+ ._whitespace-pre-line_lg\:d_sgjpj_360:disabled { white-space: pre-line; }
361
+ }
362
+
363
+ @media (min-width: 1280px) {
364
+ ._whitespace-pre-line_xl_sgjpj_364 { white-space: pre-line; }
365
+ ._whitespace-pre-line_xl\:h_sgjpj_365:hover { white-space: pre-line; }
366
+ ._whitespace-pre-line_xl\:f_sgjpj_366:focus { white-space: pre-line; }
367
+ ._whitespace-pre-line_xl\:a_sgjpj_367:active { white-space: pre-line; }
368
+ ._whitespace-pre-line_xl\:d_sgjpj_368:disabled { white-space: pre-line; }
369
+ }
370
+
371
+ @media (min-width: 1536px) {
372
+ ._whitespace-pre-line_2xl_sgjpj_372 { white-space: pre-line; }
373
+ ._whitespace-pre-line_2xl\:h_sgjpj_373:hover { white-space: pre-line; }
374
+ ._whitespace-pre-line_2xl\:f_sgjpj_374:focus { white-space: pre-line; }
375
+ ._whitespace-pre-line_2xl\:a_sgjpj_375:active { white-space: pre-line; }
376
+ ._whitespace-pre-line_2xl\:d_sgjpj_376:disabled { white-space: pre-line; }
377
+ }
378
+
379
+ /* whitespace-pre-wrap */
380
+ ._whitespace-pre-wrap_sgjpj_380 { white-space: pre-wrap; }
381
+ ._whitespace-pre-wrap\:h_sgjpj_381:hover { white-space: pre-wrap; }
382
+ ._whitespace-pre-wrap\:f_sgjpj_382:focus { white-space: pre-wrap; }
383
+ ._whitespace-pre-wrap\:a_sgjpj_383:active { white-space: pre-wrap; }
384
+ ._whitespace-pre-wrap\:d_sgjpj_384:disabled { white-space: pre-wrap; }
385
+
386
+ @media (min-width: 640px) {
387
+ ._whitespace-pre-wrap_sm_sgjpj_387 { white-space: pre-wrap; }
388
+ ._whitespace-pre-wrap_sm\:h_sgjpj_388:hover { white-space: pre-wrap; }
389
+ ._whitespace-pre-wrap_sm\:f_sgjpj_389:focus { white-space: pre-wrap; }
390
+ ._whitespace-pre-wrap_sm\:a_sgjpj_390:active { white-space: pre-wrap; }
391
+ ._whitespace-pre-wrap_sm\:d_sgjpj_391:disabled { white-space: pre-wrap; }
392
+ }
393
+
394
+ @media (min-width: 768px) {
395
+ ._whitespace-pre-wrap_md_sgjpj_395 { white-space: pre-wrap; }
396
+ ._whitespace-pre-wrap_md\:h_sgjpj_396:hover { white-space: pre-wrap; }
397
+ ._whitespace-pre-wrap_md\:f_sgjpj_397:focus { white-space: pre-wrap; }
398
+ ._whitespace-pre-wrap_md\:a_sgjpj_398:active { white-space: pre-wrap; }
399
+ ._whitespace-pre-wrap_md\:d_sgjpj_399:disabled { white-space: pre-wrap; }
400
+ }
401
+
402
+ @media (min-width: 1024px) {
403
+ ._whitespace-pre-wrap_lg_sgjpj_403 { white-space: pre-wrap; }
404
+ ._whitespace-pre-wrap_lg\:h_sgjpj_404:hover { white-space: pre-wrap; }
405
+ ._whitespace-pre-wrap_lg\:f_sgjpj_405:focus { white-space: pre-wrap; }
406
+ ._whitespace-pre-wrap_lg\:a_sgjpj_406:active { white-space: pre-wrap; }
407
+ ._whitespace-pre-wrap_lg\:d_sgjpj_407:disabled { white-space: pre-wrap; }
408
+ }
409
+
410
+ @media (min-width: 1280px) {
411
+ ._whitespace-pre-wrap_xl_sgjpj_411 { white-space: pre-wrap; }
412
+ ._whitespace-pre-wrap_xl\:h_sgjpj_412:hover { white-space: pre-wrap; }
413
+ ._whitespace-pre-wrap_xl\:f_sgjpj_413:focus { white-space: pre-wrap; }
414
+ ._whitespace-pre-wrap_xl\:a_sgjpj_414:active { white-space: pre-wrap; }
415
+ ._whitespace-pre-wrap_xl\:d_sgjpj_415:disabled { white-space: pre-wrap; }
416
+ }
417
+
418
+ @media (min-width: 1536px) {
419
+ ._whitespace-pre-wrap_2xl_sgjpj_419 { white-space: pre-wrap; }
420
+ ._whitespace-pre-wrap_2xl\:h_sgjpj_420:hover { white-space: pre-wrap; }
421
+ ._whitespace-pre-wrap_2xl\:f_sgjpj_421:focus { white-space: pre-wrap; }
422
+ ._whitespace-pre-wrap_2xl\:a_sgjpj_422:active { white-space: pre-wrap; }
423
+ ._whitespace-pre-wrap_2xl\:d_sgjpj_423:disabled { white-space: pre-wrap; }
424
+ }
22
425
 
23
426
  /* textDecoration */
24
- ._decoration-none_snkmf_24 { text-decoration: none; }
25
- ._decoration-none\:h_snkmf_25:hover { text-decoration: none; }
26
- ._decoration-underline_snkmf_26 { text-decoration: underline; }
27
- ._decoration-underline\:h_snkmf_27:hover { text-decoration: underline; }
28
- ._decoration-line-through_snkmf_28 { text-decoration: line-through; }
29
- ._decoration-line-through\:h_snkmf_29:hover { text-decoration: line-through; }
427
+ /* decoration-none */
428
+ ._decoration-none_sgjpj_428 { text-decoration: none; }
429
+ ._decoration-none\:h_sgjpj_429:hover { text-decoration: none; }
430
+ ._decoration-none\:f_sgjpj_430:focus { text-decoration: none; }
431
+ ._decoration-none\:a_sgjpj_431:active { text-decoration: none; }
432
+ ._decoration-none\:d_sgjpj_432:disabled { text-decoration: none; }
433
+
434
+ @media (min-width: 640px) {
435
+ ._decoration-none_sm_sgjpj_435 { text-decoration: none; }
436
+ ._decoration-none_sm\:h_sgjpj_436:hover { text-decoration: none; }
437
+ ._decoration-none_sm\:f_sgjpj_437:focus { text-decoration: none; }
438
+ ._decoration-none_sm\:a_sgjpj_438:active { text-decoration: none; }
439
+ ._decoration-none_sm\:d_sgjpj_439:disabled { text-decoration: none; }
440
+ }
441
+
442
+ @media (min-width: 768px) {
443
+ ._decoration-none_md_sgjpj_443 { text-decoration: none; }
444
+ ._decoration-none_md\:h_sgjpj_444:hover { text-decoration: none; }
445
+ ._decoration-none_md\:f_sgjpj_445:focus { text-decoration: none; }
446
+ ._decoration-none_md\:a_sgjpj_446:active { text-decoration: none; }
447
+ ._decoration-none_md\:d_sgjpj_447:disabled { text-decoration: none; }
448
+ }
449
+
450
+ @media (min-width: 1024px) {
451
+ ._decoration-none_lg_sgjpj_451 { text-decoration: none; }
452
+ ._decoration-none_lg\:h_sgjpj_452:hover { text-decoration: none; }
453
+ ._decoration-none_lg\:f_sgjpj_453:focus { text-decoration: none; }
454
+ ._decoration-none_lg\:a_sgjpj_454:active { text-decoration: none; }
455
+ ._decoration-none_lg\:d_sgjpj_455:disabled { text-decoration: none; }
456
+ }
457
+
458
+ @media (min-width: 1280px) {
459
+ ._decoration-none_xl_sgjpj_459 { text-decoration: none; }
460
+ ._decoration-none_xl\:h_sgjpj_460:hover { text-decoration: none; }
461
+ ._decoration-none_xl\:f_sgjpj_461:focus { text-decoration: none; }
462
+ ._decoration-none_xl\:a_sgjpj_462:active { text-decoration: none; }
463
+ ._decoration-none_xl\:d_sgjpj_463:disabled { text-decoration: none; }
464
+ }
465
+
466
+ @media (min-width: 1536px) {
467
+ ._decoration-none_2xl_sgjpj_467 { text-decoration: none; }
468
+ ._decoration-none_2xl\:h_sgjpj_468:hover { text-decoration: none; }
469
+ ._decoration-none_2xl\:f_sgjpj_469:focus { text-decoration: none; }
470
+ ._decoration-none_2xl\:a_sgjpj_470:active { text-decoration: none; }
471
+ ._decoration-none_2xl\:d_sgjpj_471:disabled { text-decoration: none; }
472
+ }
473
+
474
+ /* decoration-underline */
475
+ ._decoration-underline_sgjpj_475 { text-decoration: underline; }
476
+ ._decoration-underline\:h_sgjpj_476:hover { text-decoration: underline; }
477
+ ._decoration-underline\:f_sgjpj_477:focus { text-decoration: underline; }
478
+ ._decoration-underline\:a_sgjpj_478:active { text-decoration: underline; }
479
+ ._decoration-underline\:d_sgjpj_479:disabled { text-decoration: underline; }
480
+
481
+ @media (min-width: 640px) {
482
+ ._decoration-underline_sm_sgjpj_482 { text-decoration: underline; }
483
+ ._decoration-underline_sm\:h_sgjpj_483:hover { text-decoration: underline; }
484
+ ._decoration-underline_sm\:f_sgjpj_484:focus { text-decoration: underline; }
485
+ ._decoration-underline_sm\:a_sgjpj_485:active { text-decoration: underline; }
486
+ ._decoration-underline_sm\:d_sgjpj_486:disabled { text-decoration: underline; }
487
+ }
488
+
489
+ @media (min-width: 768px) {
490
+ ._decoration-underline_md_sgjpj_490 { text-decoration: underline; }
491
+ ._decoration-underline_md\:h_sgjpj_491:hover { text-decoration: underline; }
492
+ ._decoration-underline_md\:f_sgjpj_492:focus { text-decoration: underline; }
493
+ ._decoration-underline_md\:a_sgjpj_493:active { text-decoration: underline; }
494
+ ._decoration-underline_md\:d_sgjpj_494:disabled { text-decoration: underline; }
495
+ }
496
+
497
+ @media (min-width: 1024px) {
498
+ ._decoration-underline_lg_sgjpj_498 { text-decoration: underline; }
499
+ ._decoration-underline_lg\:h_sgjpj_499:hover { text-decoration: underline; }
500
+ ._decoration-underline_lg\:f_sgjpj_500:focus { text-decoration: underline; }
501
+ ._decoration-underline_lg\:a_sgjpj_501:active { text-decoration: underline; }
502
+ ._decoration-underline_lg\:d_sgjpj_502:disabled { text-decoration: underline; }
503
+ }
504
+
505
+ @media (min-width: 1280px) {
506
+ ._decoration-underline_xl_sgjpj_506 { text-decoration: underline; }
507
+ ._decoration-underline_xl\:h_sgjpj_507:hover { text-decoration: underline; }
508
+ ._decoration-underline_xl\:f_sgjpj_508:focus { text-decoration: underline; }
509
+ ._decoration-underline_xl\:a_sgjpj_509:active { text-decoration: underline; }
510
+ ._decoration-underline_xl\:d_sgjpj_510:disabled { text-decoration: underline; }
511
+ }
512
+
513
+ @media (min-width: 1536px) {
514
+ ._decoration-underline_2xl_sgjpj_514 { text-decoration: underline; }
515
+ ._decoration-underline_2xl\:h_sgjpj_515:hover { text-decoration: underline; }
516
+ ._decoration-underline_2xl\:f_sgjpj_516:focus { text-decoration: underline; }
517
+ ._decoration-underline_2xl\:a_sgjpj_517:active { text-decoration: underline; }
518
+ ._decoration-underline_2xl\:d_sgjpj_518:disabled { text-decoration: underline; }
519
+ }
520
+
521
+ /* decoration-line-through */
522
+ ._decoration-line-through_sgjpj_522 { text-decoration: line-through; }
523
+ ._decoration-line-through\:h_sgjpj_523:hover { text-decoration: line-through; }
524
+ ._decoration-line-through\:f_sgjpj_524:focus { text-decoration: line-through; }
525
+ ._decoration-line-through\:a_sgjpj_525:active { text-decoration: line-through; }
526
+ ._decoration-line-through\:d_sgjpj_526:disabled { text-decoration: line-through; }
527
+
528
+ @media (min-width: 640px) {
529
+ ._decoration-line-through_sm_sgjpj_529 { text-decoration: line-through; }
530
+ ._decoration-line-through_sm\:h_sgjpj_530:hover { text-decoration: line-through; }
531
+ ._decoration-line-through_sm\:f_sgjpj_531:focus { text-decoration: line-through; }
532
+ ._decoration-line-through_sm\:a_sgjpj_532:active { text-decoration: line-through; }
533
+ ._decoration-line-through_sm\:d_sgjpj_533:disabled { text-decoration: line-through; }
534
+ }
535
+
536
+ @media (min-width: 768px) {
537
+ ._decoration-line-through_md_sgjpj_537 { text-decoration: line-through; }
538
+ ._decoration-line-through_md\:h_sgjpj_538:hover { text-decoration: line-through; }
539
+ ._decoration-line-through_md\:f_sgjpj_539:focus { text-decoration: line-through; }
540
+ ._decoration-line-through_md\:a_sgjpj_540:active { text-decoration: line-through; }
541
+ ._decoration-line-through_md\:d_sgjpj_541:disabled { text-decoration: line-through; }
542
+ }
543
+
544
+ @media (min-width: 1024px) {
545
+ ._decoration-line-through_lg_sgjpj_545 { text-decoration: line-through; }
546
+ ._decoration-line-through_lg\:h_sgjpj_546:hover { text-decoration: line-through; }
547
+ ._decoration-line-through_lg\:f_sgjpj_547:focus { text-decoration: line-through; }
548
+ ._decoration-line-through_lg\:a_sgjpj_548:active { text-decoration: line-through; }
549
+ ._decoration-line-through_lg\:d_sgjpj_549:disabled { text-decoration: line-through; }
550
+ }
551
+
552
+ @media (min-width: 1280px) {
553
+ ._decoration-line-through_xl_sgjpj_553 { text-decoration: line-through; }
554
+ ._decoration-line-through_xl\:h_sgjpj_554:hover { text-decoration: line-through; }
555
+ ._decoration-line-through_xl\:f_sgjpj_555:focus { text-decoration: line-through; }
556
+ ._decoration-line-through_xl\:a_sgjpj_556:active { text-decoration: line-through; }
557
+ ._decoration-line-through_xl\:d_sgjpj_557:disabled { text-decoration: line-through; }
558
+ }
559
+
560
+ @media (min-width: 1536px) {
561
+ ._decoration-line-through_2xl_sgjpj_561 { text-decoration: line-through; }
562
+ ._decoration-line-through_2xl\:h_sgjpj_562:hover { text-decoration: line-through; }
563
+ ._decoration-line-through_2xl\:f_sgjpj_563:focus { text-decoration: line-through; }
564
+ ._decoration-line-through_2xl\:a_sgjpj_564:active { text-decoration: line-through; }
565
+ ._decoration-line-through_2xl\:d_sgjpj_565:disabled { text-decoration: line-through; }
566
+ }
567
+