mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(app): remove negative margin from headings
This commit is contained in:
committed by
Brandy Carney
parent
172cf25380
commit
1508af4df8
@@ -82,25 +82,6 @@ h6 {
|
||||
line-height: $headings-line-height;
|
||||
}
|
||||
|
||||
[padding] {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
&:first-child {
|
||||
@include margin(-3px, null, null, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
h1 + h2,
|
||||
h1 + h3,
|
||||
h2 + h3 {
|
||||
@include margin(-3px, null, null, null);
|
||||
}
|
||||
|
||||
h1 {
|
||||
@include margin(20px, null, null, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user