discourse/app/assets/stylesheets
David Taylor d348368ab6
FEATURE: Allow themes to override color transformation variables (#7987)
Theme developers can now add any of the transformed color variables to their color scheme in about.json. For example

```
  "color_schemes": {
    "Light": {
      "primary": "333333",
      "secondary": "ffffff",
      "primary-low": "ff0000"
    }
  },
```

would override the primary-low variable when compiling SCSS for the color scheme. The primary-low variable will also be visible in administrator color palette UI.
2019-08-12 11:02:38 +01:00
..
common FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
desktop slightly better button wrapping when list controls are long 2019-08-06 23:44:44 -04:00
mobile UX: Increase contrast of pinned/tracking reason text, improve layout 2019-07-29 11:54:23 -04:00
vendor UX: Overflow hidden was causing some icons to be cropped 2019-01-31 14:03:11 -05:00
admin.scss Sane sendAction() behavior 2015-09-11 09:34:20 -07:00
common.scss FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
desktop.scss FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
desktop_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
embed.scss lighten embed blockquote style for consistency 2019-02-17 21:00:46 -08:00
mobile.scss UI: improvements to footer nav for app and PWAs 2019-04-11 14:11:26 -04:00
mobile_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
wizard.scss Fix Prettier 2019-06-03 10:54:24 -04:00