2016-10-12 22:47:12 +00:00
|
|
|
.hero-green {
|
2019-12-29 22:31:32 +00:00
|
|
|
color: #26a65b;
|
2016-10-12 22:47:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero-black {
|
|
|
|
|
color: #353535;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero-red {
|
2019-12-29 22:31:32 +00:00
|
|
|
color: #cb2c37;
|
2016-10-12 22:47:12 +00:00
|
|
|
}
|
|
|
|
|
|
2020-01-05 02:40:04 +00:00
|
|
|
.button.is-green {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #26a65b;
|
|
|
|
|
font-weight: 400;
|
2016-10-12 22:47:12 +00:00
|
|
|
}
|
2016-10-15 20:47:32 +00:00
|
|
|
|
2020-01-05 02:40:04 +00:00
|
|
|
.button.is-green:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #5dbe5d;
|
2016-10-15 20:47:32 +00:00
|
|
|
}
|