You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
412 B
37 lines
412 B
Container
|
|
{
|
|
border-top-width:1px;
|
|
border-color:#000000;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
}
|
|
|
|
Container.First
|
|
{
|
|
border-top-width:0px;
|
|
}
|
|
|
|
Container.Selected > *
|
|
{
|
|
margin-left:-5px;
|
|
border-left-width:5px;
|
|
border-color:#3d6091;
|
|
}
|
|
|
|
List > .Footer
|
|
{
|
|
align-self:flex-end;
|
|
flex-direction:row;
|
|
}
|
|
|
|
List > .Footer > *
|
|
{
|
|
width:25px;
|
|
}
|
|
|
|
|
|
|
|
.unity-label
|
|
{
|
|
min-width:90px;
|
|
}
|