UNPKG
@nitive/whitepaper-react
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
React components automatically generated by whitepaper-bem
@nitive/whitepaper-react
/
commonjs
/
_components
/
pt-table
/
__row
/
pt-table__row.post.css
12 lines
(11 loc)
•
223 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.pt-table__row
{
position
: relative;
display
: flex;
align-items
: baseline;
flex-wrap
: nowrap;
margin-top
:
var
(--space-xs);
transition
: background-color
0.5s
ease-out }
.pt-table__row
:first-child
{
margin-top
:
0
; }