mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-13 01:18:04 +00:00
Refactor contact editor form element templates markup and style
This commit is contained in:
committed by
Francis Lachapelle
parent
750a41f19a
commit
56607a1baf
@@ -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;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
@each $selector in $selectors {
|
||||
.md-#{$selector} {
|
||||
// no syntax error here
|
||||
@extend [#{$selector}] !optional
|
||||
@extend #{'['$selector']'} !optional
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user