* Add new page for Trademark Policy and Guidelines * Fix attribution footer at bottom of Trademark Policy * Add our Trademark Notice and Trademark Policy URL to LICENSE * Last minute fixes to Trademark Policy and Guidelines page
34 lines
492 B
SCSS
34 lines
492 B
SCSS
.trademark-policy {
|
|
.logo {
|
|
height: 62.5px;
|
|
width: 250px;
|
|
margin: 10px;
|
|
}
|
|
.circle {
|
|
margin-top: -50px;
|
|
margin-bottom: -30px;
|
|
}
|
|
.circle:before {
|
|
content: ' \25CF';
|
|
font-size: 250px;
|
|
}
|
|
ol {
|
|
list-style-type: upper-roman;
|
|
}
|
|
ol li {
|
|
font-size: 1.75rem;
|
|
}
|
|
ol ol {
|
|
list-style-type: lower-alpha;
|
|
}
|
|
ol ol li {
|
|
font-size: 1.25rem;
|
|
}
|
|
ol ol ol {
|
|
list-style-type: lower-roman;
|
|
}
|
|
ol ol ol li {
|
|
font-size: 1.15rem;
|
|
}
|
|
}
|