/* codetube
 *  Copyright (C) 2011 payload payload@lavabit.com
 *  Copyright (C) 2011 dodo dodo.the.last@gmail.com
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Affero General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Affero General Public License for more details.
 *
 *  You should have received a copy of the GNU Affero General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>
 */


@keyframes spinning
    0%
        transform rotate(0deg)
    100%
        transform rotate(360deg)

.about
    text-align center
    display table
    width 100%
    height 100%
    vertical-align middle
    .button
        display table-cell
        text-align center

        div.image
            margin-bottom page-gap
        .text
            visibility    hidden
            background    color-med
            border-radius some-small
            color         color-dark
            margin-bottom page-gap
        &:hover
            .text
                visibility visible
                color      color-dark

    #logo
        margin page-gap auto
        margin-top page-gap*2

