mirror of https://github.com/status-im/consul.git
removed %reset-typo
This commit is contained in:
parent
a85b8a4705
commit
439d9e7f65
|
@ -5,10 +5,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
%reset-typo {
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
%reset-list {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
|
@ -23,14 +23,7 @@ h5,
|
|||
h6 {
|
||||
@extend %reset-box;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
@extend %reset-typo;
|
||||
}
|
||||
|
||||
ul {
|
||||
@extend %reset-list;
|
||||
}
|
||||
|
@ -60,6 +53,5 @@ footer,
|
|||
header,
|
||||
hgroup,
|
||||
section {
|
||||
display: block
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue