Last transactions
This commit is contained in:
parent
a03378ca1a
commit
ea74cc044f
2 changed files with 32 additions and 7 deletions
25
css/main.css
25
css/main.css
|
|
@ -94,7 +94,6 @@ body, html{
|
|||
overflow-y: auto;
|
||||
overflow-x: none;
|
||||
background-color: #2C3E50;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
@ -164,6 +163,30 @@ body, html{
|
|||
border-left: 1px dashed #ccc;
|
||||
}
|
||||
|
||||
.last-transactions {
|
||||
border: 1px solid #eee;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 1.25rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-header {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.last-transactions-footer {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.last-transactions-content {
|
||||
background-color: #FDFCFC;
|
||||
overflow: hidden;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.button-setup a {
|
||||
display: block;
|
||||
padding: 30px 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue