mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 12:40:17 +00:00
d849f025cf
* Disable source as well as destination on editing * Various visual/textual amends * Make errors only appear once you've interacted with a field * Move tests that involve selecting menus to a create form * Revert fieldsets and checkboxes
12 lines
299 B
SCSS
12 lines
299 B
SCSS
.consul-intention-fieldsets {
|
|
.value-allow > :last-child::before {
|
|
@extend %with-arrow-right-color-icon, %as-pseudo;
|
|
}
|
|
.value-deny > :last-child::before {
|
|
@extend %with-deny-color-icon, %as-pseudo;
|
|
}
|
|
.value- > :last-child::before {
|
|
@extend %with-layers-mask, %as-pseudo;
|
|
}
|
|
}
|