Files
old-ribica/front-ui/app/css/main.css

28 lines
534 B
CSS
Raw Normal View History

2015-01-25 10:36:13 +01:00
body {
background-image: url(https://res.cloudinary.com/lfvt7ps2n/image/upload/v1424608718/http_diapers.q-assets.com_images_body_bg_towkjs.gif);
2015-01-25 10:36:13 +01:00
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
2015-01-24 14:46:49 +01:00
.container {
2015-01-25 10:36:13 +01:00
background-color: #fff;
2015-01-24 14:46:49 +01:00
border: 1px solid black;
}
2015-01-25 10:36:13 +01:00
.section-cat-list {
background-color: white;
padding: 10px;
font-size: 15px;
width: 200px;
z-index: 10000;
border: 1px solid silver;
}
.main-heading {
display: inline-block;
}
.error-message {
color: red;
}