view 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
line wrap: on
line source


#ft-publog {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 42%;
    min-width: 20em;
    margin: 0.5em;
    color: $ft-color-white;
    background: $ft-color-blue;
    border-radius: 0.5em;
    box-shadow: 0 0 10px darken($ft-color-blue, 50%);

    button {
        padding: 0.2em 0.4em;
    }
}

#ft-publog-container {
    margin: 1em;

    div {
        margin: 0.1em;
    }
}