File: //home/arjun/projects/buyercall_new/buyercall/buyercall/assets/styles/_admin.scss
/* Coupons.
-------------------------------------------------- */
#duration-in-months {
display: none;
}
.rd-date {
table {
td {
padding: 5px;
}
}
}
/* Bulk delete.
-------------------------------------------------- */
#bulk_actions {
display: none;
padding-bottom: 8px;
}
#scope {
margin-bottom: 0;
width: 160px;
height: 29px;
font-weight: 400;
font-size: 12px;
}
.bulk-delete-margins {
margin: 5px 0px 0px 0px;
}
/* Table
-------------------------------------------------- */
.datatable-top-row {
> div {
padding-top: 5px;
padding-bottom: 5px;
}
}
.table-top-border-admin {
border-top-width: 1px !important;
}
.td-user-table {
padding: 0px 0px 0px 8px !important;
}
/* Table sorting.
-------------------------------------------------- */
.sort:after {
content: '\f0dc';
font-family: FontAwesome;
margin-left: 6px;
color: #BBB;
}
.asc:after {
content: '\f0dd';
font-family: FontAwesome;
margin-left: 6px;
color: #444;
}
.desc:after {
content: '\f0de';
font-family: FontAwesome;
margin-left: 6px;
color: #444;
}
/*Summary Totals for Reports.
--------------------------------------------------*/
.down-arrow-month {
display: inline-block;
position: relative;
background: #51b7dd;
padding: 15px 0;
width: 100%;
height:50%;
border-radius: 3px;
text-align: center;
h2 {
display: inline-block;
font-size: 18px;
line-height: 1.4;
color:#fff;
margin: 0;
padding: 0px 0px 0px;
font-weight: bold;
}
}
.down-arrow-month:after {
content: '';
display: block;
position: absolute;
left: 47%;
top: 100%;
width: 0;
height: 0;
border-top: 20px solid #51b7dd;
border-right: 10px solid transparent;
border-bottom: 0 solid transparent;
border-left: 10px solid transparent;
}
.down-arrow-total {
display: inline-block;
position: relative;
background: #9DDD7B;
padding: 15px 0;
width: 100%;
height:50%;
border-radius: 3px;
text-align: center;
h2 {
display: inline-block;
font-size: 18px;
line-height: 1.4;
color:#fff;
margin: 0;
padding: 0px 0px 0px;
font-weight: bold;
}
}
.down-arrow-total:after {
content: '';
display: block;
position: absolute;
left: 47%;
top: 100%;
width: 0;
height: 0;
border-top: 20px solid #9DDD7B;
border-right: 10px solid transparent;
border-bottom: 0 solid transparent;
border-left: 10px solid transparent;
}
.down-arrow-week {
display: inline-block;
position: relative;
background: #3498DB;
padding: 15px 0;
width: 100%;
height:50%;
border-radius: 3px;
text-align: center;
h2 {
display: inline-block;
font-size: 18px;
line-height: 1.4;
color:#fff;
margin: 0;
padding: 0px 0px 0px;
font-weight: bold;
}
}
.down-arrow-week:after {
content: '';
display: block;
position: absolute;
left: 47%;
top: 100%;
width: 0;
height: 0;
border-top: 20px solid #3498DB;
border-right: 10px solid transparent;
border-bottom: 0 solid transparent;
border-left: 10px solid transparent;
}
.down-arrow-missed {
display: inline-block;
position: relative;
background: #DD817B;
padding: 15px 0;
width: 100%;
height:50%;
border-radius: 3px;
text-align: center;
h2 {
display: inline-block;
font-size: 18px;
line-height: 1.4;
color:#fff;
margin: 0;
padding: 0px 0px 0px;
font-weight: bold;
}
}
.down-arrow-missed:after {
content: '';
display: block;
position: absolute;
left: 47%;
top: 100%;
width: 0;
height: 0;
border-top: 20px solid #DD817B;
border-right: 10px solid transparent;
border-bottom: 0 solid transparent;
border-left: 10px solid transparent;
}
.summary {
color:#444;
h3 {
font-size:40px;
line-height: 0.5;
}
}