mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
💄 Fix some minor CSS issues
This commit is contained in:
parent
11e6624dfc
commit
560f6ed30d
2 changed files with 19 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
.ppcp-r-settings-block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--block-item-gap, 16px) 0;
|
||||
gap: var(--block-item-gap, 16px);
|
||||
|
||||
&.ppcp-r-settings-block__input,
|
||||
&.ppcp-r-settings-block__select {
|
||||
|
@ -97,6 +97,15 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ppcp-r-settings-block__action {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.components-flex {
|
||||
row-gap: 0;
|
||||
}
|
||||
}
|
||||
|
||||
+ .ppcp-r-settings-block:not(.no-gap) {
|
||||
margin-top: var(--block-separator-gap, 32px);
|
||||
padding-top: var(--block-separator-gap, 32px);
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
||||
.ppcp-r-todo-item__inner {
|
||||
.ppcp-r-todo-item__description {
|
||||
color: $color-text-text;
|
||||
|
@ -117,7 +118,7 @@
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
margin-top:24px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -137,10 +138,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__show-all-data {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
&__status-label {
|
||||
@include font(11, 22, 600);
|
||||
color: $color-gray-900;
|
||||
|
@ -151,12 +148,16 @@
|
|||
&__status-value {
|
||||
@include font(13, 26, 400);
|
||||
color: $color-text-tertiary;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&__data {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__status-toggle--toggled {
|
||||
|
@ -168,9 +169,7 @@
|
|||
&__status-row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
* {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
strong {
|
||||
@include font(14, 24, 600);
|
||||
color: $color-gray-800;
|
||||
|
@ -181,11 +180,6 @@
|
|||
.ppcp-r-connection-status__status-toggle {
|
||||
line-height: 0;
|
||||
}
|
||||
&--first {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
|
@ -195,9 +189,11 @@
|
|||
}
|
||||
&__status-row {
|
||||
flex-wrap: wrap;
|
||||
|
||||
strong {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
span {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue