SaasAble Documentation
Admin - V1.2.0
Admin - V1.2.0
  • Getting started
    • Prerequisites
    • Setup
    • Deployment
  • Development
    • Guards
      • Auth Guard
      • Guest Guard
      • Role Guard
    • Folder Structure
    • Routing
    • Menu
    • Env Variables
    • API Calls
    • Dependencies
    • Auth
      • Supabase
      • AWS
    • How to
      • Change Logo
      • Skip Login
  • Theming
    • Color
    • Typography
    • Icons
  • Global
    • Config
    • Styles
    • Component Overrides
Powered by GitBook
On this page
  1. Global

Styles

Global styles are centralized in one place and can be added in src/app/globals.css. Any new global styles should be added there.


/* simpebar styles */
@import 'simplebar-react/dist/simplebar.min.css';

/* public styles */
@import '../../public/assets/styles';
PreviousConfigNextComponent Overrides