Mercurial > piecrust2
view foodtruck/assets/sass/foodtruck/_editing.scss @ 616:ccd328d0881f
cm: Merge the 2 foodtruck folders, cleanup.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 04 Feb 2016 23:22:50 -0800 |
parents | foodtruckui/assets/sass/foodtruck/_editing.scss@d4a01a023998 |
children |
line wrap: on
line source
// // Page editing // -------------------------------------------------- .ft-write-form textarea { @include resizable(vertical); outline: none; overflow: auto; font-family: 'Courier', 'Courier New', sans-serif; padding: 1em; }