Files
swagger-ui/src/style/_information.scss
Stuart Nichols 1a02364c2f Replace color values with variables for easier theming
Replaced all color values with variables in scss files and
added associated variables to _variables.scss file
2017-11-02 11:50:33 +00:00

100 lines
1.5 KiB
SCSS

.info
{
margin: 50px 0;
hgroup.main
{
margin: 0 0 20px 0;
a
{
font-size: 12px;
}
}
p, li, table
{
font-size: 14px;
@include text_body();
}
h1, h2, h3, h4, h5
{
@include text_body();
}
code
{
padding: 3px 5px;
border-radius: 4px;
background: rgba($info-code-background-color,.05);
@include text_code($info-code-font-color);
}
a
{
font-size: 14px;
transition: all .4s;
@include text_body($info-link-font-color);
&:hover
{
color: darken($info-link-font-color-hover, 15%);
}
}
> div
{
margin: 0 0 5px 0;
}
.base-url
{
font-size: 12px;
font-weight: 300 !important;
margin: 0;
@include text_code();
}
.title
{
font-size: 36px;
margin: 0;
@include text_body();
small
{
font-size: 10px;
position: relative;
top: -5px;
display: inline-block;
margin: 0 0 0 5px;
padding: 2px 4px;
vertical-align: super;
border-radius: 57px;
background: $info-title-small-background-color;
pre
{
margin: 0;
@include text_headline($info-title-small-pre-font-color);
}
}
}
}