mirror of https://github.com/status-im/consul.git
updates
readded %reset-typo and defined .consul-intention-view h2
This commit is contained in:
parent
439d9e7f65
commit
a2c20518c0
|
@ -14,3 +14,9 @@
|
||||||
@extend %frame-blue-200;
|
@extend %frame-blue-200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.consul-intention-view {
|
||||||
|
h2 {
|
||||||
|
@extend %h200;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
%reset-typo {
|
||||||
|
font-size: 100%;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
%reset-list {
|
%reset-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
|
@ -23,6 +23,14 @@ h5,
|
||||||
h6 {
|
h6 {
|
||||||
@extend %reset-box;
|
@extend %reset-box;
|
||||||
}
|
}
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
@extend %reset-typo;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@extend %reset-list;
|
@extend %reset-list;
|
||||||
|
|
Loading…
Reference in New Issue