Unverified Commit 19ef91d3 authored by picklesrus's avatar picklesrus Committed by GitHub

Merge pull request #4827 from picklesrus/mute-modal-vertical

Update vertical spacing on mute modal
parents 8a14c0d1 48795705
......@@ -11,7 +11,7 @@
}
.mute-step {
display: flex;
padding: 48px 16px;
padding: 36px 16px 28px 16px;
}
.mute-content {
padding-top: 16px;
......@@ -30,7 +30,7 @@
line-height: 2rem;
}
.mute-bottom-row {
padding-top: 32px;
padding-top: 12px;
}
.bottom-img {
width: 380px;
......@@ -48,7 +48,7 @@
.mute-nav {
display:flex;
justify-content: space-between;
padding: 24px 0;
padding: 20px 0;
}
.back-button {
margin-top: 0;
......
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