Merge pull request #13239 from hashicorp/ui/bugfix/permissions-header
ui: Typography update for view-only Intentions
This commit is contained in:
commit
c5001ec901
|
@ -14,3 +14,9 @@
|
|||
@extend %frame-blue-200;
|
||||
}
|
||||
}
|
||||
|
||||
.consul-intention-view {
|
||||
h2 {
|
||||
@extend %h200;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
%reset-list {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue