Fixing Rest of the Organisms

This commit is contained in:
reverend 2021-11-01 09:47:33 +01:00
parent c2678fec85
commit c2cdefff6d
3 changed files with 52 additions and 3 deletions

View File

@ -5,5 +5,5 @@
@import 'footer/footer';
@import 'form/form';
@import 'imageGrid/imageGrid';
//@import 'osmMap/osmMap';
//@import 'userProfile/userProfile';
@import 'osmMap/osmMap';
@import 'userProfile/userProfile';

View File

@ -27440,4 +27440,53 @@ label + .LP-Input--disabled .LP-Input__Field:disabled {
box-shadow: 0 0 3px 3px #C09F80;
}
.LP-Map {
margin-bottom: 25px;
}
.LP-Map--wide {
height: 300px;
}
.LP-Map--full {
height: 100%;
width: 100%;
}
.LP-Map .ol-attribution {
font-family: "Montserrat", Helvetica, sans-serif;
color: #565656;
}
.LP-Map .ol-attribution a {
color: #C09F80;
}
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus {
color: #D7CEC7;
}
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
background-color: #C09F80;
}
.LP-Map .ol-zoom-in:hover, .LP-Map .ol-zoom-in:focus, .LP-Map .ol-zoom-out:hover, .LP-Map .ol-zoom-out:focus {
background-color: #565656;
}
.LP-Map .LP-Map__Popup {
font-family: "Montserrat", Helvetica, sans-serif;
color: #565656;
background-color: #f9f9f9;
padding: 0.5em;
border-radius: 2px;
}
.LP-UserProfile {
display: flex;
flex-direction: row;
}
.LP-UserProfile__Bio {
flex-grow: 5;
flex-shrink: 10;
padding-right: 35px;
}
.LP-UserProfile__Info {
flex-grow: 10;
flex-shrink: 1;
flex-basis: max-content;
}
/*# sourceMappingURL=main.css.map */

File diff suppressed because one or more lines are too long