Skip to content

Commit

Permalink
Add spacing to anonymous editing message
Browse files Browse the repository at this point in the history
(Call to action will be added in a follow up)

Bug: T164628
Change-Id: I4ce7171d3247e61f36e14d1bd090c91e67d0a1aa
  • Loading branch information
jdlrobson authored and jrobson committed Aug 29, 2017
1 parent a343db5 commit 1de3c51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/mobile.editor.common/editor.less
Expand Up @@ -4,6 +4,18 @@
.editor-overlay {
.box-sizing( border-box );

.anonwarning {
margin-top: 16px;

.anonmsg {
margin-bottom: 19px;
}

.mw-ui-button {
margin-bottom: 15px;
}
}

.preview {
display: none;
}
Expand Down

0 comments on commit 1de3c51

Please sign in to comment.