1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Provide icon rendering framework

This commit is contained in:
Harvey Kandola 2018-12-12 13:35:16 +00:00
parent 6eb68f84e0
commit 02102f9bf3
48 changed files with 851 additions and 546 deletions

View file

@ -40,11 +40,11 @@
@mixin ease-in()
{
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition: all 0.30s ease-in-out;
// -webkit-transition: all 0.30s ease-in-out;
// -moz-transition: all 0.30s ease-in-out;
// -ms-transition: all 0.30s ease-in-out;
// -o-transition: all 0.30s ease-in-out;
// transition: all 0.30s ease-in-out;
}
@mixin content-container($pad-tb: 25px, $pad-lr: 50px) {
@ -59,8 +59,7 @@
box-shadow: 1px 1px 3px 0px rgba(211,211,211,1);
&:hover {
background-color: darken($color-card, 5%);
color: $color-link;
background-color: map-get($gray-shades, 100);
}
}