All checks were successful
Create Archive / zip (push) Successful in 9s
28 lines
426 B
Plaintext
28 lines
426 B
Plaintext
.unity-box {
|
|
margin: 2px;
|
|
padding: 10px;
|
|
border-width: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
|
|
#package-box {
|
|
margin: 2px;
|
|
border-width: 0;
|
|
flex-direction:row;
|
|
padding: 6px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#package-row {
|
|
padding: 0;
|
|
margin: 0;
|
|
flex-direction: row;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
#manifest-header {
|
|
font-size: 20px;
|
|
margin-bottom: 10px;
|
|
} |