@fundamental-styles/common-css 0.24.0-rc.21 → 0.24.0-rc.25
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/common-css.css +212 -1
- package/package.json +1 -1
package/dist/common-css.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Fundamental Library Styles v0.24.0-rc.
|
|
2
|
+
* Fundamental Library Styles v0.24.0-rc.25
|
|
3
3
|
* Copyright (c) 2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -1152,4 +1152,215 @@
|
|
|
1152
1152
|
margin-right: 0;
|
|
1153
1153
|
margin-left: 100%
|
|
1154
1154
|
}
|
|
1155
|
+
}
|
|
1156
|
+
.sap-margin--tiny {
|
|
1157
|
+
margin: .5rem!important
|
|
1158
|
+
}
|
|
1159
|
+
.sap-margin--sm {
|
|
1160
|
+
margin: 1rem!important
|
|
1161
|
+
}
|
|
1162
|
+
.sap-margin--md {
|
|
1163
|
+
margin: 2rem!important
|
|
1164
|
+
}
|
|
1165
|
+
.sap-margin--lg {
|
|
1166
|
+
margin: 3rem!important
|
|
1167
|
+
}
|
|
1168
|
+
.sap-margin--none {
|
|
1169
|
+
margin: 0!important
|
|
1170
|
+
}
|
|
1171
|
+
.sap-margin-top--tiny {
|
|
1172
|
+
margin-top: .5rem!important
|
|
1173
|
+
}
|
|
1174
|
+
.sap-margin-top--sm {
|
|
1175
|
+
margin-top: 1rem!important
|
|
1176
|
+
}
|
|
1177
|
+
.sap-margin-top--md {
|
|
1178
|
+
margin-top: 2rem!important
|
|
1179
|
+
}
|
|
1180
|
+
.sap-margin-top--lg {
|
|
1181
|
+
margin-top: 3rem!important
|
|
1182
|
+
}
|
|
1183
|
+
.sap-margin-top--none {
|
|
1184
|
+
margin-top: 0!important
|
|
1185
|
+
}
|
|
1186
|
+
.sap-margin-end--tiny {
|
|
1187
|
+
margin-right: .5rem!important
|
|
1188
|
+
}
|
|
1189
|
+
.sap-margin-end--tiny[dir=rtl],
|
|
1190
|
+
[dir=rtl] .sap-margin-end--tiny {
|
|
1191
|
+
margin-left: .5rem!important;
|
|
1192
|
+
margin-right: 0!important
|
|
1193
|
+
}
|
|
1194
|
+
.sap-margin-end--sm {
|
|
1195
|
+
margin-right: 1rem!important
|
|
1196
|
+
}
|
|
1197
|
+
.sap-margin-end--sm[dir=rtl],
|
|
1198
|
+
[dir=rtl] .sap-margin-end--sm {
|
|
1199
|
+
margin-left: 1rem!important;
|
|
1200
|
+
margin-right: 0!important
|
|
1201
|
+
}
|
|
1202
|
+
.sap-margin-end--md {
|
|
1203
|
+
margin-right: 2rem!important
|
|
1204
|
+
}
|
|
1205
|
+
.sap-margin-end--md[dir=rtl],
|
|
1206
|
+
[dir=rtl] .sap-margin-end--md {
|
|
1207
|
+
margin-left: 2rem!important;
|
|
1208
|
+
margin-right: 0!important
|
|
1209
|
+
}
|
|
1210
|
+
.sap-margin-end--lg {
|
|
1211
|
+
margin-right: 3rem!important
|
|
1212
|
+
}
|
|
1213
|
+
.sap-margin-end--lg[dir=rtl],
|
|
1214
|
+
[dir=rtl] .sap-margin-end--lg {
|
|
1215
|
+
margin-left: 3rem!important;
|
|
1216
|
+
margin-right: 0!important
|
|
1217
|
+
}
|
|
1218
|
+
.sap-margin-end--none {
|
|
1219
|
+
margin-right: 0
|
|
1220
|
+
}
|
|
1221
|
+
.sap-margin-end--none[dir=rtl],
|
|
1222
|
+
[dir=rtl] .sap-margin-end--none {
|
|
1223
|
+
margin-left: 0!important
|
|
1224
|
+
}
|
|
1225
|
+
.sap-margin-bottom--tiny {
|
|
1226
|
+
margin-bottom: .5rem!important
|
|
1227
|
+
}
|
|
1228
|
+
.sap-margin-bottom--sm {
|
|
1229
|
+
margin-bottom: 1rem!important
|
|
1230
|
+
}
|
|
1231
|
+
.sap-margin-bottom--md {
|
|
1232
|
+
margin-bottom: 2rem!important
|
|
1233
|
+
}
|
|
1234
|
+
.sap-margin-bottom--lg {
|
|
1235
|
+
margin-bottom: 3rem!important
|
|
1236
|
+
}
|
|
1237
|
+
.sap-margin-bottom--none {
|
|
1238
|
+
margin-bottom: 0!important
|
|
1239
|
+
}
|
|
1240
|
+
.sap-margin-begin--tiny {
|
|
1241
|
+
margin-left: .5rem!important
|
|
1242
|
+
}
|
|
1243
|
+
.sap-margin-begin--tiny[dir=rtl],
|
|
1244
|
+
[dir=rtl] .sap-margin-begin--tiny {
|
|
1245
|
+
margin-right: .5rem!important;
|
|
1246
|
+
margin-left: 0!important
|
|
1247
|
+
}
|
|
1248
|
+
.sap-margin-begin--sm {
|
|
1249
|
+
margin-left: 1rem!important
|
|
1250
|
+
}
|
|
1251
|
+
.sap-margin-begin--sm[dir=rtl],
|
|
1252
|
+
[dir=rtl] .sap-margin-begin--sm {
|
|
1253
|
+
margin-right: 1rem!important;
|
|
1254
|
+
margin-left: 0!important
|
|
1255
|
+
}
|
|
1256
|
+
.sap-margin-begin--md {
|
|
1257
|
+
margin-left: 2rem!important
|
|
1258
|
+
}
|
|
1259
|
+
.sap-margin-begin--md[dir=rtl],
|
|
1260
|
+
[dir=rtl] .sap-margin-begin--md {
|
|
1261
|
+
margin-right: 2rem!important;
|
|
1262
|
+
margin-left: 0!important
|
|
1263
|
+
}
|
|
1264
|
+
.sap-margin-begin--lg {
|
|
1265
|
+
margin-left: 3rem!important
|
|
1266
|
+
}
|
|
1267
|
+
.sap-margin-begin--lg[dir=rtl],
|
|
1268
|
+
[dir=rtl] .sap-margin-begin--lg {
|
|
1269
|
+
margin-right: 3rem!important;
|
|
1270
|
+
margin-left: 0!important
|
|
1271
|
+
}
|
|
1272
|
+
.sap-margin-begin--none {
|
|
1273
|
+
margin-left: 0
|
|
1274
|
+
}
|
|
1275
|
+
.sap-margin-begin--none[dir=rtl],
|
|
1276
|
+
[dir=rtl] .sap-margin-begin--none {
|
|
1277
|
+
margin-right: 0!important
|
|
1278
|
+
}
|
|
1279
|
+
.sap-margin-top-bottom--tiny {
|
|
1280
|
+
margin-top: .5rem!important;
|
|
1281
|
+
margin-bottom: .5rem!important
|
|
1282
|
+
}
|
|
1283
|
+
.sap-margin-top-bottom--sm {
|
|
1284
|
+
margin-top: 1rem!important;
|
|
1285
|
+
margin-bottom: 1rem!important
|
|
1286
|
+
}
|
|
1287
|
+
.sap-margin-top-bottom--md {
|
|
1288
|
+
margin-top: 2rem!important;
|
|
1289
|
+
margin-bottom: 2rem!important
|
|
1290
|
+
}
|
|
1291
|
+
.sap-margin-top-bottom--lg {
|
|
1292
|
+
margin-top: 3rem!important;
|
|
1293
|
+
margin-bottom: 3rem!important
|
|
1294
|
+
}
|
|
1295
|
+
.sap-margin-begin-end--tiny {
|
|
1296
|
+
margin-left: .5rem!important;
|
|
1297
|
+
margin-right: .5rem!important
|
|
1298
|
+
}
|
|
1299
|
+
.sap-margin-begin-end--sm {
|
|
1300
|
+
margin-left: 1rem!important;
|
|
1301
|
+
margin-right: 1rem!important
|
|
1302
|
+
}
|
|
1303
|
+
.sap-margin-begin-end--md {
|
|
1304
|
+
margin-left: 2rem!important;
|
|
1305
|
+
margin-right: 2rem!important
|
|
1306
|
+
}
|
|
1307
|
+
.sap-margin-begin-end--lg {
|
|
1308
|
+
margin-left: 3rem!important;
|
|
1309
|
+
margin-right: 3rem!important
|
|
1310
|
+
}
|
|
1311
|
+
.sap-margin-responsive--sm {
|
|
1312
|
+
margin: 0 0 1rem 0!important
|
|
1313
|
+
}
|
|
1314
|
+
.sap-margin-responsive--md {
|
|
1315
|
+
margin: 1rem!important
|
|
1316
|
+
}
|
|
1317
|
+
.sap-margin-responsive--lg {
|
|
1318
|
+
margin: 1rem 2rem!important
|
|
1319
|
+
}
|
|
1320
|
+
.sap-margin-responsive--xl {
|
|
1321
|
+
margin: 1rem 3rem!important
|
|
1322
|
+
}
|
|
1323
|
+
.sap-margin-negative-begin-end--tiny {
|
|
1324
|
+
margin: 0 -.5rem!important
|
|
1325
|
+
}
|
|
1326
|
+
.sap-margin-negative-begin-end--sm {
|
|
1327
|
+
margin: 0 -1rem!important
|
|
1328
|
+
}
|
|
1329
|
+
.sap-margin-negative-begin-end--md {
|
|
1330
|
+
margin: 0 -2rem!important
|
|
1331
|
+
}
|
|
1332
|
+
.sap-margin-negative-begin-end--lg {
|
|
1333
|
+
margin: 0 -3rem!important
|
|
1334
|
+
}
|
|
1335
|
+
.sap-padding {
|
|
1336
|
+
padding: 1rem!important
|
|
1337
|
+
}
|
|
1338
|
+
.sap-padding-begin-end--tiny {
|
|
1339
|
+
padding-left: .5rem!important;
|
|
1340
|
+
padding-right: .5rem!important
|
|
1341
|
+
}
|
|
1342
|
+
.sap-padding-begin-end--sm {
|
|
1343
|
+
padding-left: 1rem!important;
|
|
1344
|
+
padding-right: 1rem!important
|
|
1345
|
+
}
|
|
1346
|
+
.sap-padding-begin-end--md {
|
|
1347
|
+
padding-left: 2rem!important;
|
|
1348
|
+
padding-right: 2rem!important
|
|
1349
|
+
}
|
|
1350
|
+
.sap-padding-begin-end--lg {
|
|
1351
|
+
padding-left: 3rem!important;
|
|
1352
|
+
padding-right: 3rem!important
|
|
1353
|
+
}
|
|
1354
|
+
.sap-padding--none {
|
|
1355
|
+
padding: 0!important
|
|
1356
|
+
}
|
|
1357
|
+
.sap-padding-responsive--sm {
|
|
1358
|
+
padding: 0 1rem!important
|
|
1359
|
+
}
|
|
1360
|
+
.sap-padding-responsive--lg,
|
|
1361
|
+
.sap-padding-responsive--md {
|
|
1362
|
+
padding: 0 2rem!important
|
|
1363
|
+
}
|
|
1364
|
+
.sap-padding-responsive--xl {
|
|
1365
|
+
padding: 0 3rem!important
|
|
1155
1366
|
}
|
package/package.json
CHANGED