AlmeroSteyn 177161a708 docs-styles(build): new a11y-compliant styles for doc sample
closes #1897
Generates a2docs.css from a11y-compliant less file
See PR #1897 for more info and next steps.
2016-08-06 11:43:00 -07:00

45 lines
574 B
Plaintext

.opacity(){
opacity: 0.87;
}
.top-header-text(){
font-size: 50px;
font-weight: bold;
}
.header-text(){
font-size: 30px;
font-weight: bold;
}
.sub-header-text(){
font-size: 20px;
font-weight: 400;
line-height: 40px;
}
.paragraph-text(){
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.label-text(){
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.button-text(){
font-size: 16px;
font-weight: bold;
line-height: 28px;
}
.input-text(){
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin-top: 15px;
}