mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Install jsbundling-rails, uninstall rails/webpacker * Remove outdated step from run-tests workflow * Use cssbundling-rails for CSS
29 lines
372 B
SCSS
29 lines
372 B
SCSS
.postStatusesList {
|
|
@extend
|
|
.p-0,
|
|
.m-0;
|
|
|
|
list-style: none;
|
|
|
|
.postStatusEditable {
|
|
@extend
|
|
.d-flex,
|
|
.justify-content-between,
|
|
.p-3;
|
|
|
|
.postStatusEditableActions { @extend .d-flex; }
|
|
}
|
|
}
|
|
|
|
.postStatusForm {
|
|
@extend
|
|
.d-flex,
|
|
.flex-grow-1,
|
|
.m-2;
|
|
|
|
column-gap: 8px;
|
|
|
|
.postStatusColorInput {
|
|
flex: 0 1 100px;
|
|
}
|
|
} |