style
Browse files
src/lib/components/Piclets/PicletCard.svelte
CHANGED
@@ -57,7 +57,7 @@
|
|
57 |
.piclet-card {
|
58 |
display: flex;
|
59 |
flex-direction: column;
|
60 |
-
background: var(--
|
61 |
border-radius: 12px;
|
62 |
border: 2px solid;
|
63 |
border-color: var(--type-color, #007bff);
|
@@ -96,6 +96,7 @@
|
|
96 |
border-radius: 8px;
|
97 |
font-size: 10px;
|
98 |
font-weight: bold;
|
|
|
99 |
}
|
100 |
|
101 |
.details-section {
|
@@ -106,6 +107,7 @@
|
|
106 |
justify-content: center;
|
107 |
background: rgba(255, 255, 255, 0.9);
|
108 |
border-radius: 0 0 10px 10px;
|
|
|
109 |
}
|
110 |
|
111 |
.nickname {
|
|
|
57 |
.piclet-card {
|
58 |
display: flex;
|
59 |
flex-direction: column;
|
60 |
+
background: var(--type-color, #007bff);
|
61 |
border-radius: 12px;
|
62 |
border: 2px solid;
|
63 |
border-color: var(--type-color, #007bff);
|
|
|
96 |
border-radius: 8px;
|
97 |
font-size: 10px;
|
98 |
font-weight: bold;
|
99 |
+
color: black;
|
100 |
}
|
101 |
|
102 |
.details-section {
|
|
|
107 |
justify-content: center;
|
108 |
background: rgba(255, 255, 255, 0.9);
|
109 |
border-radius: 0 0 10px 10px;
|
110 |
+
width: 100%;
|
111 |
}
|
112 |
|
113 |
.nickname {
|