ritterim / platform-ui

A CSS framework build all of our apps and websites.

Home Page:https://platformui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addition of the color #ccc

Azbury opened this issue · comments

🔧 Enhancement Request

The color #ccc should be added to our list of colors that is available to use in borders, backgrounds, buttons, etc... This color should be added because we use this color as a border in both tabs and cards and if I need to use this color to match a certain look in the Platform I can't do that with vanilla Platform UI. I had to add .border--color-ccc to https://github.com/ritterim/platform/blob/master/src/Platform/Content/css/sass/_utilities.scss to create the look I needed. Once this is added to Platform UI the class should be removed from the _utilities.scss file.

Who is asking for the feature?

@Azbury

What business problem is this hoping to solve?

Access to a color used throughout Platform UI

Estimates

can you add screen shots/examples? #ccc and non-#ccc?

border--color-ccc

image

border--color-light

image

I guess border--color-light would be the closest we have to #ccc currently

Other possibilities would be

  • border--color-lighter #efefef
  • border--color-mid #e2e3e5
  • border--color-light-a40

Border color does not support alpha colors