Fixing Rest of the Organisms
This commit is contained in:
parent
c2678fec85
commit
c2cdefff6d
@ -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';
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user