Remove lines

This commit is contained in:
carmenmaymo 2025-01-28 13:31:37 +01:00
parent 3413516799
commit ede2cb51b3
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
2 changed files with 0 additions and 6 deletions

View file

@ -64,9 +64,6 @@
align-items: center;
width: 100%;
padding-bottom: 10px;
box-shadow: 0 -1px 0 0 $color-gray-300 inset;
background: var(--ppcp-color-app-bg);
transition: box-shadow 0.3s;
}

View file

@ -7,13 +7,10 @@
width: 100%;
.components-tab-panel__tabs {
margin-bottom: 48px;
gap: 0;
overflow: auto;
.components-button {
padding: 16px 20px;
box-shadow: 0 -1px 0 0 $color-gray-400 inset;
&.is-active {
background-color: #fff4;
}