♻️ Move general layout-CSS to more relevant file

This commit is contained in:
Philipp Stracker 2025-01-22 17:17:13 +01:00
parent 53e7cf5b59
commit 765793b94b
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -21,3 +21,9 @@
gap: 12px;
}
}
.ppcp--horizontal {
flex-direction: row;
align-items: center;
justify-content: space-between;
}

View file

@ -160,12 +160,6 @@
}
}
.ppcp--horizontal {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.ppcp-r-settings-block__accordion {
> .ppcp-r-accordion {
width: 100%;