1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

Quick CSS change for manage access popover.

This commit is contained in:
mike12345567 2021-02-12 12:05:01 +00:00
parent 1a8fe9b02c
commit 73169ab911

View file

@ -29,7 +29,9 @@
<div class="popover">
<h5>Who Can Access This Data?</h5>
<Label extraSmall grey>Specify the minimum access level role for this data.</Label>
<div class="note">
<Label extraSmall grey>Specify the minimum access level role for this data.</Label>
</div>
<Spacer large />
<div class="row">
<Label extraSmall grey>Level</Label>
@ -82,4 +84,9 @@
grid-template-columns: 1fr 1fr;
grid-gap: var(--spacing-m);
}
.note {
margin-top: 10px;
margin-bottom: 0;
}
</style>