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

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