comparison foodtruckui/assets/sass/foodtruck/_base.scss @ 602:c6bc0ef03f82

admin: Better UI for publishing websites. * Support multiple publish targets. * Dedicated UI for publishing. * Some UI polish.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Jan 2016 18:02:25 -0800
parents d4a01a023998
children cbb170d9c894
comparison
equal deleted inserted replaced
601:effbc78b5528 602:c6bc0ef03f82
43 } 43 }
44 .ft-pagination-a { 44 .ft-pagination-a {
45 padding: 0 0.2em; 45 padding: 0 0.2em;
46 } 46 }
47 47
48 #ft-bakelog { 48 #ft-publog {
49 position: fixed; 49 position: fixed;
50 right: 0; 50 right: 0;
51 bottom: 0; 51 bottom: 0;
52 margin: 0.5em; 52 margin: 0.5em;
53 padding: 1em;
54 width: 50%; 53 width: 50%;
55 max-width: 30em; 54 max-width: 30em;
56 color: $ft-color-gray;
57 background: $ft-color-gray-lighter;
58 border: 1px solid $ft-color-gray-light;
59 border-radius: 0.5em;
60 display: none; 55 display: none;
61 } 56 }
57 #ft-publog>div {
58 padding: 1em 35px 1em 1em;
59 margin: 0.3em;
60 color: $ft-color-gray-light;
61 background: $ft-color-gray-darker;
62 border-radius: 0.5em;
63 box-shadow: 0 0 10px $ft-color-gray-dark;
64 }
62 65