Refactor UI components and styles for improved layout and consistency
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
left: calc(120px / 2);
|
||||
top: 100px;
|
||||
padding: 14px;
|
||||
padding-bottom: 60px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -39,6 +36,8 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-top: 2px;
|
||||
padding: 0 24px;
|
||||
|
||||
.search-wrapper {
|
||||
min-width: 60%;
|
||||
@@ -143,6 +142,7 @@
|
||||
.assets-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0;
|
||||
|
||||
.name-container {
|
||||
display: flex;
|
||||
@@ -177,6 +177,9 @@
|
||||
}
|
||||
|
||||
.vendor-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-weight: #{$bold-weight};
|
||||
font-size: $regular;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user