feat: History diff UI

This commit is contained in:
NGPixel
2017-07-02 18:15:05 -04:00
committed by Nicolas Giard
parent 8e6938483c
commit 43f9a10416
5 changed files with 115 additions and 22 deletions

View File

@@ -14,7 +14,7 @@
align-items: center;
height: 24px;
width: 50px;
background-color: mc('grey', '300');
background-color: mc('blue-grey', '200');
border-radius: 12px;
padding: 2px;
transition: background-color .5s ease;
@@ -51,3 +51,17 @@
}
}
/* THEME OVERRIDE - START */
@each $color, $colorvalue in $material-colors {
.is-primary-#{$color} .toggle {
&.is-active {
.toggle-container {
background-color: mc($color, '500');
}
}
}
}
/* THEME OVERRIDE - END */