(js) New color picker directive

This commit is contained in:
Francis Lachapelle
2015-07-31 11:16:34 -04:00
parent a728616bca
commit 3b9a989abd
3 changed files with 154 additions and 0 deletions
@@ -1,5 +1,17 @@
@import "extends";
// Color picker
.sg-color-picker {
md-grid-tile {
border-radius: 25%;
&:hover,
&:active {
cursor: pointer;
transform: scale(1.5);
}
}
}
// See sgToggleGrid directive
[sg-toggle-grid] {
md-grid-tile {