Skip to content

Commit

Permalink
Merge branch 'dev' into Tempus-310
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrera2001 authored Jun 8, 2018
2 parents a83770d + 8feca95 commit 734c794
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions ui/src/app/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,20 @@ md-input-container.md-themeDark-theme > md-icon {

md-input-container.md-themeBlue-theme > md-icon {
color: white !important;
}

md-input-container.md-themeDark-theme label, md-input-container.md-themeDark-theme .md-placeholder {
color: rgba(255,255,255,0.5)!important;
}

md-input-container.md-themeDark-theme:not(.md-input-invalid).md-input-has-value label {
color: rgba(255,255,255,0.5)!important;
}

md-input-container.md-themeBlue-theme label, md-input-container.md-themeBlue-theme .md-placeholder {
color: rgba(255,255,255,0.5)!important;
}

md-input-container.md-themeBlue-theme:not(.md-input-invalid).md-input-has-value label {
color: rgba(255,255,255,0.5)!important;
}
5 changes: 1 addition & 4 deletions ui/src/app/login/login.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
limitations under the License.
-->
<md-content layout="row" layout-align="center center" class="hm-background-{{theme}}" style="
padding-left: 32%;
padding-top: 2%;
">
<md-content layout="row" layout-align="center center" class="hm-background-{{theme}} layout-align-center-center layout-row">
<md-card style="background: transparent;" flex="initial" class="tb-login-card">
<md-card-title>
<md-card-title-text>
Expand Down

0 comments on commit 734c794

Please sign in to comment.