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

fix: agregados cambios en vista mobile #13587

This commit is contained in:
jazzari 2023-11-24 18:05:41 +01:00
parent 086b991854
commit dfc094268b
2 changed files with 5 additions and 5 deletions

View file

@ -362,7 +362,7 @@ svg {
details[open].styled > summary::after {
transform: rotate(90deg) translatey(-0.1em);
color: black
color: magenta
}

View file

@ -44,16 +44,16 @@
-# image_path("images/logo.png")
%h1.pb-3.text-center.font-weight-bolder= t('.selector')
- @designs.each do |design|
%details.styled
%summary.custom-control-design
%details.styled.custom-control-design
%summary
%h5.font-weight-bolder.pt-2 - #{design.name}
.pb-2 #{design.description}
.col
%h1.text-center.font-weight-bolder.pb-3= t('.preview')
%h5.text-center.font-weight-bolder.pb-3= t('.preview')
.embed-responsive.embed-responsive-1by1
%iframe.embed-responsive-item{allowfullscreen: "", src: "/placeholder.png"}
.col
%h1.text-center.font-weight-bolder.pb-3= t('.characteristics')
%h5.text-center.font-weight-bolder.pb-3= t('.characteristics')
- characteris = design.characteristics.split(".")
- characteris.each_with_index do |charact, index|
%h5.design #{index + 1}. #{charact}