update: Change cards design and write documentation
This commit is contained in:
parent
784672d335
commit
9bd80e41eb
19 changed files with 138 additions and 16 deletions
|
|
@ -35,10 +35,21 @@
|
|||
}
|
||||
|
||||
.widgetContent {
|
||||
border-radius: 2px;
|
||||
background-color: #ffffff;
|
||||
/*border-radius: 2px;
|
||||
border: none;
|
||||
padding: 14px;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);*/
|
||||
|
||||
padding-top: 15px;
|
||||
box-shadow: none;
|
||||
border: 1px solid #e6e6e6;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
|
||||
.dataTable, .card {
|
||||
margin-top: -15px;
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue