mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-09 17:02:47 +02:00
style forms, and associate products with user
This commit is contained in:
parent
e5708e9e5f
commit
e7d6b66f70
11 changed files with 90 additions and 21 deletions
43
assets/styles/pages/_forms.scss
Normal file
43
assets/styles/pages/_forms.scss
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
form {
|
||||
label{
|
||||
min-width: 300px;
|
||||
padding-right: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
textarea,
|
||||
select {
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 0.5rem;
|
||||
border: solid 1px #ccc;
|
||||
background: #fff;
|
||||
margin-bottom: 0.5rem;
|
||||
width: 100%;
|
||||
min-width: 50vw;
|
||||
}
|
||||
input {
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 0.5rem;
|
||||
border: solid 1px #ccc;
|
||||
margin-bottom: 0.5rem;
|
||||
width: 100%;
|
||||
min-width: 30vw;
|
||||
|
||||
[type="text"] {
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
[type="textarea"] {
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
button.btn, a {
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 0.5rem;
|
||||
border: solid 1px #ccc;
|
||||
background: blue;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue