mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
475b4cd473
* ui: Add a warning dialog if you go to remove permissions from an intention * ui: Move modal styles next to component, add warning style * ui: Move back to using the input name for a selector * ui: Fixup negative "isn't" step so its optional * Add warning modal to pageobject * Fixup test for whether to show the warning modal or not * Intention change action warning acceptence test * Add a null/undefined Action
14 lines
242 B
SCSS
14 lines
242 B
SCSS
%auth-modal footer {
|
|
border-top: 0;
|
|
padding-top: 10px;
|
|
padding-bottom: 20px;
|
|
padding-left: 42px;
|
|
padding-right: 42px;
|
|
}
|
|
%auth-modal footer {
|
|
background-color: $transparent;
|
|
}
|
|
%auth-modal > div > div > div {
|
|
padding-bottom: 0;
|
|
}
|