Module: DefaultStyles
- Defined in:
- lib/helpers/default_styles.rb
Instance Method Summary collapse
- #button_background ⇒ Object
- #button_border ⇒ Object
- #container_background ⇒ Object
- #container_border ⇒ Object
- #custom_font ⇒ Object
- #divider_color ⇒ Object
- #link_color ⇒ Object
- #link_hover ⇒ Object
- #link_hover_background ⇒ Object
- #right_bar_color ⇒ Object
- #text_color ⇒ Object
Instance Method Details
#button_background ⇒ Object
30 31 32 |
# File 'lib/helpers/default_styles.rb', line 30 def nil end |
#button_border ⇒ Object
34 35 36 |
# File 'lib/helpers/default_styles.rb', line 34 def nil end |
#container_background ⇒ Object
22 23 24 |
# File 'lib/helpers/default_styles.rb', line 22 def container_background nil end |
#container_border ⇒ Object
26 27 28 |
# File 'lib/helpers/default_styles.rb', line 26 def container_border nil end |
#custom_font ⇒ Object
2 3 4 |
# File 'lib/helpers/default_styles.rb', line 2 def custom_font nil end |
#divider_color ⇒ Object
38 39 40 |
# File 'lib/helpers/default_styles.rb', line 38 def divider_color nil end |
#link_color ⇒ Object
10 11 12 |
# File 'lib/helpers/default_styles.rb', line 10 def link_color nil end |
#link_hover ⇒ Object
14 15 16 |
# File 'lib/helpers/default_styles.rb', line 14 def link_hover nil end |
#link_hover_background ⇒ Object
18 19 20 |
# File 'lib/helpers/default_styles.rb', line 18 def link_hover_background nil end |
#right_bar_color ⇒ Object
42 43 44 |
# File 'lib/helpers/default_styles.rb', line 42 def nil end |
#text_color ⇒ Object
6 7 8 |
# File 'lib/helpers/default_styles.rb', line 6 def text_color nil end |