mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Merge pull request #13239 from hashicorp/ui/bugfix/permissions-header
ui: Typography update for view-only Intentions
This commit is contained in:
commit
c052c17d20
@ -14,3 +14,9 @@
|
|||||||
@extend %frame-blue-200;
|
@extend %frame-blue-200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.consul-intention-view {
|
||||||
|
h2 {
|
||||||
|
@extend %h200;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user