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 c5001ec901
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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