(css) Cleanup directives already in material

pull/95/merge
Francis Lachapelle 2015-08-06 11:48:42 -04:00
parent ff1a1e6f59
commit 2a132b4e8f
4 changed files with 5 additions and 33 deletions

View File

@ -1,12 +1,2 @@
/// divider.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
md-divider {
display: block;
border-top: 1px solid;
margin: 0;
&.md-inset {
margin-left: $baseline-grid * 9;
}
}

View File

@ -176,6 +176,7 @@ flex, hide, show, show-sm;
margin-right: 0;
margin-left: 0;
}
// App container for responsive
.sg-app-content {
@include to(sm) {

View File

@ -1,25 +1,6 @@
/// mixins.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import '../../angular-material/src/core/style/mixins.scss';
@mixin margin-selectors($before:1em, $after:1em, $start:0px, $end:0px) {
-webkit-margin-before: $before;
-webkit-margin-after: $after;
-webkit-margin-start: $start;
-webkit-margin-end: $end;
}
@mixin not-selectable($value:none) {
user-select: $value;
}
@mixin input-placeholder-color($color) {
&::-webkit-input-placeholder,
&::-moz-placeholder, /* Firefox 19+ */
&:-moz-placeholder, /* Firefox 18- */
&:-ms-input-placeholder {
color: $color;
}
}
// Utility to compensate for the the xml mandatory attribute values
// Creates classes extending layout attributes with no values
// ----------------------------------------------------------------

View File

@ -343,10 +343,10 @@ html p {
white-space: nowrap;
}
.#{$md}-display-2--light {
$lineHeight: $sg-line-height-7;
font-size: $sg-font-size-7;
line-height: $lineHeight;
font-weight: $sg-font-light;
$lineHeight: $sg-line-height-7;
font-size: $sg-font-size-7;
line-height: $lineHeight;
font-weight: $sg-font-light;
}
.#{$md}-display-3 {
$lineHeight : $sg-line-height-8;