view Applications/StoneWebViewer/Resources/Styles/styles.scss @ 1838:80e029f8ec91

fix wrong display of RTStruct when an RTStruct point has exactly the same X or Y coordinates as the origin
author Alain Mazy <alain@mazy.be>
date Thu, 17 Jun 2021 17:00:06 +0200
parents d1806b4e4839
children
line wrap: on
line source

// bower:scss
// endbower

@import "webviewer.main.scss";
@import "webviewer.components.scss";


@media print {
    @import "print";
}

.closePrintButton{
    display:none;
}

body.print{
    @import "print";

    @media screen {
        .closePrintButton{
            display:block;
            position: fixed;
            top: 0;
            right: 0;
            padding: 10px;
            font-size: 24px;
            background-color: black;
            color: white;
            border: none;
        }
    }
}