Style contact editor (model for add and remove)

This commit is contained in:
iRouge
2015-02-24 19:40:57 -05:00
committed by Francis Lachapelle
parent 1d61e33a51
commit 6b58f3a080
5 changed files with 76 additions and 65 deletions
@@ -73,7 +73,7 @@ $sogoPaper: (
A100: #fff,
A200: #eee,
A400: #bdbdbd,
A700: #616161
A700: #857545
);
$sogoGreen: (
50: #eaf5e9,
@@ -36,7 +36,8 @@ $input-padding-top: 2px !default;
}
.pseudo-input-label {
.pseudo-input-label,
.button-label {
display: inline-block;
margin-top: $mg;
color: $colorGrayLight;
@@ -44,6 +45,10 @@ $input-padding-top: 2px !default;
font-size: sg-size(caption);
line-height: $sg-line-height-1;
}
.pseudo-input-label--no-margin,
.button-label {
margin-top: 0;
}
// md overqualifies so we are
.md-input-focused label.pseudo-input-label,
.md-input-has-value label.pseudo-input-label {
@@ -98,7 +103,8 @@ input::-webkit-datetime-edit,
}
.md-input-focused input::-webkit-datetime-edit,
.md-input-focused /deep/ div#date-time-edit {
.md-input-focused /deep/ div#date-time-edit,
.md-input-has-value input::-webkit-datetime-edit {
opacity: 1;
}