Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #228 from CTemplar/dev
Browse files Browse the repository at this point in the history
hotfix styles and open beta notice
  • Loading branch information
atifsaddique211f authored Sep 25, 2018
2 parents 77a01a7 + 92ecf38 commit acbb12e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/mail/mail-header/mail-header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
href=""><u>Undo</u></a></div>
</div>
</div>
<div class="l-alert l-alert-success l-alert-is-floated d-sm-inline-block text-center d-none"
style="display: none !important;">
<div class="l-alert-inner">
<div>Your message has been sent. &nbsp;&nbsp;&nbsp;<a href=""><u>View Message</u></a></div>
<div class="d-sm-inline-block l-alert l-alert-custom">
<div class="l-alert-inner text-secondary">
<div> <i class="icon icon-secured position-left"></i>We are in <b>open beta</b>. Please report all bugs to
<a class="cursor-pointer">support@ctemplar.com</a></div>
</div>
</div>
2 changes: 2 additions & 0 deletions src/app/mail/mail.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
}

.mailbox-sidebar-nav-link {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 0.875rem;
position: relative;
display: flex;
align-items: center;
Expand Down
9 changes: 9 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,13 @@ button[disabled] {
.show_gmail_extra .gmail_extra,
.show_gmail_extra .gmail_quote{
display: block;
}

.l-alert-custom {
border: none !important;
background-color: #e3f1fd;
font-size: 14px;
i {
vertical-align: middle;
}
}

0 comments on commit acbb12e

Please sign in to comment.