mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-20 15:31:14 -06:00
25ba04c980
These changes contain a redesign of the OPA website. The main changes are (1) new frontpage w/ refreshed messaging and assets and (2) docs ported to gitbook.
33 lines
677 B
CSS
33 lines
677 B
CSS
.use-case-section--use-case-section-title {
|
|
font-family: "adobe gothic std";
|
|
font-size: ms(1); }
|
|
|
|
.use-case-section--use-case-section-para {
|
|
font-size: ms(-1); }
|
|
|
|
.use-case-section--use-case-container {
|
|
margin-top: 4rem; }
|
|
|
|
.use-case-section--use-case-title {
|
|
font-size: 18px;
|
|
font-family: "adobe fan heiti std"; }
|
|
|
|
.use-case-section--use-case-para {
|
|
font-size: ms(-1); }
|
|
|
|
.use-case-section--btn {
|
|
border-radius: 2rem;
|
|
padding: 0.8rem 2rem;
|
|
font-size: ms(-1); }
|
|
|
|
.use-case-section--use-cases {
|
|
padding-bottom: 4rem; }
|
|
|
|
.use-case-section--village-container {
|
|
position: absolute;
|
|
right: 5%;
|
|
top: 0%;
|
|
width: 150px;
|
|
height: 150px;
|
|
z-index: 100; }
|