Project card (#15)

* initial impl

* merge from main

* No more crashy

* Almost there

* fix import

* fix more imports

* Code cleanup, Fixed components, Added Tooltip

* Added Env ind and Category pages

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Adrian O.V
2023-03-07 16:59:21 -05:00
committed by GitHub
parent ce38d4ff6b
commit 2264281e4d
16 changed files with 1621 additions and 9 deletions

View File

@@ -82,10 +82,12 @@ export default {
.avatar {
border-radius: var(--radius-md);
box-shadow: var(--shadow-inset-lg), var(--shadow-card);
height: var(--size);
width: var(--size);
height: var(--size) !important;
width: var(--size) !important;
background-color: var(--color-button-bg);
object-fit: contain;
object-fit: cover;
max-width: var(--size) !important;
max-height: var(--size) !important;
&.size-xs {
--size: 2.5rem;