Merge branch 'issue-344-css-refactor' into 'develop'
#344 - replace float: with flexbox, clean up See merge request pleroma/pleroma-fe!566
This commit is contained in:
commit
53484ae4bf
4 changed files with 20 additions and 9 deletions
|
@ -181,8 +181,7 @@ input, textarea, .select {
|
|||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
}
|
||||
&:disabled,
|
||||
{
|
||||
&:disabled {
|
||||
&,
|
||||
& + label,
|
||||
& + label::before {
|
||||
|
@ -649,10 +648,6 @@ nav {
|
|||
color: var(--lightText, $fallback--lightText);
|
||||
}
|
||||
|
||||
.text-format {
|
||||
float: right;
|
||||
}
|
||||
|
||||
div {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue