John Cowen b38e5df630 WIP: First draft intentions
1. Listing, filtering by action and searching by source name and
destination name
2. Edit/Create page, edits ping the API double fine, need to work through
creates and deletes
3. Currently uses a `Precedence` intention keyname that doesn't yet
exist in the real API
2018-06-25 12:25:14 -07:00

9 lines
142 B
SCSS

td.intent-allow strong {
@extend %with-allow;
visibility: hidden;
}
td.intent-deny strong {
@extend %with-deny;
visibility: hidden;
}