aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.scss
blob: f5871db2267afca4317baf858987020145ad2f2d (plain)
1
2
3
4
5
6
7
8
9
@import '../global/globalCssVariables.scss';

.equationBox-cont {
    transform-origin: center;
    background-color: #e7e7e7;
    > span {
        width: 100%;
    }
}