AW-784 Reapply from Farmmaps commits

- cd035366: AW-718 Layout as requested by Thomas.
pull/1/head
Peter Bastiani 2019-12-20 09:25:09 +01:00
parent 2059b48abb
commit 7cb129dbc4
1 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,7 @@
@import "../../_theme.scss";
@import "~bootstrap/scss/bootstrap.scss";
@import "../../../app/theme.scss";
@import "node_modules/bootstrap/scss/functions";
@import "node_modules/bootstrap/scss/variables";
@import "node_modules/bootstrap/scss/mixins";
.big-icon {
width: 100%;
@ -13,6 +15,10 @@
font-size: 1rem;
}
.card-body {
padding-bottom: unset;
}
.spacer {
display: none;
height: 4rem;
@ -23,3 +29,11 @@
display: block;
}
}
.menu-card {
margin-left: -7px;
padding-left: 7px;
margin-right: -7px;
padding-right: 7px;
margin-bottom: 7px;
}