add logo preview

This commit is contained in:
gingervitis
2021-02-14 16:52:31 -08:00
parent 667d006ab0
commit c5d4851296
6 changed files with 24 additions and 86 deletions

View File

@@ -23,7 +23,6 @@ td.ant-table-column-sort,
color: var(--default-text-color)
}
h1.ant-typography,
h2.ant-typography,
h3.ant-typography,

View File

@@ -38,6 +38,13 @@
}
.instance-details-container {
width: 100%;
.logo-preview {
display: inline-block;
margin: -1em 0 1em 11em;
height: 120px;
border: 1px solid var(--white-25);
}
}
.social-items-container {
background-color: var(--container-bg-color-alt);

View File

@@ -10,3 +10,11 @@
}
}
}
.upgrade-page {
h2,h3 {
color: var(--pink);
font-size: 1.25em;
}
}