comparison foodtruckui/assets/sass/foodtruck/_publog.scss @ 615:cbb170d9c894

admin: Improve publish logs showing as alerts in the admin panel. * Don't show stuff that happened before the page was opened. * Skinning tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 04 Feb 2016 21:50:18 -0800
parents
children
comparison
equal deleted inserted replaced
614:a2d9ef307a08 615:cbb170d9c894
1
2 #ft-publog {
3 position: fixed;
4 right: 0;
5 bottom: 0;
6 width: 42%;
7 min-width: 20em;
8 margin: 0.5em;
9 color: $ft-color-white;
10 background: $ft-color-blue;
11 border-radius: 0.5em;
12 box-shadow: 0 0 10px darken($ft-color-blue, 50%);
13
14 button {
15 padding: 0.2em 0.4em;
16 }
17 }
18
19 #ft-publog-container {
20 margin: 1em;
21
22 div {
23 margin: 0.1em;
24 }
25 }
26