tweak tabbed heading style
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-09-04 15:42:47 +05:00
parent 0a0ddcf0d4
commit 34d1beb1e2
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
height: 36px;
align-items: center;
border-top: 1px solid;
font-size: 14px;
}
.is-style-tabbed-heading::before {
@ -12,7 +13,7 @@
border-bottom: 1px solid;
border-right: 1px solid;
width: 80px;
margin-right: 8px;
margin-right: 12px;
height: 36px;
border-top: 2px solid var(--wp--preset--color--background);
}
@ -21,7 +22,7 @@
content: "";
border-bottom: 1px solid;
flex-grow: 1;
margin-left: 8px;
margin-left: 12px;
height: 36px;
border-left: 1px solid;
border-top: 2px solid var(--wp--preset--color--background);