You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.4 KiB
67 lines
1.4 KiB
7 months ago
|
// ================================================================================================
|
||
|
// File Name: ecommerce.scss
|
||
|
// Description: SCC file for ecommerce.
|
||
|
// ----------------------------------------------------------------------------------------------
|
||
|
// Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
|
||
|
// Author: PIXINVENT
|
||
|
// Author URL: http://www.themeforest.net/user/pixinvent
|
||
|
// ================================================================================================
|
||
|
|
||
|
@import '../bootstrap-extended/include'; // Bootstrap includes
|
||
|
@import '../components/include'; // Components includes
|
||
|
|
||
|
// Statistics Card
|
||
|
.card-statistics {
|
||
|
.statistics-body {
|
||
|
padding: 2rem 2.4rem !important;
|
||
|
}
|
||
|
|
||
|
@include media-breakpoint-down(lg) {
|
||
|
.card-header,
|
||
|
.statistics-body {
|
||
|
padding: 1.5rem !important;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// Company Table Card
|
||
|
.card-company-table {
|
||
|
thead th {
|
||
|
border: 0;
|
||
|
}
|
||
|
td {
|
||
|
padding-top: 0.75rem;
|
||
|
padding-bottom: 0.75rem;
|
||
|
|
||
|
.avatar {
|
||
|
background-color: $body-bg;
|
||
|
margin-right: 2rem;
|
||
|
|
||
|
img {
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// Browser State Card
|
||
|
.card-browser-states {
|
||
|
.browser-states {
|
||
|
&:first-child {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
&:not(:first-child) {
|
||
|
margin-top: 1.7rem;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// Transaction Card
|
||
|
.card-transaction {
|
||
|
.transaction-item {
|
||
|
&:not(:last-child) {
|
||
|
margin-bottom: 1.5rem;
|
||
|
}
|
||
|
}
|
||
|
}
|