mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
adding page grid component + stylersheet
This commit is contained in:
@@ -17,6 +17,7 @@ $enable-shadows: true;
|
||||
$dropdown-box-shadow: 0px 5px 40px $black;
|
||||
$card-spacer-x: 2rem;
|
||||
$card-spacer-y: 2rem;
|
||||
$spacer: 0.5rem;
|
||||
// Bootstrap 5 uses separate variables for card header/footer
|
||||
$card-cap-padding-y: 2rem;
|
||||
$card-cap-padding-x: 2rem;
|
||||
@@ -39,6 +40,14 @@ $font-family-sans-serif: "Booton", "Noto Sans", -apple-system, BlinkMacSystemFon
|
||||
$base-size: 16px;
|
||||
$line-height-base: 1.5;
|
||||
|
||||
$grid-breakpoints: (
|
||||
xs: 0,
|
||||
sm: 576px,
|
||||
md: 576px,
|
||||
lg: 992px,
|
||||
xl: 1280px
|
||||
);
|
||||
|
||||
// Bootstrap v5 - Import only what we need
|
||||
@import "../node_modules/bootstrap/scss/functions";
|
||||
@import "../node_modules/bootstrap/scss/variables";
|
||||
@@ -83,6 +92,7 @@ $line-height-base: 1.5;
|
||||
@import "_top-nav.scss";
|
||||
@import "_top-banner.scss";
|
||||
@import "_content.scss";
|
||||
@import "_xrpl-grid.scss";
|
||||
@import "_code-tabs.scss";
|
||||
@import "_code-walkthrough.scss";
|
||||
@import "_diagrams.scss";
|
||||
|
||||
Reference in New Issue
Block a user