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

21 lines
404 B

Color Variables
===============
## 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 -
```