installed plugin Easy Digital Downloads
version 3.1.0.3
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
|
||||
.edd-tax-rate-table-add {
|
||||
th select,
|
||||
th input[type="text"],
|
||||
th input[type="number"] {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#tax_rate_region_global {
|
||||
margin-right: 4px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: $break-medium) {
|
||||
display: block;
|
||||
|
||||
th {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.screen-reader-text {
|
||||
display: block;
|
||||
width: unset;
|
||||
clip: unset;
|
||||
height: unset;
|
||||
clip-path: unset;
|
||||
margin: 0 0 12px;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user