view Applications/StoneWebViewer/Resources/Styles/_exitButton.scss @ 1538:d1806b4e4839

moving OrthancStone/Samples/ as Applications/Samples/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 13:24:38 +0200
parents StoneWebViewer/Resources/Styles/_exitButton.scss@fb74ed5d8c22
children
line wrap: on
line source

.wvExitButton {
    margin-left: 1rem;
    margin-top: .25rem;
    font-size: 1.25em;
    color: white;
    opacity: .66;

    transition: .3s opacity ease;
    background-color: inherit;
    border: none;
    text-decoration: none;
    text-align: left;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;

    &:hover, &:focus {
        opacity: 1;
        outline: 0;
    }
}

.wvExitButton__text {
    // Align text with glyph-icon.
    position: relative;
    top: -1px;
}