mui-sass 0.4.2 → 0.4.7

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.
@@ -1,45 +0,0 @@
1
- /**
2
- * MUI Semantic module
3
- */
4
-
5
- // Strong
6
- strong {
7
- font-weight: 700;
8
- }
9
-
10
- // Abbreviations
11
- abbr[title] {
12
- cursor: help;
13
- border-bottom: 1px dotted $mui-abbr-border-color;
14
- }
15
-
16
- // headers
17
- h1 {
18
- @extend .mui--text-display1;
19
- }
20
-
21
- h2 {
22
- @extend .mui--text-headline;
23
- }
24
-
25
- h3 {
26
- @extend .mui--text-title;
27
- }
28
-
29
- h4 {
30
- @extend .mui--text-subhead;
31
- }
32
-
33
- h5 {
34
- @extend .mui--text-body2;
35
- }
36
-
37
- h1, h2, h3 {
38
- margin-top: $mui-base-line-height-computed;
39
- margin-bottom: ($mui-base-line-height-computed / 2);
40
- }
41
-
42
- h4, h5, h6 {
43
- margin-top: ($mui-base-line-height-computed / 2);
44
- margin-bottom: ($mui-base-line-height-computed / 2);
45
- }