Added scss

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 10:41:45 -05:00
parent a0cf6db4b8
commit f023f1d77c
170 changed files with 32386 additions and 2 deletions
+42
View File
@@ -0,0 +1,42 @@
.widget-chart-contant {
.img-icon{
width: 60px;
height: 60px;
line-height: 60px;
i{
font-size: 2rem;
}
}
}
.img-icon-box{
border-radius: 5px !important;
}
.img-icon-outline{
border-width: 3px;
border-style: solid;
}
.b-outline-primary,
.b-primary{
border-color: $primary;
}
.b-outline-info,
.b-info{
border-color: $info;
}
.b-outline-danger,
.b-danger{
border-color: $danger;
}
.b-outline-warning,
.b-warning{
border-color: $warning;
}
#cryptodemo6 {
&.chart-fit {
top:30px;
}
}
+165
View File
@@ -0,0 +1,165 @@
.widget-support-list{
.dot-online{
position: relative;
.dot-online-icon{
position: absolute;
width: 8px;
height: 8px;
border-radius: 15px;
right: 9px;
top: 5px;
}
}
.bg-img{
width: 50px;
height: 50px;
}
}
.widget-recent-list, .widget-user-list, .widget-income-list{
.bg-img{
width: 50px;
height: 50px;
}
}
.widget-branches-list {
.media {
img {
height: 26px;
}
}
.card-body{
max-height: 450px;
overflow: hidden;
border-bottom: 1px solid #dee2e6;
&:last-child{
border-bottom:none;
}
a{
padding:0 30px;
&:first-child{
padding-top:0;
}
i{
font-size:20px;
}
span{
margin-top: 6px;
}
}
ul{
li{
border-bottom:1px solid #dee2e6;
padding:16px 0;
&:last-child {
border-bottom:0px solid;
}
}
}
}
&.dating-widget-branches-list{
.card-body{
a{
padding: 0;
img{
height: 12px;
}
}
}
}
}
.widget-downloads-list, .widget-recent-list{
.card-body{
.btn.btn-icon{
width: 30px;
height: 30px;
padding: 0;
line-height: 30px;
}
}
}
.widget-downloads-list{
.media {
@include mobile-portrait-sm {
display: block;
h4 {
margin:10px 0px !important;
}
}
@include mobile-portrait-xs {
display: block;
h4 {
margin:10px 0px !important;
}
}
}
.widget-text{
padding:1rem 0;
img{
width:50px;
height:50px;
}
}
.img-icon{
width:50px;
height:50px;
border-radius: 80px;
background-color:#f7f7f7;
i{
font-size: 28px;
line-height: 50px;
}
}
}
.widget-text{
padding:1.25rem;
}
.widget-downloads-list, .widget-support-list, .widget-recent-list, .widget-income-list, .widget-user-list{
.widget-text{
border-bottom:1px solid #dee2e6;
&:last-child{
border-bottom:0px solid;
}
}
.card-body{
max-height: 450px;
overflow: hidden;
border-bottom: 1px solid #dee2e6;
&:last-child{
border-bottom:none;
}
}
}
.widget-recent-list{
.card-body{
.btn.btn-icon{
width: 25px;
height: 25px;
padding: 0;
line-height: 25px;
}
.nav{
.nav-link{
padding: 0;
}
.nav-item{
padding:8px 8px 0 0;
}
}
}
}
.widget-support-list, .widget-recent-list{
span {
font-size: 11px;
}
}
+109
View File
@@ -0,0 +1,109 @@
.widget-social-box1, .widget-social-box2, .widget-social-box3, .widget-social-box4, .widget-social-box5, .widget-social-box6, .widget-social-box7, .widget-social-box8, .widget-social-box9, .widget-social-box10, .widget-social-box11, .widget-social-box12, .widget-social-box13, .widget-social-box14, .widget-social-box15 {
overflow:hidden;
}
.widget-social{
.widget-social-box1{
ul{
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
}
}
.widget-social{
&-box1, &-box3, &-box4, &-box5, &-box9 {
ul{
li{
border-right: 1px solid #dee2e6;
&:last-child{
border-right: 0px solid #dee2e6;
padding-right: 0px;
}
}
}
}
&-box3, &-box7, &-box9, &-box11, &-box12, &-box15 {
.widget-social-contant{
@include linear-gradient($primary, $primary2);
h4, h5{
color: $white;
}
}
}
&-box7{
.widget-social-contant{
a, p {
color: $white;
}
p{
border-color: $white;
}
}
}
&-box12{
.widget-social-contant{
p {
color: $white;
}
}
}
&-box6, &-box7, &-box8 {
ul{
li{
padding:0 5px;
}
}
}
&-box10, &-box12 {
.nav {
padding: 0.5rem;
}
}
}
.widget-social-box2{
.card-body {
ul{
li{
a{
font-size:14px;
font-weight: 500;
}
}
}
}
}
.widget-social-box4{
ul{
border-top: 1px solid #dee2e6;
}
}
.widget-social-box9{
.bg-img{
margin-top:-30px;
margin-left:auto;
margin-right:auto;
}
}
.widget-social-box11{
ul{
li{
padding:10px 10px;
}
}
}
.widget-social-box15{
.img-icon{
width:40px;
height:40px;
border-radius: 50px;
line-height:40px;
text-align:center;
i{
font-size:18px;
}
}
}
}