AW-784 Reapply from Farmmaps commits
- cd035366: AW-718 Layout as requested by Thomas.
This commit is contained in:
parent
2059b48abb
commit
7cb129dbc4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user