@digital-b2c/coreui-kit 0.5.2 → 0.5.4

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/index.css CHANGED
@@ -2052,6 +2052,212 @@ a:hover {
2052
2052
  }
2053
2053
  }
2054
2054
 
2055
+ /* src/widgets/TextBody/TextBody.module.scss */
2056
+ html,
2057
+ body {
2058
+ font-family: "Instrument Sans", sans-serif;
2059
+ font-size: 1rem;
2060
+ font-weight: 500;
2061
+ line-height: 1.5;
2062
+ color: #4d4d4d;
2063
+ }
2064
+ h1,
2065
+ .TextBody_module_h1 {
2066
+ font-size: 3rem;
2067
+ font-weight: 600;
2068
+ line-height: 1.17;
2069
+ }
2070
+ @media (max-width: 768px) {
2071
+ h1,
2072
+ .TextBody_module_h1 {
2073
+ font-size: 2rem;
2074
+ }
2075
+ }
2076
+ h2,
2077
+ .TextBody_module_h2 {
2078
+ font-size: 2.5rem;
2079
+ font-weight: 600;
2080
+ line-height: 1.2;
2081
+ }
2082
+ @media (max-width: 768px) {
2083
+ h2,
2084
+ .TextBody_module_h2 {
2085
+ font-size: 1.5rem;
2086
+ }
2087
+ }
2088
+ h3,
2089
+ .TextBody_module_h3,
2090
+ .TextBody_module_textBody .TextBody_module_body h2 {
2091
+ font-size: 2rem;
2092
+ font-weight: 600;
2093
+ line-height: 1.25;
2094
+ }
2095
+ @media (max-width: 768px) {
2096
+ h3,
2097
+ .TextBody_module_h3,
2098
+ .TextBody_module_textBody .TextBody_module_body h2 {
2099
+ font-size: 1.25rem;
2100
+ }
2101
+ }
2102
+ h4,
2103
+ .TextBody_module_h4 {
2104
+ font-size: 1.5rem;
2105
+ font-weight: 600;
2106
+ line-height: 1.33;
2107
+ }
2108
+ @media (max-width: 768px) {
2109
+ h4,
2110
+ .TextBody_module_h4 {
2111
+ font-size: 18px;
2112
+ }
2113
+ }
2114
+ .TextBody_module_subheading,
2115
+ .TextBody_module_textBody .TextBody_module_body h3 {
2116
+ font-size: 1.25rem;
2117
+ font-weight: 500;
2118
+ line-height: 1.4;
2119
+ }
2120
+ @media (max-width: 768px) {
2121
+ .TextBody_module_subheading,
2122
+ .TextBody_module_textBody .TextBody_module_body h3 {
2123
+ font-size: 18px;
2124
+ }
2125
+ }
2126
+ p,
2127
+ .TextBody_module_body {
2128
+ font-size: 1rem;
2129
+ font-weight: 500;
2130
+ line-height: 1.5;
2131
+ }
2132
+ small,
2133
+ .TextBody_module_small {
2134
+ font-size: 0.875rem;
2135
+ font-weight: 500;
2136
+ line-height: 1.5;
2137
+ }
2138
+ .TextBody_module_smallest {
2139
+ font-size: 0.75rem;
2140
+ font-weight: 500;
2141
+ line-height: 1.5;
2142
+ }
2143
+ a {
2144
+ color: var(--color-link);
2145
+ text-decoration: none;
2146
+ cursor: pointer;
2147
+ }
2148
+ a:hover {
2149
+ text-decoration: underline;
2150
+ }
2151
+ .TextBody_module_textBody {
2152
+ width: 100%;
2153
+ padding: var(--spacing-3xl) var(--spacing-7xl);
2154
+ }
2155
+ @media (max-width: 768px) {
2156
+ .TextBody_module_textBody {
2157
+ padding: var(--spacing-lg) var(--spacing-md);
2158
+ }
2159
+ }
2160
+ .TextBody_module_textBody .TextBody_module_title {
2161
+ margin-bottom: var(--spacing-xl);
2162
+ color: var(--color-black);
2163
+ }
2164
+ @media (max-width: 768px) {
2165
+ .TextBody_module_textBody .TextBody_module_title {
2166
+ font-size: var(--font-size-xl);
2167
+ margin-bottom: var(--spacing-lg);
2168
+ }
2169
+ }
2170
+ .TextBody_module_textBody .TextBody_module_body p {
2171
+ font-size: var(--font-size-md);
2172
+ font-weight: var(--font-weight-regular);
2173
+ line-height: 1.5;
2174
+ margin-bottom: var(--spacing-xl);
2175
+ color: var(--color-black);
2176
+ }
2177
+ @media (max-width: 768px) {
2178
+ .TextBody_module_textBody .TextBody_module_body p {
2179
+ font-size: var(--font-size-md);
2180
+ }
2181
+ }
2182
+ .TextBody_module_textBody .TextBody_module_body p:last-child {
2183
+ margin-bottom: 0;
2184
+ }
2185
+ .TextBody_module_textBody .TextBody_module_body p:empty {
2186
+ display: none;
2187
+ margin: 0;
2188
+ }
2189
+ .TextBody_module_textBody .TextBody_module_body strong {
2190
+ font-weight: var(--font-weight-bold);
2191
+ color: var(--color-black);
2192
+ }
2193
+ .TextBody_module_textBody .TextBody_module_body a {
2194
+ color: var(--color-link);
2195
+ font-weight: var(--font-weight-semibold);
2196
+ }
2197
+ .TextBody_module_textBody .TextBody_module_body h2 {
2198
+ font-weight: var(--font-weight-bold);
2199
+ margin-bottom: var(--spacing-xl);
2200
+ color: var(--color-black);
2201
+ }
2202
+ .TextBody_module_textBody .TextBody_module_body h3 {
2203
+ margin-bottom: var(--spacing-lg);
2204
+ color: var(--color-black);
2205
+ }
2206
+ @media (max-width: 768px) {
2207
+ .TextBody_module_textBody .TextBody_module_body h3 {
2208
+ font-size: var(--font-size-md);
2209
+ }
2210
+ }
2211
+ .TextBody_module_textBody .TextBody_module_body br {
2212
+ display: block;
2213
+ content: "";
2214
+ margin-bottom: var(--spacing-sm);
2215
+ }
2216
+ .TextBody_module_textBody .TextBody_module_body table {
2217
+ width: 100%;
2218
+ border-collapse: collapse;
2219
+ margin-bottom: var(--spacing-xl);
2220
+ border: 1px solid rgba(8, 8, 8, 0.5);
2221
+ }
2222
+ .TextBody_module_textBody .TextBody_module_body table:last-child {
2223
+ margin-bottom: 0 !important;
2224
+ }
2225
+ .TextBody_module_textBody .TextBody_module_body th,
2226
+ .TextBody_module_textBody .TextBody_module_body td {
2227
+ padding: 8px 16px;
2228
+ border: 1px solid rgba(8, 8, 8, 0.5);
2229
+ font-size: var(--font-size-md);
2230
+ font-weight: var(--font-weight-regular);
2231
+ line-height: 1.5;
2232
+ color: var(--color-black);
2233
+ vertical-align: top;
2234
+ }
2235
+ .TextBody_module_textBody .TextBody_module_body tbody tr:first-child {
2236
+ background: #dedede;
2237
+ font-weight: var(--font-weight-semibold);
2238
+ text-align: left;
2239
+ }
2240
+ .TextBody_module_textBody .TextBody_module_body ol,
2241
+ .TextBody_module_textBody .TextBody_module_body ul {
2242
+ margin-left: 24px;
2243
+ margin-bottom: var(--spacing-xl);
2244
+ }
2245
+ .TextBody_module_textBody .TextBody_module_body ol li,
2246
+ .TextBody_module_textBody .TextBody_module_body ul li {
2247
+ margin-bottom: var(--spacing-sm);
2248
+ font-size: var(--font-size-md);
2249
+ font-weight: var(--font-weight-regular);
2250
+ line-height: 1.5;
2251
+ color: var(--color-black);
2252
+ }
2253
+ .TextBody_module_textBody .TextBody_module_body ol ol,
2254
+ .TextBody_module_textBody .TextBody_module_body ol ul,
2255
+ .TextBody_module_textBody .TextBody_module_body ul ol,
2256
+ .TextBody_module_textBody .TextBody_module_body ul ul {
2257
+ margin-left: 48px;
2258
+ list-style-type: lower-alpha;
2259
+ }
2260
+
2055
2261
  /* src/widgets/TextCenterCtaInBottom/TextCenterCtaInBottom.module.scss */
2056
2262
  .TextCenterCtaInBottom_module_textCenterCta {
2057
2263
  display: block;