Peter Bastiani
70fb5b42ec
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
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.
38 lines
499 B
SCSS
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;
|
|
}
|