SquareDash/Library/PackageCache/com.unity.services.mediation@1.0.5/Editor/Settings/Layout/AdUnitsStyle.uss
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

86 lines
1.2 KiB
Plaintext

.search-field-layout
{
flex-direction:row;
justify-content:flex-end;
}
.table-box
{
flex-direction: column;
border-color: black;
height: 100%;
border-width: 1px;
margin: 3px 14px 14px;
overflow: hidden;
}
.search-field
{
width: 50%;
margin-right: 14px;
}
.list-header
{
flex-direction: row;
height: 30px;
-unity-text-align: middle-left;
border-width: 1px;
border-color: black;
overflow: hidden;
}
.list-header-label-adunit
{
width: 35%;
flex-direction:row;
margin-left:10px;
-unity-font-style:bold;
}
.list-header-label
{
width: 15%;
flex-direction: row;
-unity-font-style: bold;
overflow: hidden;
}
ListView.list-view
{
flex-grow: 1;
}
.help-box
{
flex-direction: row;
align-self: center;
align-items: center;
padding: 1px;
margin: 2px;
}
.help-box-image
{
-unity-background-scale-mode: scale-to-fit;
width: 32px;
height: 32px;
margin: 2px;
}
.help-box-warning
{
background-image: resource("d_console.warnicon");
}
.help-box-error
{
background-image: resource("d_console.erroricon");
}
.loading-label
{
align-self: center;
margin: 5px;
}