mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
32 lines
400 B
SCSS
32 lines
400 B
SCSS
|
|
.postStatusList {
|
||
|
|
@extend
|
||
|
|
.p-0,
|
||
|
|
.m-0;
|
||
|
|
|
||
|
|
list-style: none;
|
||
|
|
|
||
|
|
.postStatusEditable {
|
||
|
|
@extend
|
||
|
|
.d-flex,
|
||
|
|
.justify-content-between,
|
||
|
|
.p-3;
|
||
|
|
|
||
|
|
a {
|
||
|
|
cursor: pointer;
|
||
|
|
|
||
|
|
&:hover { text-decoration: underline; }
|
||
|
|
}
|
||
|
|
|
||
|
|
.postStatusFormCancelButton {
|
||
|
|
align-self: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.postStatusForm {
|
||
|
|
@extend
|
||
|
|
.d-flex,
|
||
|
|
.m-2;
|
||
|
|
|
||
|
|
column-gap: 16px;
|
||
|
|
}
|