fix(content): add @mozilla.com email note

This commit is contained in:
Vlad Filippov 2015-03-04 15:48:37 -05:00
Родитель eb65437bb1
Коммит 37ec17dede
2 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -86,4 +86,11 @@ a, h1, h2, h3, h4, h5, h6, button, .button, th, p, legend, label {
font-size: 20px;
font-weight: bold;
}
}
}
.alert-box.secondary-notification {
border-color: #c7c7c7;
background: #e7e7e7;
color: $primary-color;
text-align: center;
}

Просмотреть файл

@ -8,4 +8,8 @@
</p>
</div>
</div>
<div data-alert class="alert-box secondary secondary-notification">
To login to this console you must create and verify a Firefox Account on this {{server}} development server.<br/>
Only <strong>@mozilla.com</strong> emails are allowed to login to this console.
</div>
{{outlet}}