added correct icon type and background to home tip on home tab
This commit is contained in:
parent
f306775064
commit
b0f2356b49
4 changed files with 27 additions and 2 deletions
|
|
@ -40,6 +40,9 @@
|
|||
background-repeat:no-repeat;
|
||||
background-clip: padding-box;
|
||||
background-size: 103%;
|
||||
&.green{
|
||||
background: rgb(1, 209, 162);
|
||||
}
|
||||
}
|
||||
}
|
||||
.overlay {
|
||||
|
|
|
|||
|
|
@ -39,5 +39,10 @@
|
|||
font-size: 18px;
|
||||
font-weight: 100;
|
||||
}
|
||||
.big-icon-svg{
|
||||
.bg.green{
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue