You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
334 B
35 lines
334 B
2 years ago
|
// Body
|
||
|
|
||
|
body {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
// Typography
|
||
|
|
||
|
h1 {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-weight: normal;
|
||
|
text-shadow: 0 1px 0 #fff;
|
||
|
padding: 10px 0 10px 3px;
|
||
|
color: #777;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
// Forms
|
||
|
|
||
|
input,
|
||
|
select {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
font-family: $font-family-monospace;
|
||
|
font-size: 1.2em;
|
||
|
}
|