platypush/platypush/backend/http/static/css/dashboard.css

15 lines
339 B
CSS

body {
background: rgba(240,240,245,1.0);
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget {
background: white;
margin-top: 2em;
border-radius: 5px;
height: 22.5em;
overflow: hidden;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}