Files
xrpl-dev-portal/styles
akcodez 9e2b88fbb8 Refactor payments and index pages to integrate BenefitsSection component
- Replaced the manual benefits list in the index page with the BenefitsSection component for improved maintainability.
- Added BenefitsSection to the payments page, showcasing embedded payment use cases with new card data.
- Updated ProjectCards component to support optional button text for enhanced project presentation.
- Introduced new CSS styles for embedded payments icons and battle-tested project cards for better visual consistency.
2025-08-26 07:38:18 -07:00
..
2024-01-31 16:10:33 -08:00
2022-01-10 12:59:29 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2023-06-27 13:33:40 -07:00
2021-06-30 15:53:21 -07:00
2024-03-26 18:06:49 -07:00
2024-01-31 16:10:33 -08:00
2025-04-28 16:06:00 -07:00
2023-11-06 05:58:25 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2025-05-07 12:29:53 -07:00
2023-05-30 13:26:54 -07:00
2025-05-07 12:50:43 -07:00
2024-03-27 13:07:04 -07:00

XRPL Styles

This folder contains the source files for the XRP Ledger Dev Portal CSS. The combined, minified version of these styles is /static/css/devportal-2024-v1.css (or some other version number).

Prerequisites

The prerequisites for these styles, including Bootstrap, should automatically be installed by NPM along with the rest of the project's dependencies if you run npm i from the repo top.

Building

To build the output file using node-sass, run the following command from the repo top:

npm run build-css

Files

xrpl.scss is the master file that includes all the other, _-prefixed SCSS files. This file also defines common colors and other utilities.