mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Adjust font and spacing
Added style for vertical numbers. To be added in templates later.
This commit is contained in:
@@ -310,6 +310,25 @@ body {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Vertical numbers --------------------------------------------------------- */
|
||||||
|
|
||||||
|
.flag-vertical {
|
||||||
|
position: absolute;
|
||||||
|
top: 2em;
|
||||||
|
right: 3em;
|
||||||
|
width: 20px;
|
||||||
|
-webkit-transform: rotate(90deg);
|
||||||
|
-ms-transform: rotate(90deg);
|
||||||
|
transform: rotate(90deg);
|
||||||
|
-webkit-transform-origin: 100% 100%;
|
||||||
|
-ms-transform-origin: 100% 100%;
|
||||||
|
transform-origin: 100% 100%;
|
||||||
|
color: #eae7e6;
|
||||||
|
font-size: 0.833em;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Footer ------------------------------------------------------------------- */
|
/* Footer ------------------------------------------------------------------- */
|
||||||
|
|
||||||
.xrpl-footer {
|
.xrpl-footer {
|
||||||
@@ -321,6 +340,14 @@ body {
|
|||||||
border-bottom: 1px solid #eae7e6
|
border-bottom: 1px solid #eae7e6
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.xrpl-footer .card-body {
|
||||||
|
margin-top: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.xrpl-footer .card {
|
||||||
|
padding-top: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.build-disclaimer {
|
.build-disclaimer {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user