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
+6
View File
@@ -0,0 +1,6 @@
.account-contant{
.bg-img{
width: 100px;
height: 100px;
}
}
+43
View File
@@ -0,0 +1,43 @@
.clients-contant{
.form-check input[type=checkbox]{
content: '';
position: absolute;
left: auto;
top: 0;
width: 1.25em; height: 1.25em;
border: 2px solid #ccc;
background: $white;
border-radius: 4px;
}
.clients-contant-table{
.dot{
background-color: #26de81;
border-radius: 10px;
margin-right: 6px;
width: 10px;
height: 10px;
display: inline-block;
}
tr{
border-bottom: 1px solid #dee2e6;
td, th{
vertical-align: middle;
align-items: center;
border-top: 0px solid #dee2e6;
border-bottom: 0px solid #dee2e6 !important;
}
th{
border-bottom: 1px solid #dee2e6 !important;
&:last-child{
border-bottom:0px solid;
}
}
}
.btn.btn-icon{
width: 30px;
height: 30px;
line-height: 30px;
}
}
}
+20
View File
@@ -0,0 +1,20 @@
.comingsoon {
.form-control.bg-white-inverse {
color:$white;
border:0;
background:rgba(255,255,255,0.25);
color:$white;
}
::-webkit-input-placeholder {
color: $white;
}
::-moz-placeholder {
color: $white;
}
:-ms-input-placeholder {
color: $white;
}
:-moz-placeholder {
color: $white;
}
}
+40
View File
@@ -0,0 +1,40 @@
.contact-contant {
.form-check input[type=checkbox]{
content: '';
position: absolute;
left: 0;
top: 0;
width: 1.25em;
height: 1.25em;
border: 2px solid #ccc;
background: $white;
border-radius: 4px;
margin-top: 4px;
}
.img-icon{
width: 35px;
height: 35px;
line-height: 35px;
margin-right: 1rem;
}
ul{
align-items: center;
padding:0.4rem 0;
li{
i{
font-size:16px;
color: $primary;
}
}
&.nav{
&:first-child{
margin-top: 1rem;
}
&:last-child{
padding-bottom: 0;
}
}
}
}
+33
View File
@@ -0,0 +1,33 @@
.employees-contant{
.employees-contant-inner{
span{
margin-left:8px;
font-size:13px;
&:first-child{
margin-left:0;
}
@include mobile-portrait-sm {
margin-bottom: 8px;
&:last-child {
margin-bottom: 0;
}
}
@include mobile-portrait-xs {
margin-bottom: 8px;
&:last-child {
margin-bottom: 0;
}
}
}
}
h4{
.badge{
background-color: #f7f7f7;
color: #8E54E9;
}
}
.bg-img{
width: 70px;
height: 70px;
}
}
+39
View File
@@ -0,0 +1,39 @@
.error-contant{
.error-innr{
height: 100vh;
width:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
.container {
@include mobile-portrait-sm {
max-width: 100%;
}
@include mobile-portrait-xs {
max-width: 100%;
}
}
}
.row {
height:100vh;
}
}
.st0{fill:$primary; }
.st1{fill:$body;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#A37DFF;}
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#CCBBFF;}
.st4{fill-rule:evenodd;clip-rule:evenodd;fill:$body;}
.st5{fill-rule:evenodd;clip-rule:evenodd;fill:#90C9EA;}
.st6{fill-rule:evenodd;clip-rule:evenodd;fill:#ABC3FF;}
.st7{fill-rule:evenodd;clip-rule:evenodd;fill:#79A1F2;}
.st8{fill-rule:evenodd;clip-rule:evenodd;fill:#618DE5;}
.st9{fill-rule:evenodd;clip-rule:evenodd;fill:#7B91FF;}
.st10{fill-rule:evenodd;clip-rule:evenodd;fill:#80C3FF;}
.st11{fill-rule:evenodd;clip-rule:evenodd;fill:#494089;}
+45
View File
@@ -0,0 +1,45 @@
.faq-contant{
.accordion{
.card {
-webkit-box-shadow: 0px 0px 5px #ccc;
-moz-box-shadow: 0px 0px 5px #ccc;
box-shadow: 0px 0px 5px #ccc;
margin-bottom:16px;
&:last-child{
margin-bottom:3rem;
}
}
}
.nav{
.nav-link{
&.active{
h5, p{
color:$white;
line-height: 1.4rem;
}
}
p{
line-height: 1.4rem;
}
}
}
.tab-content{
.card-header{
.btn{
font-size: 16px;
font-weight: bold;
color: $primary;
&:focus{
box-shadow: none;
}
}
}
}
}
+120
View File
@@ -0,0 +1,120 @@
.portfolio-item{
overflow: hidden;
color: #fff;
width: 100%;
border: 0;
position: relative;
&:before{
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background-size: 115%;
-webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
-moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
}
img {
width: 100%;
-webkit-transition: transform 0.35s;
-o-transition: transform 0.35s;
-ms-transition: transform 0.35s;
-moz-transition: transform 0.35s;
transition: transform 0.35s;
-webkit-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.portfolio-overlay{
width: 100%;
background: #8E54E9 !important;
padding: 10px 0px;
position: absolute;
bottom: -80px;
display: block;
margin-top: 0;
float: left;
z-index: 9;
text-align: center;
left: 0;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
h4 {
font-weight: 600;
margin-bottom: 5px;
}
a{
&:hover {
color: $white;
}
}
span{
font-weight: 400;
font-size: $font-base;
a{
color: $white;
&:hover{
color: #323232;
}
}
}
}
a{
&.popup{
position: absolute;
right: 20px;
top: -20px;
color: #fff;
z-index: 9;
display: inline-block;
width: 40px;
height: 40px;
background: #fff;
color: #626262;
border-radius: 50%;
margin-right: 10px;
padding-left: 0px;
text-align: center;
line-height: 40px;
opacity: 0;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
&:hover {
background: $primary;
color: $white;
}
}
}
&:hover{
img {
-webkit-transform: scale(1.20);
-moz-transform: scale(1.20);
-ms-transform: scale(1.20);
-o-transform: scale(1.20);
transform: scale(1.20);
}
a.popup {
opacity: 1;
top: 20px;
}
.portfolio-overlay{
bottom:0;
}
}
}
+36
View File
@@ -0,0 +1,36 @@
.help-center{
h4{
margin-top:10px;
text-transform: capitalize;
}
p{
line-height: 1rem;
i{
font-size: 10px;
}
}
.help-center-icon{
width: 60px;
height: 60px;
border-radius: 100px;
margin: 0 auto;
img{
width:70%;
margin-top:10px;
}
}
.form-group{
select, input{
border-radius: 0;
height: 50px !important;
}
.btn.btn-square{
border-radius: 0;
padding: 14px 0;
border:none;
}
}
}
+43
View File
@@ -0,0 +1,43 @@
.pricing-content{
h5{
color: $darker-gray;
font-size: $font-md;
text-transform: uppercase;
}
h2{
font-size: 42px;
}
ul{
padding-left: 0px;
list-style: none;
li{
line-height: 30px;
text-transform: capitalize;
letter-spacing: 0.5px;
}
}
a{
text-transform: capitalize;
}
}
.pricing-highlight{
@include linear-gradient($primary, $primary2);
.pricing-content{
h5{
color:$white;
}
h2{
color:$white !important;
}
p{
color:$white !important;
}
ul{
li{
color:$white !important;
}
}
}
}
+49
View File
@@ -0,0 +1,49 @@
.task-table{
.dot{
background-color: $primary;
border-radius: 10px;
margin-right: 6px;
width: 10px;
height: 10px;
display: inline-block;
}
tr{
border-bottom: 1px solid #dee2e6;
&:last-child{
border-bottom: 0px solid #dee2e6;
}
}
.task-table-td{
.chat {
position: relative;
i{
font-size:18px;
}
.badge{
position: absolute;
top: -10px;
left: 20px;
}
}
}
td, th{
vertical-align: middle;
border-top: 0px solid #dee2e6;
}
}
.task-list-contant{
.table{
td, th, .card-header{
padding: 0.75rem 2rem;
}
td{
&:first-child{
padding-right: 0;
}
}
}
}