blob: a1df90f10660e9a9b79bea3ffa8f3af4f9e76ef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.error
{
background-image: resource("CollabError");
margin-top: 2px;
margin-left: 6px;
height: 12px;
width: 12px;
}
.buttons-area
{
flex-direction: row;
margin-bottom: 10px;
}
.folder-selector
{
flex-direction: row;
margin-top: 10px;
margin-left: 4px;
}
ModularShadersGeneratorElement
{
margin-left: 4px;
}
|