Style tables on my account.
This commit is contained in:
parent
ca7a3eec62
commit
96241487d5
|
@ -644,6 +644,44 @@ $tt2-gray: #f7f7f7;
|
||||||
> p:first-of-type {
|
> p:first-of-type {
|
||||||
margin-block-start: 0px;
|
margin-block-start: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
border-collapse: collapse;
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
font-size: var(--wp--preset--font-size--small);
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
|
||||||
|
tr {
|
||||||
|
border-top: 1px solid var( --wp--preset--color--black );
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
a.button {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
border: none;
|
||||||
|
background: #ebe9eb;
|
||||||
|
color: var(--wp--preset--color--black);
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:visited {
|
||||||
|
color: var(--wp--preset--color--black);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.woocommerce-edit-address {
|
&.woocommerce-edit-address {
|
||||||
|
|
Loading…
Reference in New Issue