mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 18:46:22 +00:00
fix: agregados cambios en vista mobile #13587
This commit is contained in:
parent
086b991854
commit
dfc094268b
2 changed files with 5 additions and 5 deletions
|
@ -362,7 +362,7 @@ svg {
|
||||||
|
|
||||||
details[open].styled > summary::after {
|
details[open].styled > summary::after {
|
||||||
transform: rotate(90deg) translatey(-0.1em);
|
transform: rotate(90deg) translatey(-0.1em);
|
||||||
color: black
|
color: magenta
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,16 +44,16 @@
|
||||||
-# image_path("images/logo.png")
|
-# image_path("images/logo.png")
|
||||||
%h1.pb-3.text-center.font-weight-bolder= t('.selector')
|
%h1.pb-3.text-center.font-weight-bolder= t('.selector')
|
||||||
- @designs.each do |design|
|
- @designs.each do |design|
|
||||||
%details.styled
|
%details.styled.custom-control-design
|
||||||
%summary.custom-control-design
|
%summary
|
||||||
%h5.font-weight-bolder.pt-2 - #{design.name}
|
%h5.font-weight-bolder.pt-2 - #{design.name}
|
||||||
.pb-2 #{design.description}
|
.pb-2 #{design.description}
|
||||||
.col
|
.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
|
.embed-responsive.embed-responsive-1by1
|
||||||
%iframe.embed-responsive-item{allowfullscreen: "", src: "/placeholder.png"}
|
%iframe.embed-responsive-item{allowfullscreen: "", src: "/placeholder.png"}
|
||||||
.col
|
.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 = design.characteristics.split(".")
|
||||||
- characteris.each_with_index do |charact, index|
|
- characteris.each_with_index do |charact, index|
|
||||||
%h5.design #{index + 1}. #{charact}
|
%h5.design #{index + 1}. #{charact}
|
||||||
|
|
Loading…
Reference in a new issue