Skip to content

Commit

Permalink
style: fix weird left paddings in activate modal
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Aug 4, 2020
1 parent b7b88dd commit a255199
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/public/modules/forms/admin/css/view-responses.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
#secret-key .instructions-caption {
margin-top: 15px;
margin-bottom: 15px;
padding-left: 16px;
text-align: center;
}

Expand Down Expand Up @@ -327,9 +326,9 @@
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
Expand Down Expand Up @@ -366,9 +365,8 @@
}

#secret-key #enter-secret-key input {
width: 513px;
height: 54px;
margin: 0 10px;
margin-right: 10px;
}

#secret-key .input-acknowledgement {
Expand Down Expand Up @@ -418,7 +416,6 @@

#secret-key .instructions {
text-align: left;
padding-left: 16px;
}

#secret-key .warning-acknowledgement {
Expand All @@ -436,9 +433,6 @@
#secret-key .instructions-container {
width: calc(100% - 115px);
}
#secret-key .input-acknowledgement {
margin: 10px 10px 0;
}
}

#secret-key .alert-info i {
Expand Down

0 comments on commit a255199

Please sign in to comment.