mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-16 13:22:53 -06:00
f2d1466d46
Signed-off-by: orweis <orweis@gmail.com>
37 lines
513 B
CSS
37 lines
513 B
CSS
ol {
|
|
list-style: roman;
|
|
}
|
|
|
|
ul {
|
|
list-style: square;
|
|
}
|
|
|
|
li {
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
section {
|
|
padding-bottom: 5%;
|
|
}
|
|
|
|
h1.banner-content{
|
|
color: #566366;
|
|
}
|
|
|
|
h2.line{
|
|
color: #566366;
|
|
}
|
|
|
|
.support-content{
|
|
background: rgba(255, 255, 255, 0.9);
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
margin: 5% 15% 5% 15%;
|
|
position: relative;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
|
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
|
}
|
|
|
|
.banner-subcontent{
|
|
font-size: 20px;
|
|
} |