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;
}
@@ -26,3 +26,10 @@ flex, flex-sm, flex-gt-sm, flex-md, flex-gt-md, flex-lg, flex-gt-lg, hide, hide-
width: grid-step($i);
}
}
// Rows are included in padded containers, margins are used for vertical spacing
// ----------------------------------------------------------------------------
[layout="row"].md-layout-margin {
margin-right: 0;
margin-left: 0;
}