mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +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
17 lines
328 B
SCSS
17 lines
328 B
SCSS
.consul-intention-permission-form {
|
|
h2 {
|
|
border-top: 1px solid $blue-500;
|
|
}
|
|
button.type-submit {
|
|
@extend %frame-blue-300;
|
|
}
|
|
button.type-submit:hover:not(:disabled),
|
|
button.type-submit:focus:not(:disabled) {
|
|
@extend %frame-blue-500;
|
|
}
|
|
button.type-submit:disabled {
|
|
@extend %frame-blue-200;
|
|
}
|
|
}
|
|
|