Added scss
This commit is contained in:
@@ -0,0 +1,138 @@
|
||||
.analytics-contant {
|
||||
.analytics-contant-text1{
|
||||
h4{
|
||||
font-size: 2.3rem;
|
||||
}
|
||||
.d-flex{
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
border-width: 10%;
|
||||
padding-bottom: 2rem;
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.img-icon{
|
||||
.font-38{
|
||||
line-height: 62px;
|
||||
}
|
||||
}
|
||||
.table{
|
||||
tr{
|
||||
td{
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
th{
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
.visitors-wrapper{
|
||||
.card-title{
|
||||
padding:1.25rem;
|
||||
}
|
||||
table{
|
||||
th, td{
|
||||
padding: 0.6rem 1.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
i{
|
||||
font-size: 2.143rem !important;
|
||||
line-height: 2.143rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.desktop, .tablet, .mobile{
|
||||
i{
|
||||
font-size: 2.142rem;
|
||||
line-height: 2.571rem;
|
||||
}
|
||||
}
|
||||
|
||||
.secondary-menu {
|
||||
a {
|
||||
margin-left: 1rem;
|
||||
@include tablet-landscape {
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
@include tablet-portrait {
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
@include mobile-landscape {
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
}
|
||||
a:first-child {
|
||||
@include tablet-landscape {
|
||||
margin-left: 0;
|
||||
}
|
||||
@include tablet-portrait {
|
||||
margin-left: 0;
|
||||
}
|
||||
@include mobile-landscape {
|
||||
margin-left: 0;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
margin-left: 0;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.btn.btn-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-size: 1.3rem;
|
||||
background: $white;
|
||||
color: $primary;
|
||||
box-shadow: 0px 0px 20px rgba(115, 105, 215, 0.2)
|
||||
}
|
||||
}
|
||||
.page-title {
|
||||
@include mobile-landscape {
|
||||
border-right: 0 !important;
|
||||
margin-right:0 !important;
|
||||
padding-right:0 !important;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
border-right: 0 !important;
|
||||
margin-right:0 !important;
|
||||
padding-right:0 !important;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
border-right: 0 !important;
|
||||
margin-right:0 !important;
|
||||
padding-right:0 !important;
|
||||
}
|
||||
}
|
||||
.breadcrumb-bar {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
#analytics10 {
|
||||
min-height: auto !important;
|
||||
height: 80px !important;
|
||||
|
||||
@include mobile-landscape {
|
||||
height: 160px !important;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
height: 160px !important;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
height: 160px !important;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
.car-dealer-contant{
|
||||
h2{
|
||||
font-size:52px;
|
||||
}
|
||||
}
|
||||
.car-dealer-contants{
|
||||
.car-dealer-contants-text {
|
||||
padding: 1.25rem;
|
||||
.p-10 {
|
||||
padding:0.9rem 1.25rem !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
.crm-contant{
|
||||
table{
|
||||
tr{
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
&:last-child{
|
||||
border-bottom: 0px solid #dee2e6;
|
||||
}
|
||||
}
|
||||
td, th{
|
||||
vertical-align: middle;
|
||||
border-top: 0px solid #dee2e6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
.crypto-currency {
|
||||
.crypto{
|
||||
font-size: 4rem;
|
||||
}
|
||||
.datatable-wrapper {
|
||||
.table{
|
||||
td, th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
td{
|
||||
&:first-child{
|
||||
i{
|
||||
font-size:2.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.crypto-chart-info {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.currency-price{
|
||||
.input-group-text {
|
||||
background-color: rgba($primary, 0.1);
|
||||
border-color: rgba($primary, 0.1);
|
||||
color: $primary; font-weight: bold;
|
||||
}
|
||||
.input-group-prepend {
|
||||
select.form-control{
|
||||
background-color: rgba($primary, 0.1);
|
||||
border-color: rgba($primary, 0.1);
|
||||
color: $primary;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
.crypto-table{
|
||||
tbody{
|
||||
> tr {
|
||||
> td {
|
||||
font-weight: bold;
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
.dating-contant{
|
||||
.bg-img{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
.table{
|
||||
td, th{
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
table {
|
||||
tr{
|
||||
td{
|
||||
&:nth-child(2){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
div{
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.img-icon{
|
||||
i.f-30 {
|
||||
line-height:63px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.datting-upload-image {
|
||||
padding: 0;
|
||||
.tab{
|
||||
.nav{
|
||||
padding: 10px 20px 30px;
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid $border-color;
|
||||
&.nav-tabs{
|
||||
li {
|
||||
a {
|
||||
padding: 4px 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.upload-image{
|
||||
padding: 30px 30px;
|
||||
border-right: 1px solid $border-color;
|
||||
& + .upload-image{
|
||||
border-right: 0px solid $border-color;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
padding: 20px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site-visitor {
|
||||
.col {
|
||||
@include mobile-portrait-sm {
|
||||
flex-basis: auto;
|
||||
border:0 !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
flex-basis: auto;
|
||||
border:0 !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
.ecommerce-contant{
|
||||
.ecommerce-contant-text{
|
||||
.d-flex.p-3{
|
||||
padding: 1.25rem !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.img-icon.img-icon-sm {
|
||||
width: 40px; height: 40px; line-height: 40px;
|
||||
i {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
.jobportal-contant{
|
||||
.bg-img{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
.table{
|
||||
td, th{
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
table{
|
||||
tr{
|
||||
td{
|
||||
&:nth-child(2) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
div{
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table.jobportal-table{
|
||||
td {
|
||||
padding: 1.5rem 0.75rem;
|
||||
}
|
||||
}
|
||||
.jobportaldemo5 {
|
||||
position: absolute;
|
||||
bottom: 0; right: 0;
|
||||
left: 0;
|
||||
}
|
||||
.chart-fit {
|
||||
margin-left: -1rem;
|
||||
margin-right: -1rem;
|
||||
&.jobportaldemo6 {
|
||||
margin-left: -4rem;
|
||||
margin-right: -4rem;
|
||||
}
|
||||
}
|
||||
.jobportaldemo2{
|
||||
.apexcharts-canvas {
|
||||
margin: inherit; margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.site-visitor {
|
||||
.col {
|
||||
@include mobile-portrait-sm {
|
||||
flex-basis: auto;
|
||||
border:0 !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
flex-basis: auto;
|
||||
border:0 !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
.realestate-contant{
|
||||
.realestate-contant-text{
|
||||
padding: 1.25rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
.stockmarket-contant{
|
||||
.bg-img{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.stockmarket-contant-text{
|
||||
padding: 1.25rem;
|
||||
}
|
||||
.table{
|
||||
td, th{
|
||||
vertical-align: middle;
|
||||
}
|
||||
tr{
|
||||
td{
|
||||
&:nth-child(2) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
div{
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.bg-info, .bg-primary {
|
||||
.col {
|
||||
@include mobile-landscape {
|
||||
flex-basis: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
flex-basis: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
flex-basis: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user