alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
feat: api keys cards styling
author
pdelfan
date
2 months ago
(Apr 29, 2026, 2:55 PM -0700)
commit
c5d3d3cd
c5d3d3cd8dd3ff1f38d7f6ca2f676be175f46d3d
parent
14455275
14455275775133ccb4026e808119bde8509669be
+4
-4
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
settings
containers
apiKeysContainer
ApiKeysContainer.module.css
+4
-4
src/webapp/features/settings/containers/apiKeysContainer/ApiKeysContainer.module.css
View file
Reviewed
···
1
1
.groupedCards {
2
2
+
display: flex;
3
3
+
flex-direction: column;
4
4
+
gap: 1px;
5
5
+
2
6
& > * {
3
7
border-radius: 0;
4
8
···
12
16
13
17
&:only-child {
14
18
border-radius: var(--mantine-radius-lg);
15
15
-
}
16
16
-
17
17
-
& + * {
18
18
-
border-top: 1px solid var(--mantine-color-default-border);
19
19
}
20
20
}
21
21
}