Move raised content theming section below general
This commit is contained in:
parent
0d78442507
commit
87aac34f16
|
@ -21,6 +21,23 @@
|
||||||
= f.text_field :background_color, class: "color", data: { default: 0xF0EDF4, theme_target: "color", action: "theme#updatePreview" }
|
= f.text_field :background_color, class: "color", data: { default: 0xF0EDF4, theme_target: "color", action: "theme#updatePreview" }
|
||||||
.col-sm-6
|
.col-sm-6
|
||||||
= f.text_field :body_text, class: "color", data: { default: 0x000000, theme_target: "color", action: "theme#updatePreview" }
|
= f.text_field :body_text, class: "color", data: { default: 0x000000, theme_target: "color", action: "theme#updatePreview" }
|
||||||
|
.card
|
||||||
|
.card-body
|
||||||
|
%h2= t(".raised.heading")
|
||||||
|
%p= t(".raised.body")
|
||||||
|
|
||||||
|
.row
|
||||||
|
.col-sm-6
|
||||||
|
= f.text_field :raised_background, class: "color", data: { default: 0xFFFFFF, theme_target: "color", action: "theme#updatePreview" }
|
||||||
|
.col-sm-6
|
||||||
|
= f.text_field :raised_text, class: "color", data: { default: 0x000000, theme_target: "color", action: "theme#updatePreview" }
|
||||||
|
.row
|
||||||
|
.col-sm-6
|
||||||
|
= f.text_field :raised_accent, class: "color", data: { default: 0xF7F7F7, theme_target: "color", action: "theme#updatePreview" }
|
||||||
|
.col-sm-6
|
||||||
|
= f.text_field :raised_accent_text, class: "color", data: { default: 0x000000, theme_target: "color", action: "theme#updatePreview" }
|
||||||
|
.card-footer
|
||||||
|
%p= t(".raised.accent.example")
|
||||||
.card
|
.card
|
||||||
.card-body
|
.card-body
|
||||||
%h2= t(".colors.heading")
|
%h2= t(".colors.heading")
|
||||||
|
@ -98,23 +115,6 @@
|
||||||
.form-group
|
.form-group
|
||||||
%label.form-label Example Input
|
%label.form-label Example Input
|
||||||
%input.form-control{ placeholder: "A test placeholder" }
|
%input.form-control{ placeholder: "A test placeholder" }
|
||||||
.card
|
|
||||||
.card-body
|
|
||||||
%h2= t(".raised.heading")
|
|
||||||
%p= t(".raised.body")
|
|
||||||
|
|
||||||
.row
|
|
||||||
.col-sm-6
|
|
||||||
= f.text_field :raised_background, class: "color", data: { default: 0xFFFFFF, theme_target: "color", action: "theme#updatePreview" }
|
|
||||||
.col-sm-6
|
|
||||||
= f.text_field :raised_text, class: "color", data: { default: 0x000000, theme_target: "color", action: "theme#updatePreview" }
|
|
||||||
.row
|
|
||||||
.col-sm-6
|
|
||||||
= f.text_field :raised_accent, class: "color", data: { default: 0xF7F7F7, theme_target: "color", action: "theme#updatePreview" }
|
|
||||||
.col-sm-6
|
|
||||||
= f.text_field :raised_accent_text, class: "color", data: { default: 0x000000, theme_target: "color", action: "theme#updatePreview" }
|
|
||||||
.card-footer
|
|
||||||
%p= t(".raised.accent.example")
|
|
||||||
.card
|
.card
|
||||||
.card-body
|
.card-body
|
||||||
.pull-left
|
.pull-left
|
||||||
|
|
Loading…
Reference in New Issue