mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 21:26:22 +00:00
fix: add some styles to desktop view #13587
This commit is contained in:
parent
00bfa4f798
commit
968fbcdd86
2 changed files with 2 additions and 0 deletions
|
@ -356,6 +356,7 @@ svg {
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: #13FEFE;
|
background-color: #13FEFE;
|
||||||
|
color: black
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue