10 lines
169 B
SCSS
10 lines
169 B
SCSS
|
.demo8{
|
||
|
.u-table {
|
||
|
margin-bottom: 11px;
|
||
|
}
|
||
|
.u-pagination{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
}
|