update color to text_color
This commit is contained in:
parent
bddecabb0b
commit
0ce1452fe3
6
Gemfile
6
Gemfile
@ -2,6 +2,9 @@ source "https://rubygems.org"
|
|||||||
|
|
||||||
ruby "3.1.3"
|
ruby "3.1.3"
|
||||||
|
|
||||||
|
#gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
||||||
|
gem "merged" , path: "../merged"
|
||||||
|
|
||||||
gem "rails", "~> 7.0"
|
gem "rails", "~> 7.0"
|
||||||
|
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
@ -23,9 +26,6 @@ gem "simple_form" , "5.1.0"
|
|||||||
gem "simple_form_tailwind_css"
|
gem "simple_form_tailwind_css"
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
|
|
||||||
gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
|
||||||
#gem "merged" , path: "../merged"
|
|
||||||
|
|
||||||
gem "passenger" , "6.0.15" , require: "phusion_passenger/rack_handler"
|
gem "passenger" , "6.0.15" , require: "phusion_passenger/rack_handler"
|
||||||
gem "bootsnap", require: false
|
gem "bootsnap", require: false
|
||||||
|
|
||||||
|
21
Gemfile.lock
21
Gemfile.lock
@ -1,6 +1,14 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/HubFeenixMakers/merged
|
remote: https://github.com/ruby2js/ruby2js/
|
||||||
revision: 22426c4bdf8a62c989ecc02a5adda8ed204cebb6
|
revision: f204f4e8f14cde6e4d4c6aafc55251a8d488a78d
|
||||||
|
branch: haml_fix
|
||||||
|
specs:
|
||||||
|
ruby2js (5.0.1)
|
||||||
|
parser
|
||||||
|
regexp_parser (~> 2.1.1)
|
||||||
|
|
||||||
|
PATH
|
||||||
|
remote: ../merged
|
||||||
specs:
|
specs:
|
||||||
merged (0.1.0)
|
merged (0.1.0)
|
||||||
active_hash
|
active_hash
|
||||||
@ -11,15 +19,6 @@ GIT
|
|||||||
redcarpet
|
redcarpet
|
||||||
ruby2js (~> 5.0, >= 5.0.1)
|
ruby2js (~> 5.0, >= 5.0.1)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/ruby2js/ruby2js/
|
|
||||||
revision: f204f4e8f14cde6e4d4c6aafc55251a8d488a78d
|
|
||||||
branch: haml_fix
|
|
||||||
specs:
|
|
||||||
ruby2js (5.0.1)
|
|
||||||
parser
|
|
||||||
regexp_parser (~> 2.1.1)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
:text: "\r\n\r\n\r\n\r\n\r\n"
|
:text: "\r\n\r\n\r\n\r\n\r\n"
|
||||||
:options:
|
:options:
|
||||||
background: light_blue
|
background: light_blue
|
||||||
color: solid_black
|
text_color: solid_black
|
||||||
text_align: center
|
text_align: center
|
||||||
button_link: "/transportation"
|
button_link: "/transportation"
|
||||||
button_text: Transportation
|
button_text: Transportation
|
||||||
@ -19,7 +19,7 @@
|
|||||||
:text: "beans\r\ntofu\r\nbeans\r\ntofu\r\nbeans\r\ntofu\r\nbeans\r\ntofu\r\nbeans\r\ntofu\r\n"
|
:text: "beans\r\ntofu\r\nbeans\r\ntofu\r\nbeans\r\ntofu\r\nbeans\r\ntofu\r\nbeans\r\ntofu\r\n"
|
||||||
:options:
|
:options:
|
||||||
background: solid_blue
|
background: solid_blue
|
||||||
color: solid_blue
|
text_color: solid_blue
|
||||||
text_align: center
|
text_align: center
|
||||||
button_link: ''
|
button_link: ''
|
||||||
button_text: ''
|
button_text: ''
|
||||||
@ -33,7 +33,7 @@
|
|||||||
:text: "washing machine\r\nshower\r\ncommon kitchen\r\nbathrooms"
|
:text: "washing machine\r\nshower\r\ncommon kitchen\r\nbathrooms"
|
||||||
:options:
|
:options:
|
||||||
background: solid_indigo
|
background: solid_indigo
|
||||||
color: solid_black
|
text_color: solid_black
|
||||||
text_align: center
|
text_align: center
|
||||||
button_link: ''
|
button_link: ''
|
||||||
button_text: ''
|
button_text: ''
|
||||||
@ -47,7 +47,7 @@
|
|||||||
:text: "music room \r\nsauna\r\ncomputer room\r\ngym\r\n"
|
:text: "music room \r\nsauna\r\ncomputer room\r\ngym\r\n"
|
||||||
:options:
|
:options:
|
||||||
background: solid_blue
|
background: solid_blue
|
||||||
color: solid_blue
|
text_color: solid_blue
|
||||||
text_align: center
|
text_align: center
|
||||||
button_link: ''
|
button_link: ''
|
||||||
button_text: ''
|
button_text: ''
|
||||||
@ -61,7 +61,7 @@
|
|||||||
:text: "clothing room\r\nwork clothes\r\nfunny hats\r\nlarge socks\r\n"
|
:text: "clothing room\r\nwork clothes\r\nfunny hats\r\nlarge socks\r\n"
|
||||||
:options:
|
:options:
|
||||||
background: light_blue
|
background: light_blue
|
||||||
color: solid_black
|
text_color: solid_black
|
||||||
text_align: center
|
text_align: center
|
||||||
button_link: ''
|
button_link: ''
|
||||||
button_text: ''
|
button_text: ''
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
check later, or follow us on facebook."
|
check later, or follow us on facebook."
|
||||||
:options:
|
:options:
|
||||||
fixed: 'off'
|
fixed: 'off'
|
||||||
color: white
|
text_color: white
|
||||||
text_align: left
|
text_align: left
|
||||||
shade_color: solid_blue_25
|
shade_color: solid_blue_25
|
||||||
item_align: left
|
item_align: left
|
||||||
@ -32,7 +32,7 @@
|
|||||||
residencies, and other gatherings."
|
residencies, and other gatherings."
|
||||||
:options:
|
:options:
|
||||||
background: light_orange
|
background: light_orange
|
||||||
color: solid_blue
|
text_color: solid_blue
|
||||||
margin: '0'
|
margin: '0'
|
||||||
subheader: ''
|
subheader: ''
|
||||||
button_link: ''
|
button_link: ''
|
||||||
@ -50,7 +50,7 @@
|
|||||||
:image_name: map_wide
|
:image_name: map_wide
|
||||||
:options:
|
:options:
|
||||||
fixed: 'on'
|
fixed: 'on'
|
||||||
color: black
|
text_color: black
|
||||||
text_align: left
|
text_align: left
|
||||||
shade_color: none
|
shade_color: none
|
||||||
item_align: left
|
item_align: left
|
||||||
@ -69,7 +69,7 @@
|
|||||||
:options:
|
:options:
|
||||||
fixed: 'on'
|
fixed: 'on'
|
||||||
shade_color: black_25
|
shade_color: black_25
|
||||||
color: white
|
text_color: white
|
||||||
text_align: center
|
text_align: center
|
||||||
item_align: left
|
item_align: left
|
||||||
image_align: center
|
image_align: center
|
||||||
@ -88,18 +88,19 @@
|
|||||||
- :template: section_full_up
|
- :template: section_full_up
|
||||||
:index: 5
|
:index: 5
|
||||||
:page_id: 7
|
:page_id: 7
|
||||||
:updated_at: 2023-01-14 19:34:21.430524728 +02:00
|
:updated_at: 2023-01-18 23:53:07.932318628 +02:00
|
||||||
:updated_by: maijanposteja@gmail.com
|
:updated_by: torsten@villataika.fi
|
||||||
:id: 42
|
:id: 42
|
||||||
:options:
|
:options:
|
||||||
background: white
|
background: light_blue
|
||||||
color: none
|
text_color: none
|
||||||
margin: '0'
|
margin: '20'
|
||||||
subheader: About the Hub and living here
|
subheader: About the Hub and living here
|
||||||
text_align: left
|
text_align: center
|
||||||
item_align: center
|
item_align: center
|
||||||
button_link: ''
|
button_link: ''
|
||||||
button_text: ''
|
button_text: ''
|
||||||
|
columns: '3'
|
||||||
:header: Info
|
:header: Info
|
||||||
:text: "Hub Feenix is a non-profit centre for creativity and wellbeing, \r\nrun
|
:text: "Hub Feenix is a non-profit centre for creativity and wellbeing, \r\nrun
|
||||||
by Co-operative Hub Feenix.\r\nOur values are love of life, fairness, continuous
|
by Co-operative Hub Feenix.\r\nOur values are love of life, fairness, continuous
|
||||||
@ -190,7 +191,7 @@
|
|||||||
:id: 43
|
:id: 43
|
||||||
:options:
|
:options:
|
||||||
background: white
|
background: white
|
||||||
color: none
|
text_color: none
|
||||||
margin: '0'
|
margin: '0'
|
||||||
subheader: ''
|
subheader: ''
|
||||||
text_align: center
|
text_align: center
|
||||||
@ -210,7 +211,7 @@
|
|||||||
background: light_orange
|
background: light_orange
|
||||||
columns: '5'
|
columns: '5'
|
||||||
subheader: ''
|
subheader: ''
|
||||||
color: solid_blue
|
text_color: solid_blue
|
||||||
text_align: left
|
text_align: left
|
||||||
:header: Accomodation
|
:header: Accomodation
|
||||||
:text: ''
|
:text: ''
|
||||||
@ -224,7 +225,7 @@
|
|||||||
subheader: ''
|
subheader: ''
|
||||||
margin: '20'
|
margin: '20'
|
||||||
order: left
|
order: left
|
||||||
color: solid_black
|
text_color: solid_black
|
||||||
background: light_blue
|
background: light_blue
|
||||||
button_link: ''
|
button_link: ''
|
||||||
button_text: ''
|
button_text: ''
|
||||||
@ -251,7 +252,7 @@
|
|||||||
:options:
|
:options:
|
||||||
order: left
|
order: left
|
||||||
background: light_orange
|
background: light_orange
|
||||||
color: none
|
text_color: none
|
||||||
text_align: center
|
text_align: center
|
||||||
subheader: ''
|
subheader: ''
|
||||||
button_link: ''
|
button_link: ''
|
||||||
@ -269,7 +270,7 @@
|
|||||||
:options:
|
:options:
|
||||||
order: left
|
order: left
|
||||||
background: light_blue
|
background: light_blue
|
||||||
color: none
|
text_color: none
|
||||||
subheader: ''
|
subheader: ''
|
||||||
text_align: left
|
text_align: left
|
||||||
button_link: ''
|
button_link: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user