FarmMapsLib/projects/common-map/src/fm-map/components/selected-item-cropfield/selected-item-cropfield.component.scss
Peter Bastiani 70fb5b42ec
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
AW-784 Fixed 1 │ @import "../../../app/theme.scss";
projects/common-map/src/fm-map/components/selected-item-cropfield/selected-item-cropfield.component.scss 1:9  root stylesheet
An unhandled exception occurred: Can't find stylesheet to import.
2019-12-20 10:05:49 +01:00

38 lines
499 B
SCSS

@import "../../_theme.scss";
@import "~bootstrap/scss/bootstrap.scss";
.big-icon {
width: 100%;
color: white;
font-size: 9rem;
padding: 3rem;
text-align: center;
}
.card-title {
font-size: 1rem;
}
.card-body {
padding-bottom: unset;
}
.spacer {
display: none;
height: 4rem;
}
@media screen and (min-width:44rem) {
.spacer {
display: block;
}
}
.menu-card {
margin-left: -7px;
padding-left: 7px;
margin-right: -7px;
padding-right: 7px;
margin-bottom: 7px;
}