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:
Shpuld Shpludson 2019-02-19 16:49:44 +00:00
commit 53484ae4bf
4 changed files with 20 additions and 9 deletions

View file

@ -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;
}