fathom/assets/sass/styles.scss
2016-11-22 17:03:29 +01:00

45 lines
497 B
SCSS

@import "normalize";
body {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #333;
background: #f5f5f5;
}
h1, h2, h3 {
color: #111;
}
.container {
max-width: 1020px;
padding: 0 20px;
}
table {
border-collapse: collapse;
th, td {
border: 1px solid #eee;
padding: 4px 8px;
}
}
.block {
width: auto;
background: white;
padding: 20px;
margin-bottom: 20px;
h1, h2, h3 {
margin-top: 0;
}
}
.count {
font-size: 24px;
}
.subtitle {
}