This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/public/static/admin/css/main.css

22 lines
359 B
CSS

body {
background: whitesmoke;
padding-top: 70px;
padding-bottom: 70px;
}
.panel {
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
#map {
width: 100%;
height: 400px;
background-color: grey;
}
.feedback-text {
white-space: pre-wrap;
}