reagent/examples/simple/example.css

23 lines
366 B
CSS
Raw Normal View History

2014-01-07 16:01:28 +00:00
2013-12-16 22:19:36 +00:00
div, h1, input {
font-family: HelveticaNeue, Helvetica;
2013-12-16 22:39:22 +00:00
color: #777;
2013-12-16 22:19:36 +00:00
}
.example-clock {
font-size: 128px;
2013-12-16 22:39:22 +00:00
line-height: 1.2em;
2013-12-16 22:19:36 +00:00
font-family: HelveticaNeue-UltraLight, Helvetica;
}
2014-01-07 16:01:28 +00:00
@media (max-width: 768px) {
.example-clock {
font-size: 64px;
}
}
2013-12-16 22:19:36 +00:00
.color-input, .color-input input {
font-size: 24px;
2013-12-16 22:39:22 +00:00
line-height: 1.5em;
2013-12-16 22:19:36 +00:00
}