Mercurial > piecrust2
comparison piecrust/admin/assets/sass/foodtruck/_editing.scss @ 778:5e91bc0e3b4d
internal: Move admin panel code into the piecrust package.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Jul 2016 15:02:24 +0200 |
parents | foodtruck/assets/sass/foodtruck/_editing.scss@ccd328d0881f |
children |
comparison
equal
deleted
inserted
replaced
777:8d633ca59bc5 | 778:5e91bc0e3b4d |
---|---|
1 // | |
2 // Page editing | |
3 // -------------------------------------------------- | |
4 | |
5 .ft-write-form textarea { | |
6 @include resizable(vertical); | |
7 | |
8 outline: none; | |
9 overflow: auto; | |
10 font-family: 'Courier', 'Courier New', sans-serif; | |
11 padding: 1em; | |
12 } | |
13 |