readded %reset-typo and defined .consul-intention-view h2
This commit is contained in:
Jasmine W 2022-05-26 11:23:00 -04:00
parent 439d9e7f65
commit a2c20518c0
3 changed files with 18 additions and 0 deletions

View File

@ -14,3 +14,9 @@
@extend %frame-blue-200;
}
}
.consul-intention-view {
h2 {
@extend %h200;
}
}

View File

@ -5,6 +5,10 @@
margin: 0;
padding: 0;
}
%reset-typo {
font-size: 100%;
font-weight: normal;
}
%reset-list {
list-style: none;

View File

@ -23,6 +23,14 @@ h5,
h6 {
@extend %reset-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@extend %reset-typo;
}
ul {
@extend %reset-list;