Merge remote-tracking branch 'origin/main' into rtViz
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
background-color: var(--background-color-secondary);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 100px 50px;
|
||||
padding-bottom: 32px;
|
||||
backdrop-filter: blur(6px);
|
||||
@@ -89,6 +90,7 @@
|
||||
color: var(--text-color);
|
||||
font-weight: $medium-weight;
|
||||
font-size: $xlarge;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.cards-wrapper-container {
|
||||
@@ -122,7 +124,15 @@
|
||||
.image-container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
max-height: 180px;
|
||||
justify-content: center;
|
||||
border-radius: #{$border-radius-medium};
|
||||
overflow: hidden;
|
||||
img{
|
||||
height: inherit;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.assets-container {
|
||||
@@ -133,6 +143,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
.assets-name{
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.asstes-container {
|
||||
font-weight: #{$bold-weight};
|
||||
@@ -200,7 +213,7 @@
|
||||
background-color: var(--background-color);
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
z-index: 100;
|
||||
overflow: hidden;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user