nursery-scheduler/nursery-schedule.scss
2013-09-28 22:34:41 -05:00

47 lines
817 B
SCSS

/**
* Nursery Schedule
* @author Jonathan Bernard <jdbernard@gmail.com>
*/
/// Global Rules
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
html { font-size: 90%; }
/*html {
background-color: $bgColor;
color: $fgColor;
font-size: 150%; }*/
/* HTML5 elements */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block; }
.sundays, .wednesdays { }
.first, .second, .third, .fourth, .fifth {
display: inline-block;
margin-bottom: 2rem;
vertical-align: top;
width: 20em; }
.date {
float: right;
margin-right: 5rem; }
ul { list-style: none; }
.am ul {
display: inline-block;
width: 9rem; }
div.am, div.pm {
margin-top: 0.5rem; }