Skip to content

Commit ee10243

Browse files
authored
Update certStyles.css
1 parent edd468b commit ee10243

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

web/certStyles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@
104104
border: 1px solid rgba(16,185,129,0.12);
105105
}
106106

107+
/* small footer row inside card */
108+
.card-footer {
109+
display:flex;
110+
justify-content:space-between;
111+
align-items:center;
112+
gap:10px;
113+
margin-top:6px;
114+
}
115+
.card-footer .small {
116+
font-size:12px;
117+
color:var(--muted);
118+
}
107119
/* -------------------------
108120
Updates dropdown (DROP-UP)
109121
------------------------- */

0 commit comments

Comments
 (0)