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

fix: add some styles to desktop view #13587

This commit is contained in:
jazzari 2023-07-17 14:01:05 -03:00
parent 00bfa4f798
commit 968fbcdd86
2 changed files with 2 additions and 0 deletions

View file

@ -356,6 +356,7 @@ svg {
&:focus { &:focus {
background-color: #13FEFE; background-color: #13FEFE;
color: black
} }
} }

View file

@ -1,3 +1,4 @@
= form_for site, html: { class: form_class(site) } do |f| = form_for site, html: { class: form_class(site) } do |f|
- unless site.persisted? - unless site.persisted?
.form-group#design_id .form-group#design_id