mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Add product.css
This commit is contained in:
parent
d3f9240ba4
commit
df3f605754
1 changed files with 29 additions and 0 deletions
29
public/css/products.css
Normal file
29
public/css/products.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
.card {
|
||||
border-radius: 20px;
|
||||
background-color: #212226;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-product-card {
|
||||
width: 100%;
|
||||
background-color: darkred;
|
||||
border-color: darkred;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.btn-product-card:hover {
|
||||
background-color: red;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background-color: #212226;
|
||||
border-color: #212226;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.form-control:valid {
|
||||
background-color: #212226;
|
||||
border-color: #212226;
|
||||
color: white;
|
||||
}
|
Loading…
Reference in a new issue