blob: 9569a3f62db0c9a6b9bb41ec20bb1cc903bd8cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*!
* Extra set of rules over Bootstrap
*/
.card:hover {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
transition: all .5s;
}
.green-text {
color: rgb(120, 153, 34);
}
|