mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
adding folder structure, cleaning up font, add readme for page grid
This commit is contained in:
@@ -13,11 +13,6 @@ pre, code {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
// h1, h2, h3, h4, h5, h6,
|
||||
// .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
// font-weight: bold;
|
||||
// }
|
||||
|
||||
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
font-family: $font-family-monospace;
|
||||
font-weight: 400;
|
||||
@@ -108,49 +103,6 @@ p {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.fs-base {
|
||||
font-size: $base-size;
|
||||
}
|
||||
.fs-3 {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
.fs-4-5 {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
.fs-5 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.fs-5-5 {
|
||||
font-size: 1.375rem;
|
||||
}
|
||||
.fs-6 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-largest {
|
||||
font-size: 1.5rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
.text-large {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
.text-small {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.text-smaller {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.text-smallest {
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
|
||||
/* STYLIZED LINKS */
|
||||
.arrow-link {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user