Switch ConfirmUserActionDialog over to using a Field

This commit is contained in:
Michael Telatynski 2021-09-28 16:22:27 +01:00
parent 2ac2358d93
commit 0f8069ac35
2 changed files with 34 additions and 28 deletions

View file

@ -37,16 +37,4 @@ limitations under the License.
font-size: $font-14px;
color: $primary-content;
background-color: $background;
border-radius: 3px;
border: solid 1px $input-border-color;
line-height: $font-36px;
padding-left: 16px;
padding-right: 16px;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 24px;
width: 90%;
}