Added forum post editing
This commit is contained in:
@ -32,5 +32,8 @@ a
|
||||
img
|
||||
backface-visibility hidden
|
||||
|
||||
.hidden
|
||||
display none !important
|
||||
|
||||
.spacer
|
||||
flex 1
|
@ -105,6 +105,12 @@
|
||||
.post-unlike
|
||||
color rgb(255, 32, 12) !important
|
||||
|
||||
.post-save
|
||||
//
|
||||
|
||||
.post-input
|
||||
min-height 200px
|
||||
|
||||
// Old
|
||||
|
||||
// #posts
|
||||
|
@ -1,6 +1,5 @@
|
||||
mixin input-focus
|
||||
:focus
|
||||
color black
|
||||
border 1px solid input-focus-border-color
|
||||
// TODO: Replace with alpha(main-color, 20%) function
|
||||
box-shadow 0 0 6px rgba(248, 165, 130, 0.2)
|
||||
|
Reference in New Issue
Block a user