Merge pull request #13239 from hashicorp/ui/bugfix/permissions-header

ui: Typography update for view-only Intentions
This commit is contained in:
Jasmine W 2022-05-26 14:47:49 -04:00 committed by GitHub
commit c052c17d20
3 changed files with 9 additions and 2 deletions

View File

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

View File

@ -9,6 +9,7 @@
font-size: 100%; font-size: 100%;
font-weight: normal; font-weight: normal;
} }
%reset-list { %reset-list {
list-style: none; list-style: none;
} }

View File

@ -31,6 +31,7 @@ h5,
h6 { h6 {
@extend %reset-typo; @extend %reset-typo;
} }
ul { ul {
@extend %reset-list; @extend %reset-list;
} }
@ -60,6 +61,5 @@ footer,
header, header,
hgroup, hgroup,
section { section {
display: block display: block;
} }