Files
FarmMapsLib/projects/common-map/src/fm-map/components/selected-item-shape/selected-item-shape.component.scss
Willem Dantuma cec43a636c
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Renamed prefixes in angular.json
2019-11-04 13:43:46 +01:00

42 lines
483 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;
}
ul {
list-style:none;
}
li {
margin-top:1rem;
}
.spacer {
display: none;
height: 4rem;
}
.legend-container {
margin-top: 2rem;
}
.legend-container select {
font-size: 1.5rem;
}
@media screen and (min-width:44rem) {
.spacer {
display: block;
}
}