added correct icon type and background to home tip on home tab

This commit is contained in:
Jamal Jackson 2016-09-21 10:52:47 -04:00
commit b0f2356b49
4 changed files with 27 additions and 2 deletions

View file

@ -40,6 +40,9 @@
background-repeat:no-repeat;
background-clip: padding-box;
background-size: 103%;
&.green{
background: rgb(1, 209, 162);
}
}
}
.overlay {

View file

@ -39,5 +39,10 @@
font-size: 18px;
font-weight: 100;
}
.big-icon-svg{
.bg.green{
padding: 0 10px;
}
}
}
}