Uploaded image for project: 'Workspaces'
  1. Workspaces
  2. WORKSPACES-943

[Skin Workspaces] Use !default and reorganise scss imports to be able to simply override theme variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.0
    • None
    • Skin Workspaces
    • None
    • WORKSPACES 2.0.0

      In a skin which inherits the workspace skin, the theme variable should be overriden like following

      // Colors
      $primary: #e64443;
      $secondary: #e64443;
      $secondary-100: #6ad1f0;
      $secondary-150: rgb(106, 209, 240);
      
      $purple: #e64443;
      $purple-100: #eba5a4;
      $purple-150: #f7e4e4;
      $purple-200: #ffcccc;
      $purple-250: #fabebe;
      $purple-300: rgb(149, 117, 205);
      
      @import "skin:workspace://resources/main/scss/_theme-variables.scss";
      

       

            laurence Laurence Aumeunier
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: