5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 15:56:20 +00:00

fix: fix classes #13587

This commit is contained in:
jazzari 2023-07-05 15:40:23 -03:00
parent f99e0357af
commit b04229c4d6
2 changed files with 7 additions and 9 deletions

View file

@ -296,7 +296,8 @@ svg {
.custom-control-design { .custom-control-design {
border: 1px solid magenta; border: 1px solid magenta;
padding:7px 15px 2px; padding:2px 15px 0px;
margin-bottom: -1px;
} }
.custom-control-label { .custom-control-label {
@ -343,7 +344,7 @@ svg {
font-size: 2em; font-size: 2em;
position: absolute; position: absolute;
left: 97%; left: 97%;
bottom: 55%; bottom: 46%;
transform: rotate(55deg); transform: rotate(55deg);
color: magenta color: magenta
} }

View file

@ -12,7 +12,7 @@
.col-md-3.designlist .col-md-3.designlist
%h2.pb-3= t('.selector') %h2.pb-3= t('.selector')
- @designs.each do |design| - @designs.each do |design|
.design.col.d-flex.flex-column.custom-control-design{"data-controller" => "designs"} .col.d-flex.flex-column.custom-control-design{"data-controller" => "designs"}
%div{"data-designs-target" => "radio", "data-action" => "click->designs#selection"} %div{"data-designs-target" => "radio", "data-action" => "click->designs#selection"}
= f.radio_button :design_id, design.id, = f.radio_button :design_id, design.id,
checked: design.id == site.design_id, checked: design.id == site.design_id,
@ -23,8 +23,6 @@
.flex-fill.f-3 .flex-fill.f-3
= sanitize_markdown design.description, = sanitize_markdown design.description,
tags: %w[p a strong em] tags: %w[p a strong em]
.col-md-6.designlist .col-md-6.designlist
%h2.text-center.pb-3= t('.preview') %h2.text-center.pb-3= t('.preview')
.embed-responsive.embed-responsive-1by1 .embed-responsive.embed-responsive-1by1
@ -36,8 +34,7 @@
%p.design 2. Sofware libre - Licencia GPL %p.design 2. Sofware libre - Licencia GPL
%p.design 3. Compatible con la web distribuida %p.design 3. Compatible con la web distribuida
%br %br
-# %button.btn.btn-primary.btn-lg.btn-block{type: "button"}= t('.source_code') %a.btn.btn-primary.btn-lg.mt-4{role: "button", href: "sutty.nl"}= t('.source_code')
%a.btn.btn-primary.btn-lg.btn-block.mt-4{role: "button", href: "sutty.nl"}= t('.source_code')
-# Tablet and mobile views with 1 columns and accordion -# Tablet and mobile views with 1 columns and accordion
.row.d-lg-none .row.d-lg-none
@ -48,8 +45,8 @@
- @designs.each do |design| - @designs.each do |design|
%details.styled %details.styled
%summary.custom-control-design %summary.custom-control-design
%h5.font-weight-bolder - #{design.name} %h5.font-weight-bolder.pt-2 - #{design.name}
%br #{design.description} .pb-2 #{design.description}
.col .col
%h1.text-center.font-weight-bolder.pb-3= t('.preview') %h1.text-center.font-weight-bolder.pb-3= t('.preview')
.embed-responsive.embed-responsive-1by1 .embed-responsive.embed-responsive-1by1