view foodtruckui/assets/sass/foodtruck/_editing.scss @ 587:d4a01a023998

admin: Add "FoodTruck" admin panel from the side experiment project.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Jan 2016 14:24:35 -0800
parents
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;
}