add style on notification email
This commit is contained in:
parent
a43d1d2dd1
commit
17e1ea0e46
3 changed files with 16 additions and 8 deletions
|
|
@ -283,15 +283,16 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
-moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
-moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
||||||
box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #D0021B;
|
background-color: #A02F23;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 250px;
|
left: 250px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 62px;
|
bottom: 0;
|
||||||
padding: 10px 0;
|
padding: 10px 2rem;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-first-line {
|
.status-first-line {
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,11 @@
|
||||||
padding: 12px 5px;
|
padding: 12px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status {
|
||||||
|
bottom: 66px;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.left-off-canvas-menu {
|
.left-off-canvas-menu {
|
||||||
background: #E4E8EC;
|
background: #E4E8EC;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
|
||||||
10
index.html
10
index.html
|
|
@ -49,10 +49,12 @@
|
||||||
<i class="fi-loop icon-rotate"></i>
|
<i class="fi-loop icon-rotate"></i>
|
||||||
<span translate> <strong class="size-16">Network Error</strong>.<br> Attempting to reconnect..</span>
|
<span translate> <strong class="size-16">Network Error</strong>.<br> Attempting to reconnect..</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="status" ng-if="$root.needsEmailConfirmation">
|
<span class="status" ng-if="$root.needsEmailConfirmation">
|
||||||
<i class="fi-alert"></i>
|
<i class="fi-alert size-36 left m20r"></i>
|
||||||
<span translate> <strong class="size-16">email not confirmed</strong>.<br> Please confirm your email address
|
<span translate>
|
||||||
using the confirmation link at the message we sent you</span>
|
<strong class="size-16">Email not confirmed</strong>.<br>
|
||||||
|
Please confirm your email address using the confirmation link at the message we sent you
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<nav class="tab-bar" ng-if="$root.iden" >
|
<nav class="tab-bar" ng-if="$root.iden" >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue