Refactor contact editor form element templates markup and style

This commit is contained in:
iRouge
2015-06-11 15:56:34 -04:00
committed by Francis Lachapelle
parent 750a41f19a
commit 56607a1baf
11 changed files with 260 additions and 202 deletions
@@ -91,3 +91,9 @@ md-input-container {
background-repeat: repeat-x;
}
}
md-input-container .bgroup {
display: block;
}
.bgroup b {
left-margin: -1.25em;
}
@@ -13,3 +13,6 @@ layout-fill,
flex, flex-sm, flex-gt-sm, flex-md, flex-gt-md, flex-lg, flex-gt-lg, hide, hide-sm, hide-gt-sm, hide-md, hide-gt-md, hide-lg, hide-gt-lg, show, show-sm, show-gt-sm, show-md, show-gt-md, show-lg, show-gt-lg;
@include attributesToClasses($selectors);
.md-flex {
flex: 1 1 auto;
}
+1 -1
View File
@@ -24,7 +24,7 @@
@each $selector in $selectors {
.md-#{$selector} {
// no syntax error here
@extend [#{$selector}] !optional
@extend #{'['$selector']'} !optional
}
}
}
+2 -1
View File
@@ -49,8 +49,9 @@
/* Angular-material components local overrides */
@import 'components/list/list.scss';
@import 'components/divider/divider.scss';
@import 'components/toolbar/toolbar.scss';
@import 'components/bottombar/bottombar.scss';
@import 'components/input/input.scss';
// core styles - need to be after components till settings are correctly implemented
// ------------------------------------------------------------------------------