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.
 
 
 
 

83 lines
1.1 KiB

/* Titles */
h1 { /* Display 1 */
font-size: 4.25rem;
line-height: 7rem;
}
/*
article h1 {
line-height: 5.6rem;
font-size: 4rem;
padding: 0.75rem 0;
}
*/
article h1,
h2 { /* Headline */
font-size: 3rem;
line-height: 4rem;
padding: 1.5rem 0;
}
/*article h2 {
padding: 0.5rem 0;
}
h2.thin {
line-height: 5rem;
}*/
article h2,
h3 { /* Title */
font-size: 2.5rem;
font-weight: 600;
line-height: 3rem;
padding: 1rem 0;
}
article h3,
h4, input, textarea, select { /* Headline */
font-size: 2rem;
line-height: 3rem;
}
article h4 {
font-weight: 600;
}
h4 {
font-weight: 400;
}
h4.gray {
color: rgba(0, 0, 0, 0.54);
}
small {
color: rgba(0, 0, 0, 0.7);
font-size: 0.75em;
font-weight: normal;
}
h3 + small {
font-size: 1.75rem;
}
.snackbar, /* Body 2 */
.toast {
font-size: 1.75rem;
font-weight: 500;
}
label, span.info { /* Caption */
font-size: 1.5rem;
color: rgba(0, 0, 0, 0.54);
}
span.info i+i {
margin-left: 0.5rem;
}
label, span.info b { /* Caption */
font-weight: 600;
}