mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
ui: Improve zippy title
This commit is contained in:
parent
008b73872a
commit
02dbfddc39
|
@ -13,6 +13,7 @@ $zippy-redirect-color: #AC7C09;
|
||||||
.zippy-title {
|
.zippy-title {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
|
line-height: 1.5em;
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
@ -38,8 +39,9 @@ $zippy-redirect-color: #AC7C09;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.zippy-indicator {
|
span.zippy-indicator {
|
||||||
float: right;
|
float: left;
|
||||||
font-size: 1.2em;
|
font-size: 1.5em;
|
||||||
|
margin-right: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zippy-content {
|
.zippy-content {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user