2019-12-20 08:25:09 +00:00
|
|
|
@import "../../../app/theme.scss";
|
|
|
|
@import "node_modules/bootstrap/scss/functions";
|
|
|
|
@import "node_modules/bootstrap/scss/variables";
|
|
|
|
@import "node_modules/bootstrap/scss/mixins";
|
2019-10-28 13:18:25 +00:00
|
|
|
|
|
|
|
.big-icon {
|
|
|
|
width: 100%;
|
|
|
|
color: white;
|
|
|
|
font-size: 9rem;
|
|
|
|
padding: 3rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-title {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
2019-12-20 08:25:09 +00:00
|
|
|
.card-body {
|
|
|
|
padding-bottom: unset;
|
|
|
|
}
|
|
|
|
|
2019-10-28 13:18:25 +00:00
|
|
|
.spacer {
|
|
|
|
display: none;
|
|
|
|
height: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width:44rem) {
|
|
|
|
.spacer {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2019-12-20 08:25:09 +00:00
|
|
|
|
|
|
|
.menu-card {
|
|
|
|
margin-left: -7px;
|
|
|
|
padding-left: 7px;
|
|
|
|
margin-right: -7px;
|
|
|
|
padding-right: 7px;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|