Style <mark> tag on order page
This commit is contained in:
parent
54a00b282a
commit
eeb2b8ba07
|
@ -538,13 +538,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Highlights for specific info, e.g. on the My Account > Orders > Order X: Order ___ was placed on ____
|
||||
mark {
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Description/Additional info/Reviews tabs.
|
||||
|
|
|
@ -546,11 +546,6 @@ $tt2-gray: #f7f7f7;
|
|||
padding: 0.7rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
mark {
|
||||
background: var(--wp--preset--color--secondary);
|
||||
color: initial;
|
||||
}
|
||||
}
|
||||
|
||||
// Description/Additional info/Reviews tabs.
|
||||
|
|
|
@ -477,6 +477,12 @@
|
|||
.woocommerce-MyAccount-content {
|
||||
float: right;
|
||||
width: 68%;
|
||||
|
||||
mark {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue