5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-14 20:18:18 +00:00

Merge branch 'issue-15068' into production.panel.sutty.nl

This commit is contained in:
f 2024-05-28 18:38:00 -03:00
commit fe1e0e6446
No known key found for this signature in database
3 changed files with 4 additions and 7 deletions

View file

@ -332,10 +332,6 @@ svg {
.designs {
.design {
margin-top: 1rem;
.custom-control-label {
font-weight: bold;
}
}
}

View file

@ -1,2 +1,3 @@
.col
%p= value
%p
%strong= value

View file

@ -64,7 +64,7 @@
disabled: design.disabled,
required: true, class: 'custom-control-input'
= f.label "design_id_#{design.id}", design.name,
class: 'custom-control-label'
class: 'custom-control-label font-weight-bold'
.flex-fill
= sanitize_markdown design.description,
tags: %w[p a strong em]
@ -93,7 +93,7 @@
= f.radio_button :licencia_id, licencia.id,
checked: licencia.id == site.licencia_id,
required: true, class: 'custom-control-input'
= f.label "licencia_id_#{licencia.id}", class: 'custom-control-label' do
= f.label "licencia_id_#{licencia.id}", class: 'custom-control-label font-weight-bold' do
= licencia.name
= sanitize_markdown licencia.description,
tags: %w[p a strong em ul ol li h1 h2 h3 h4 h5 h6]