Added Movemenmt and action tab
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
.flexbox {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@@ -15,28 +16,33 @@
|
||||
}
|
||||
|
||||
.flexcolumn-1 {
|
||||
flex-basis: 100%;
|
||||
flex-basis: 99%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-2 {
|
||||
flex-basis: 50%;
|
||||
flex-basis: 49%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-3 {
|
||||
flex-basis: 33%;
|
||||
flex-basis: 32%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-4 {
|
||||
flex-basis: 25%;
|
||||
flex-basis: 24%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-5 {
|
||||
flex-basis: 20%;
|
||||
flex-basis: 19%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexpart {
|
||||
@@ -80,6 +86,11 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.fixed-value {
|
||||
width: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.profile-img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user