mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-14 12:22:51 -06:00
8f38b07822
The special font was causing the text to flicker on load. These changes attempt to remove traces of the adobe font from the docs. Signed-off-by: Torin Sandall <torinsandall@gmail.com>
31 lines
604 B
CSS
31 lines
604 B
CSS
.use-case-section--use-case-section-title {
|
|
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; }
|
|
|
|
.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; }
|