changed marketplace assets
This commit is contained in:
@@ -253,6 +253,10 @@
|
||||
|
||||
.user-profile-container {
|
||||
display: flex;
|
||||
.user-profile {
|
||||
background: var(--accent-color);
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.user-organization {
|
||||
height: 26px;
|
||||
@@ -314,6 +318,23 @@
|
||||
|
||||
.sidebar-right-content-container {
|
||||
.dataSideBar {
|
||||
.inputs-wrapper {
|
||||
.datas {
|
||||
.input-value {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.input-value,
|
||||
.rename-input {
|
||||
margin-right: 24px;
|
||||
width: 170px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@@ -665,6 +686,10 @@
|
||||
font-weight: var(--font-weight-regular);
|
||||
padding: 8px 0;
|
||||
}
|
||||
.input-toggle-container {
|
||||
padding: 0;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.value-field-container {
|
||||
margin-bottom: 6px;
|
||||
@@ -1027,6 +1052,7 @@
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
font-size: var(--font-size-regular);
|
||||
color: var(--background-color);
|
||||
}
|
||||
|
||||
.asset-image {
|
||||
@@ -1077,6 +1103,7 @@
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
font-size: var(--font-size-regular);
|
||||
color: var(--background-color);
|
||||
}
|
||||
|
||||
.asset-image {
|
||||
|
||||
Reference in New Issue
Block a user