mempool/frontend/src/app/components/trademark-policy/trademark-policy.component.scss
wiz 334f9358b0
Add new page for Trademark Policy and Guidelines (#647)
* 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
2021-07-24 22:40:11 +03:00

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;
}
}