Commit 917496be authored by Bryce Johnson's avatar Bryce Johnson

Style approve button with top-margin.

parent 486c87a0
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
gl.ApprovalsStore.initStoreOnce(); gl.ApprovalsStore.initStoreOnce();
}, },
template: ` template: `
<div v-if='showApprovalsBody'> <div class='approvals-body' v-if='showApprovalsBody'>
<h4> Requires {{ approvalsRequiredStringified }} (from {{ approverNamesStringified }})</h4> <h4> Requires {{ approvalsRequiredStringified }} (from {{ approverNamesStringified }})</h4>
<div v-if='showApproveButton' class='append-bottom-10'> <div v-if='showApproveButton' class='append-bottom-10'>
<button <button
......
...@@ -428,6 +428,11 @@ ...@@ -428,6 +428,11 @@
padding-right: 0; padding-right: 0;
} }
} }
.approvals-body {
.approve-btn {
margin-top: 20px;
}
}
.approvals-footer { .approvals-footer {
display: flex; display: flex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment