fixed post image uploading, cleaned up text editor styles (FINALLY), plugged in error page renderererer
parent
84542228a3
commit
532748f688
@ -0,0 +1,8 @@
|
|||||||
|
extends frame
|
||||||
|
block main-content
|
||||||
|
#error-index
|
||||||
|
br
|
||||||
|
label#message Ok, so this is... awkward
|
||||||
|
br
|
||||||
|
label#error= error
|
||||||
|
|
@ -0,0 +1,22 @@
|
|||||||
|
#error-index
|
||||||
|
width 100%
|
||||||
|
max-width 900px
|
||||||
|
margin 0 auto;
|
||||||
|
padding: 10px
|
||||||
|
height 100%
|
||||||
|
z-index 10
|
||||||
|
position relative
|
||||||
|
label#title
|
||||||
|
font-size 100px
|
||||||
|
color $highlight
|
||||||
|
font-weight: 500
|
||||||
|
|
||||||
|
label#message
|
||||||
|
font-size 50px
|
||||||
|
color $tertiary
|
||||||
|
font-weight: 500
|
||||||
|
|
||||||
|
label#error
|
||||||
|
font-size 25px
|
||||||
|
color $eventLame
|
||||||
|
font-weight: 500
|
Loading…
Reference in New Issue