package fic
This commit is contained in:
@@ -47,10 +47,9 @@
|
||||
border-radius: $border-radius-large;
|
||||
|
||||
.search-container {
|
||||
border: none !important;
|
||||
box-shadow: $box-shadow-medium;
|
||||
border-radius: $border-radius-large;
|
||||
|
||||
outline: 1px solid var(--border-color);
|
||||
border: none;
|
||||
input {
|
||||
border: none !important;
|
||||
outline: none;
|
||||
@@ -60,6 +59,12 @@
|
||||
|
||||
.regularDropdown-container {
|
||||
max-width: 159px;
|
||||
height: 100%;
|
||||
border-radius: #{$border-radius-large};
|
||||
border: 1px solid var(--border-color);
|
||||
.dropdown-header {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
@@ -128,7 +133,7 @@
|
||||
justify-content: center;
|
||||
border-radius: #{$border-radius-medium};
|
||||
overflow: hidden;
|
||||
img{
|
||||
img {
|
||||
height: inherit;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
@@ -143,7 +148,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
.assets-name{
|
||||
.assets-name {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user