UNPKG
@nomios/web-uikit
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Nomios' living web UIKit
github.com/ipfs-shipyard/nomios-web-uikit
ipfs-shipyard/nomios-web-uikit
@nomios/web-uikit
/
dist
/
components
/
type-group
/
TypeGroup.css
12 lines
(11 loc)
•
191 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.group
{
display
: flex }
.group
> * {
min-width
:
11rem
;
flex
:
0
1
18rem
}
.group
> *
:last-child
{
min-width
:
8rem
;
flex-basis
:
8rem
; }