@trafilea/afrodita-components 6.28.9 → 6.28.10
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/build/theme/revel.theme.js +18 -14
- package/package.json +1 -1
|
@@ -889,32 +889,36 @@ var revel = {
|
|
|
889
889
|
lineHeight: '76px',
|
|
890
890
|
},
|
|
891
891
|
display2: {
|
|
892
|
-
fontSize:
|
|
893
|
-
lineHeight: '
|
|
892
|
+
fontSize: 54,
|
|
893
|
+
lineHeight: '64px',
|
|
894
|
+
},
|
|
895
|
+
display3: {
|
|
896
|
+
fontSize: 50,
|
|
897
|
+
lineHeight: '64px',
|
|
894
898
|
},
|
|
895
899
|
heading1: {
|
|
896
|
-
fontSize:
|
|
897
|
-
lineHeight: '
|
|
900
|
+
fontSize: 48,
|
|
901
|
+
lineHeight: '56px',
|
|
898
902
|
},
|
|
899
903
|
heading2: {
|
|
900
|
-
fontSize:
|
|
901
|
-
lineHeight: '
|
|
904
|
+
fontSize: 44,
|
|
905
|
+
lineHeight: '52px',
|
|
902
906
|
},
|
|
903
907
|
heading3: {
|
|
904
|
-
fontSize:
|
|
905
|
-
lineHeight: '
|
|
908
|
+
fontSize: 40,
|
|
909
|
+
lineHeight: '44px',
|
|
906
910
|
},
|
|
907
911
|
heading4: {
|
|
908
|
-
fontSize:
|
|
909
|
-
lineHeight: '
|
|
912
|
+
fontSize: 36,
|
|
913
|
+
lineHeight: '36px',
|
|
910
914
|
},
|
|
911
915
|
heading5: {
|
|
912
|
-
fontSize:
|
|
913
|
-
lineHeight: '
|
|
916
|
+
fontSize: 32,
|
|
917
|
+
lineHeight: '32px',
|
|
914
918
|
},
|
|
915
919
|
heading6: {
|
|
916
|
-
fontSize:
|
|
917
|
-
lineHeight: '
|
|
920
|
+
fontSize: 28,
|
|
921
|
+
lineHeight: '28px',
|
|
918
922
|
},
|
|
919
923
|
heading7: {
|
|
920
924
|
fontSize: 20,
|
package/package.json
CHANGED