Add toolbars Icons (several bugs, some remaining)

This commit is contained in:
iRouge
2015-06-12 10:50:00 -04:00
committed by Francis Lachapelle
parent b9e7e24344
commit d8a816a335
7 changed files with 65 additions and 17 deletions
@@ -16,3 +16,13 @@ flex, flex-sm, flex-gt-sm, flex-md, flex-gt-md, flex-lg, flex-gt-lg, hide, hide-
.md-flex {
flex: 1 1 auto;
}
@for $i from 1 to 20 {
.cols-#{$i} {
max-width: grid-step($i);
flex: 1 1 auto;
}
.cols-#{$i}.spacer {
width: grid-step($i);
}
}
+1 -1
View File
@@ -29,4 +29,4 @@
@extend #{'['$selector']'} !optional
}
}
}
}
@@ -51,6 +51,8 @@ $layout-breakpoint-lg: 1200px !default;
// App bar variables
$app-bar-height: 64px;
$messageList-width: grid-step(7);
$toast-height: $baseline-grid * 3 !default;
$toast-margin: $baseline-grid * 1 !default;