299 lines
5.9 KiB
Plaintext
299 lines
5.9 KiB
Plaintext
#serverDataContainer {
|
|
margin: 4px 0 0 0;
|
|
}
|
|
|
|
.content {
|
|
position: relative;
|
|
height: auto;
|
|
overflow: hidden;
|
|
padding: 8px 0 8px 0;
|
|
}
|
|
|
|
.background {
|
|
position: absolute;
|
|
height: 400px;
|
|
width: 400px;
|
|
top: -10px;
|
|
right: -150px;
|
|
background-image: url('./Images/logo_transparent_400_alpha25.png?fileID=21300000&guid=b7012da4ebf9008458abc3ef9a741f3c&type=3#logo_transparent_400_alpha25');
|
|
-unity-background-scale-mode: scale-and-crop;
|
|
}
|
|
|
|
.text__title {
|
|
font-size: 20px;
|
|
color: rgb(36, 194, 237);
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
-unity-text-align: middle-center;
|
|
/* MIRROR CHANGE: disable hardcoded font path
|
|
-unity-font: url('./Fonts/Src/BaronNeue.otf?fileID=12800000&guid=fb67205c672fbb04d829783b9f771fc9&type=3#BaronNeue');
|
|
*/
|
|
}
|
|
|
|
.text--muted {
|
|
color: rgb(192, 192, 192);
|
|
}
|
|
|
|
.text--success {
|
|
color: rgb(144, 190, 109);
|
|
}
|
|
|
|
.text--link {
|
|
color: rgb(26, 142, 173);
|
|
}
|
|
|
|
.text--link:hover {
|
|
color: rgb(23, 190, 235);
|
|
}
|
|
|
|
.container {
|
|
padding: 4px 4px;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
width: auto;
|
|
}
|
|
|
|
.flex--wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.flex--right {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.flex--between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#unity-text-input {
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
color: rgb(255, 255, 255);
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
height: 27px;
|
|
background-color: rgb(26, 26, 26);
|
|
}
|
|
|
|
.button-edgegap {
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgba(0, 0, 0, 0.35);
|
|
border-right-color: rgba(0, 0, 0, 0.35);
|
|
border-top-color: rgba(0, 0, 0, 0.35);
|
|
border-bottom-color: rgba(0, 0, 0, 0.35);
|
|
height: 27px;
|
|
-unity-font-style: bold;
|
|
min-width: 170px;
|
|
max-width: 200px;
|
|
}
|
|
|
|
.button-blue {
|
|
background-color: rgb(36, 76, 87);
|
|
}
|
|
|
|
.button-blue:hover {
|
|
background-color: rgb(56, 96, 107);
|
|
}
|
|
|
|
.button-red {
|
|
background-color: rgb(135, 36, 23);
|
|
}
|
|
|
|
.button-red:hover {
|
|
background-color: rgb(156, 58, 45);
|
|
}
|
|
|
|
.button-purple-hover:hover {
|
|
background-color: rgb(44, 30, 210);
|
|
}
|
|
|
|
.container-row-parent {
|
|
background-color: rgb(49, 49, 49);
|
|
border-top-color: rgb(0, 0, 0);
|
|
border-bottom-color: rgb(0, 0, 0);
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.text-edgegap {
|
|
font-size: 11px;
|
|
color: rgb(222, 222, 222);
|
|
overflow: hidden;
|
|
/* MIRROR CHANGE: disable hardcoded font path
|
|
-unity-font-definition: url('./Fonts/Spartan-Regular%20SDF.asset?fileID=11400000&guid=8b0fb2c68be09174f8ea5057b27a545c&type=2#Spartan-Regular SDF');
|
|
*/
|
|
}
|
|
|
|
.text-btnTxt {
|
|
font-size: 12px;
|
|
color: rgb(255, 255, 255);
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
Toggle > #unity-checkmark {
|
|
}
|
|
|
|
.unity-foldout > #unity-checkmark {
|
|
}
|
|
|
|
.bg-purple {
|
|
background-color: rgb(44, 30, 210);
|
|
}
|
|
|
|
.bg-purple:hover {
|
|
background-color: rgb(64, 50, 230);
|
|
}
|
|
|
|
.unity-foldout {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.container-row {
|
|
background-color: rgb(37, 37, 37);
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 10px;
|
|
padding-right: 5px;
|
|
margin-bottom: 3px;
|
|
justify-content: flex-start;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.unity-text-field {
|
|
min-width: 400px;
|
|
padding: 5px;
|
|
white-space: normal;
|
|
-unity-text-align: middle-left;
|
|
opacity: 1;
|
|
align-items: center;
|
|
align-content: stretch;
|
|
flex-grow: 10;
|
|
flex-shrink: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#ApiTokenMaskedTxt {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.checkmark-edgegap {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.checkmark-edgegap #unity-checkmark {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.unity-text-field__input {
|
|
text-overflow: clip;
|
|
}
|
|
|
|
.unity-text-field__input > TextElement {
|
|
color: rgb(255, 255, 255);
|
|
/* MIRROR CHANGE: disable hardcoded font path
|
|
-unity-font-definition: url('./Fonts/UbuntuMono-R%20SDF.asset?fileID=11400000&guid=2635d61c9807d6c46bcb00a3d8645b37&type=2#UbuntuMono-R SDF');
|
|
*/
|
|
font-size: 12px;
|
|
white-space: nowrap;
|
|
text-overflow: clip;
|
|
}
|
|
|
|
.shakeStart {
|
|
left: 5px;
|
|
transition: left 50ms ease-in-out;
|
|
}
|
|
|
|
.shakeEnd {
|
|
left: -5px;
|
|
transition: left 50ms ease-in-out;
|
|
}
|
|
|
|
.customContainerChildTxt {
|
|
padding-left: 32px;
|
|
}
|
|
|
|
#DeploymentConnectionUrlReadOnlyTxt > #unity-text-input {
|
|
display: flex;
|
|
visibility: visible;
|
|
background-color: rgba(0, 0, 0, 0.13);
|
|
}
|
|
|
|
.button-purple-hover {
|
|
}
|
|
|
|
.label-right-padding Label {
|
|
min-width: 220px;
|
|
}
|
|
|
|
.btn-text-link-blue {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-top-width: 0px;
|
|
border-right-width: 0px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
color: rgb(26, 142, 173);
|
|
height: 27px;
|
|
-unity-font-style: bold;
|
|
min-width: 170px;
|
|
max-width: 500px;
|
|
}
|
|
|
|
.btn-text-link-blue:hover {
|
|
color: rgb(23, 190, 235);
|
|
}
|
|
|
|
.btn-text-link {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-top-width: 0px;
|
|
border-right-width: 0px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
color: rgb(200, 200, 200);
|
|
height: 27px;
|
|
-unity-font-style: bold;
|
|
min-width: 170px;
|
|
max-width: 500px;
|
|
left: -5px;
|
|
}
|
|
|
|
.btn-text-link:hover {
|
|
color: rgb(250, 250, 250);
|
|
}
|
|
|
|
.btn-show-dropdown {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
padding: 0;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
color: rgb(200, 200, 200);
|
|
border-top-width: 0px;
|
|
border-right-width: 0px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
}
|
|
|
|
.btn-show-dropdown:hover {
|
|
color: rgb(250, 250, 250);
|
|
}
|