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
Raw Normal View History

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);
}
2017-09-22 16:35:24 +00:00
#map {
width: 100%;
height: 400px;
background-color: grey;
}
2017-10-23 14:02:18 +00:00
.feedback-text {
white-space: pre-wrap;
}