UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
devex
/
src
/
components
/
HomePage
/
Dashboard
/
ISInfo
/
ISInfo.css
14 lines
(11 loc)
•
203 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Card */
.isinfo-card
{
width
:
100%
;
margin
:
1rem
0
; }
.isinfo-detail
{
display
: flex;
justify-content
: space-between;
padding
:
10px
20px
;
border-bottom
:
1px
solid
var
(--color-border); }