aboutsummaryrefslogtreecommitdiff
path: root/styles.css
blob: 73e6899ff892db4ed30692edc32ce138e292b59e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
body
{
}

*
{
    box-sizing: border-box;
}

.Asset
{
    display: inline-block;
    border: solid black 1px;
    width: 34px;
    height: 34px;
}

/* Prevent SVG elements from interferring with drag n drop. */
#Grid *
{
    pointer-events: none;
}