Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add table component
  • Loading branch information
olton committed May 29, 2018
1 parent a808692 commit c0e76bc
Show file tree
Hide file tree
Showing 32 changed files with 1,298,961 additions and 705 deletions.
27 changes: 27 additions & 0 deletions build/css/metro-all.css
Expand Up @@ -18418,6 +18418,33 @@ aside::after {
padding: .3rem;
font-size: .9em;
}
.table-component {
display: block;
position: relative;
}
.table-bottom {
margin-left: 0;
margin-right: 0;
}
.table-info,
.table-pagination {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.table-progress {
width: 64px;
height: 64px;
position: absolute;
top: 200px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
z-index: 2;
}
.table-progress [class*=activity-] {
margin: 0 auto;
}
.step-list {
margin: 0 0 0 2rem;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-all.min.css

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions build/css/metro.css
Expand Up @@ -18418,6 +18418,33 @@ aside::after {
padding: .3rem;
font-size: .9em;
}
.table-component {
display: block;
position: relative;
}
.table-bottom {
margin-left: 0;
margin-right: 0;
}
.table-info,
.table-pagination {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.table-progress {
width: 64px;
height: 64px;
position: absolute;
top: 200px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
z-index: 2;
}
.table-progress [class*=activity-] {
margin: 0 auto;
}
.step-list {
margin: 0 0 0 2rem;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro.min.css

Large diffs are not rendered by default.

0 comments on commit c0e76bc

Please sign in to comment.