mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-12-08 20:38:56 +00:00
White table for cart.
This commit is contained in:
@@ -207,10 +207,25 @@ table.cart-inventory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
thead tr th {
|
thead tr th {
|
||||||
border-bottom: 2px solid rgba(255,255,255,.1);
|
border-bottom: 2px solid rgba(0,0,0,.1);
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
border-right: 2px solid rgba(255,255,255,.1);
|
border-right: 2px solid rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
thead th:first-of-type {
|
||||||
|
border-top-left-radius: 6px;
|
||||||
|
}
|
||||||
|
thead th:last-of-type {
|
||||||
|
border-top-right-radius: 6px;
|
||||||
|
}
|
||||||
|
tbody tr:last-of-type {
|
||||||
|
td:first-of-type {
|
||||||
|
border-bottom-left-radius: 6px;
|
||||||
|
}
|
||||||
|
td:last-of-type {
|
||||||
|
border-bottom-right-radius: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -276,28 +291,33 @@ table.cart-inventory--mobile {
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid rgba(255,255,255,.1);
|
border: 1px solid rgba(0,0,0,.1);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
||||||
|
// background-color: white;
|
||||||
|
color: var(--color-background);
|
||||||
|
|
||||||
@include mobile {
|
@include mobile {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr th, tr td {
|
tr th, tr td {
|
||||||
border-bottom: 2px solid rgba(255,255,255,.1);
|
border-bottom: 2px solid rgba(0,0,0,.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user