Add style

This commit is contained in:
carmenmaymo 2025-01-28 12:15:49 +01:00
parent bce124aa8d
commit 3413516799
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
3 changed files with 39 additions and 25 deletions

View file

@ -18,7 +18,8 @@
display: flex;
justify-content: space-between;
align-items: center;
height: 40px;
flex-direction: column;
gap: 10px;
.components-button {
@include font(13, 20, 400);
@ -57,6 +58,17 @@
}
}
}
&--row {
display: flex;
justify-content: space-between;
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;
}
&--left {
align-items: center;

View file

@ -2,17 +2,18 @@
--wp-components-color-accent: #{$color-blueberry};
--wp-admin-border-width-focus: 3px;
max-width: var(--max-container-width);
transition: max-width 0.2s;
margin-top: 10px;
width: 100%;
.components-tab-panel__tabs {
box-shadow: 0 -1px 0 0 $color-gray-400 inset;
margin-bottom: 48px;
gap: 12px;
gap: 0;
overflow: auto;
.components-button {
padding: 16px 20px;
box-shadow: 0 -1px 0 0 $color-gray-400 inset;
&.is-active {
background-color: #fff4;
}