Skip to content

Commit edd468b

Browse files
authored
Update certStyles.css
1 parent 7eec42d commit edd468b

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

web/certStyles.css

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,33 @@
7777
}
7878

7979
.card-title {
80-
font-weight: bold;
80+
font-weight:600;
81+
font-size:15px;
82+
color:var(--text);
83+
line-height:1.2;
84+
}
85+
.card-meta {
86+
font-size:13px;
87+
color:var(--muted);
88+
}
89+
.badge {
90+
padding:6px 8px;
91+
border-radius:999px;
92+
font-size:12px;
93+
font-weight:600;
94+
display:inline-block;
95+
}
96+
.badge.revoked {
97+
background: rgba(239,68,68,0.08);
98+
color: var(--revoked);
99+
border: 1px solid rgba(239,68,68,0.12);
100+
}
101+
.badge.valid {
102+
background: rgba(16,185,129,0.08);
103+
color: var(--valid);
104+
border: 1px solid rgba(16,185,129,0.12);
81105
}
82106

83-
.badge
84-
85107
/* -------------------------
86108
Updates dropdown (DROP-UP)
87109
------------------------- */

0 commit comments

Comments
 (0)