File size: 406 Bytes
18a519f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
@import "Base.uss";

.organization-section {
    margin: 10px 0px;
}

.organization-right {
    width: auto;
    min-width: 70px;
    margin-left: 0px;
}

.organization-left{
    flex: auto;
    margin-top: 3px;
}

#openUnityDashboardButton {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
    color: white;
    background-color: black;
}

#joinSingleOrganizationButton{
    height: 19px;
}