a111f78566
* First commit leaderboard working * Styling and added href * Changed timeline string * Changes in item * Cleanup * Fix * made changes to currency column * Code cleanup for codacy * Sorting bug fixed and formatting done * Changed type to isinstance
55 lines
876 B
CSS
55 lines
876 B
CSS
.list-filters {
|
|
overflow-y: hidden;
|
|
padding: 5px
|
|
}
|
|
|
|
.list-filter-item {
|
|
min-width: 150px;
|
|
float: left;
|
|
margin:5px;
|
|
}
|
|
|
|
.list-item_content{
|
|
flex: 1;
|
|
padding-right: 15px;
|
|
align-items: center;
|
|
}
|
|
|
|
.select-time, .select-doctype, .select-filter, .select-sort {
|
|
background: #f0f4f7;
|
|
}
|
|
|
|
.select-time:focus, .select-doctype:focus, .select-filter:focus, .select-sort:focus {
|
|
background: #f0f4f7;
|
|
}
|
|
|
|
.header-btn-base{
|
|
border:none;
|
|
outline:0;
|
|
vertical-align:middle;
|
|
overflow:hidden;
|
|
text-decoration:none;
|
|
color:inherit;
|
|
background-color:inherit;
|
|
cursor:pointer;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.header-btn-grey,.header-btn-grey:hover{
|
|
color:#000!important;
|
|
background-color:#bbb!important
|
|
}
|
|
|
|
.header-btn-round{
|
|
border-radius:4px
|
|
}
|
|
|
|
.item-title-bold{
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*
|
|
.header-btn-base:hover {
|
|
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
|
|
}*/
|