OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/assets/stylesheets/global/_variables.md

32 lines
758 B

Color Variables
===============
## OpenProject Colors
```
@colors
- $colors-black $colors-white - -
$colors-blue $colors-mint $colors-lime $colors-green-neon $colors-green
$colors-orange $colors-red-bright $colors-red $colors-yellow $colors-purple
- $colors-grey-dark $colors-grey-light - -
```
## Global Color Variables
```
@colors
- global_font_color - -
- $header_bg_color - $header_logo_bg_colorgray -
```
## Button Color Variables
```
@colors
- $button_bg_color - $button_bg_hover_color -
- $button_font_color - $button_font_hover_color -
- $button_highlight_font_color - $button_highlight_font_hover_color -
```