tweak tabbed heading style
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0a0ddcf0d4
commit
34d1beb1e2
@ -5,6 +5,7 @@
|
|||||||
height: 36px;
|
height: 36px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-style-tabbed-heading::before {
|
.is-style-tabbed-heading::before {
|
||||||
@ -12,7 +13,7 @@
|
|||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
margin-right: 8px;
|
margin-right: 12px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-top: 2px solid var(--wp--preset--color--background);
|
border-top: 2px solid var(--wp--preset--color--background);
|
||||||
}
|
}
|
||||||
@ -21,7 +22,7 @@
|
|||||||
content: "";
|
content: "";
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-left: 8px;
|
margin-left: 12px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
border-top: 2px solid var(--wp--preset--color--background);
|
border-top: 2px solid var(--wp--preset--color--background);
|
||||||
|
Loading…
Reference in New Issue
Block a user