Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -0,0 +1,274 @@
/* =============
Calendar
============= */
.app-fullcalender {
button {
border-radius: 0rem;
color: $dark;
}
td{
border-color: $border;
}
}
.calendar {
float : #{$dlab-pos-left};
margin-bottom: 0;
}
.fc-view {
margin-top: 1.875rem;
}
.fc-toolbar {
margin-bottom: 0.3125rem;
margin-top : 0.9375rem;
& .fc-left {
@include media-breakpoint-down(xs) {
display: flex;
justify-content: space-between;
margin-bottom: 0.625rem;
float: none;
}
}
& .fc-right {
@include media-breakpoint-down(xs) {
display: flex;
justify-content: center;
float: none;
margin-bottom: 0.3125rem;
}
}
& .fc-center {
@include media-breakpoint-down(xs) {
display: flex;
justify-content: center;
* {
float: none;
}
}
}
}
.fc-toolbar h2 {
font-size : 1rem;
font-weight : 600;
line-height : 1.875rem;
text-transform: uppercase;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
z-index: 0;
box-shadow: none;
}
.fc-widget-header {
border: 0.0625rem solid $border;
border-bottom: 0 !important;
}
.fc th.fc-widget-header {
background : $border!important;
font-size : 0.875rem;
line-height : 1.25rem;
padding : 0.625rem 0;
text-transform: uppercase;
}
.fc-button {
border : 0.0625rem solid $border;
text-transform: capitalize;
&.active{
box-shadow: none!important;
}
}
.fc-text-arrow {
font-family: inherit;
font-size : 1rem;
}
.fc-event ,
.external-event{
border-radius: 0.125rem;
border : none;
cursor : move;
font-size : 0.8125rem;
margin : 0.3125rem 0.4375rem;
padding : 0.3125rem;
text-align : center;
}
.external-event {
cursor : move;
margin : 0.625rem 0;
padding: 0.125rem 0;
}
.fc-basic-view td.fc-week-number span {
padding-#{$dlab-pos-right}: 0.3125rem;
}
.fc-basic-view td.fc-day-number {
padding-#{$dlab-pos-right}: 0.3125rem;
}
#drop-remove {
margin-#{$dlab-pos-right}: 0.5rem;
top : 0.1875rem;
}
#add-category,
#event-modal {
.modal-dialog {
max-width: 37.5rem;
}
}
.fc-content {
color: $white;
}
.fc th.fc-widget-header {
background: transparent !important;
}
.fc-button {
background: $white;
}
.fc-state-hover {
background: $white!important;
}
.fc-state-highlight {
background: $l-bg!important;
@at-root [data-theme-version="dark"] & {
color: $white!important;
}
}
.fc-cell-overlay {
background: $white!important;
}
.fc-unthemed .fc-today {
background: $l-bg!important;
}
.fc-day-top{
color: $dark !important;
@at-root [data-theme-version="dark"] & {
color: $white!important;
}
}
.external-event {
color: $white;
@at-root [data-theme-version="dark"] & {
color: $white!important;
}
}
.fc-basic-view .fc-body .fc-row {
min-height: 1rem;
}
.fc-scroller.fc-day-grid-container {
height: 30.625rem !important;
}
.fc-row.fc-week.fc-widget-content.fc-rigid {
height: 5.0625rem !important;
}
.email_left_pane {
@include custommq($max: 90rem) {
display: none;
}
}
#external-events{
.external-event:before{
content: "";
display: block;
width: 0.875rem;
min-width:0.875rem;
height: 0.875rem;
border-radius: 50%;
margin-#{$dlab-pos-right}: .9rem;
position: relative;
top: 0.125rem;
}
[data-class="bg-primary"]{
@at-root [data-theme-version="dark"] & {
color: $white!important;
}
&::before{
background: var(--primary);
}
}
[data-class="bg-success"]{
&::before{
background: $success;
}
}
[data-class="bg-warning"]{
&::before{
background: $warning;
}
}
[data-class="bg-dark"]{
&::before{
background: $dark;
}
}
[data-class="bg-danger"]{
&::before{
background: $danger;
}
}
[data-class="bg-info"]{
&::before{
background: $info;
}
}
[data-class="bg-pink"]{
&::before{
background: $pink;
}
}
[data-class="bg-secondary"]{
&::before{
background: $secondary;
}
}
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
border-color: $border;
@at-root [data-theme-version="dark"] & {
border-color: $d-border;
}
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
@at-root [data-theme-version="dark"] & {
border-color: $d-border;
}
}

View File

@@ -0,0 +1,6 @@
@import "app-calender-date";
@import "app-calender-event";
@import "email";
@import "profile";
@import "chat";
@import "edit-profile";

View File

@@ -0,0 +1,208 @@
.event-chat-ryt{
.chat-area{
.chat-reciver,
.chat-sender {
margin-bottom: 1.875rem;
padding: 0;
img{
border-radius: 1.875rem;
}
}
.media {
position: relative;
&-body {
p {
margin: 0;
max-width: 100%;
display: inline-block;
position: relative;
@include media-breakpoint-up(sm) {
// max-width: 60%;
}
span {
padding: 1rem;
display: inline-block;
top: 103%;
position: relative;
border: 0.0625rem solid $border;
}
}
}
}
}
.chat-reciver{
padding: .5rem 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
.media {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
.media-body {
margin-#{$dlab-pos-right}: 2rem;
text-align: #{$dlab-pos-right};
p {
background: $white;
margin-bottom: 0;
border-radius: 0.3125rem 0.3125rem 0 0.3125rem;
span {
text-align: #{$dlab-pos-left};
border: 0.0625rem solid $border;
&::after{
content: "";
width: 1.25rem;
height: 1.25rem;
border-bottom: 0.0625rem solid $border;
border-#{$dlab-pos-right}: 0.0625rem solid $border;
position: absolute;
#{$dlab-pos-right}: 0;
bottom: 0;
background: $white;
-webkit-transform: rotate(-45deg) translateX(15px);
transform: rotate(-45deg) translateX(15px);
@at-root [direction="rtl"] & {
-webkit-transform: rotate(135deg) translateY(15px);
transform: rotate(135deg) translateY(15px);
}
}
}
.time {
position: absolute;
font-size: 0.75rem;
color: $body-color;
font-weight: 400;
bottom: 0;
#{$dlab-pos-left}: -5rem;
}
}
}
}
}
.chat-sender{
text-align: #{$dlab-pos-left};
padding: .5rem 1rem;
.media {
.media-body {
margin-#{$dlab-pos-left}: 2rem;
p {
background-color: $white;
margin-bottom: 0;
span {
&::after {
content: "";
width: 1.25rem;
height: 1.25rem;
border-bottom: 0.0625rem solid $border;
border-#{$dlab-pos-left}: 0.0625rem solid $border;
position: absolute;
#{$dlab-pos-left}: 0;
bottom: 0;
background: $white;
-webkit-transform: rotate(45deg) translateX(-15px);
transform: rotate(45deg) translateX(-15px);
@at-root [direction="rtl"] & {
-webkit-transform: rotate(-135deg) translateY(15px);
transform: rotate(-135deg) translateY(15px);
}
}
}
.time {
position: absolute;
font-size: 0.625rem;
color: $body-color;
font-weight: 400;
bottom: 0;
#{$dlab-pos-right}: -5rem;
}
}
}
}
}
}
.char-type{
padding-top: 1.875rem;
padding-bottom: 1.875rem;
form{
.form-control{
height: 2.8125rem;
// border-radius: 1.875rem;
padding-#{$dlab-pos-left}: 1.125rem;
background: $body-bg;
border-#{$dlab-pos-right}: 0;
}
.input-group{
&-append{
i{
color: $gray;
font-size: 1.125rem;
}
.input-group-text{
padding-#{$dlab-pos-left}: .7rem;
padding-#{$dlab-pos-right}: .7rem;
background: $body-bg;
border-color: $border;
border-#{$dlab-pos-left}: 0;
&:last-child{
// border-bottom-#{$dlab-pos-right}-radius: 1.875rem;
// border-bottom-#{$dlab-pos-right}-radius: 1.875rem;
padding-#{$dlab-pos-right}: 1.8rem;
}
}
}
}
}
}
.media-avatar{
padding: 1.5625rem 0;
border-bottom: 0.0625rem solid $border;
&:last-child{
border-bottom: 0rem;
}
p{
margin-bottom: 0;
}
.avatar-status{
position: relative;
i{
position: absolute;
#{$dlab-pos-right}: 0;
bottom: 0;
}
}
}

View File

@@ -0,0 +1,158 @@
.profile-form{
.card-header{
border-color: $border-color;
padding: 30px;
.title{
position: relative;
margin-bottom: 0;
color: $dark;
&:after{
content: "";
height: 3px;
width: 100%;
background-color: var(--primary);
position: absolute;
bottom: -31px;
#{$dlab-pos-left}: 0;
}
}
}
.m-b30{
margin-bottom:30px;
}
.card-body{
padding: 40px 40px 10px;
}
.card-footer{
padding: 35px 40px 40px;
display: flex;
align-items: center;
justify-content: space-between;
.btn-lg{
padding: 18px 50px;
font-size: 15px;
}
.btn-link{
font-size: 15px;
}
}
@include respond('phone'){
.card-header{
padding: 25px;
.title{
&:after{
bottom: -26px;
}
}
}
.card-body{
padding: 25px 25px 0;
}
.card-footer{
padding: 25px 25px 25px;
.btn-lg{
padding: 18px 30px;
}
}
}
}
.author-profile{
text-align:center;
.card-body{
padding: 0;
}
.author-media{
position: relative;
margin-#{$dlab-pos-left}: auto;
margin-#{$dlab-pos-right}: auto;
margin-bottom: 20px;
display: inline-block;
img{
width: 130px;
border-radius: 100%;
}
}
.author-info{
.title{
font-size:15px;
font-weight:500;
margin-bottom: 0;
}
span{
display:block;
color: $body-color;
@at-root [data-theme-version="dark"] & {
color:$white;
}
}
}
.info-list{
li{
display: flex;
align-items: center;
justify-content: space-between;
font-size: 15px;
border-top: 1px solid $border-color;
padding: 18px 30px;
color: $dark;
a{
color: $dark;
@at-root [data-theme-version="dark"] & {
color: $white;
}
}
span{
color: $body-color;
font-weight: 500;
@at-root [data-theme-version="dark"] & {
color: $white;
}
}
@at-root [data-theme-version="dark"] & {
border-top: 1px solid $d-border;
}
}
}
.card-footer {
padding: 30px;
display: block;
.form-control {
height: 45px;
border-color: $border-color;
overflow:hidden;
line-height: 30px;
@at-root [data-theme-version="dark"] & {
background-color: $dark-card;
border-color:$d-border;
}
}
}
.upload-link {
position: absolute;
width: 35px;
height: 35px;
line-height: 32px;
background: var(--primary);
bottom: 0;
#{$dlab-pos-right}: 0px;
box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
border-radius: 100%;
color: #fff;
overflow: hidden;
border: 2px solid #fff;
.update-flie {
position: absolute;
opacity: 0;
z-index: 0;
width: 100%;
cursor: pointer;
#{$dlab-pos-left}: 0;
height: 100%;
}
}
}

View File

@@ -0,0 +1,538 @@
.email-left-box {
width: 15rem;
float : #{$dlab-pos-left};
padding: 0 1.25rem 1.25rem 1rem;
border-top: 0;
border-#{$dlab-pos-left}: 0;
@include media-breakpoint-between(sm, md) {
width: 100%;
padding-bottom: 0px !important;
}
@include media-breakpoint-down(xs) {
width: 100%;
float: none;
border: none;
padding-bottom: 30px !important;
}
}
.intro-title{
background: var(--rgba-primary-1);
padding: 1rem;
margin: 1.875rem 0 1.25rem 0;
h5{
margin-bottom: 0;
color: var(--primary);
font-size: 14px;
i{
font-size: 0.75rem;
position: relative;
bottom: 1px;
}
}
i{
color: var(--rgba-primary-1);
}
}
.email-right-box {
// padding-top: 1.875rem;
padding-#{$dlab-pos-left}: 15rem;
padding-#{$dlab-pos-right}: 1rem;
@include media-breakpoint-between(sm, md) {
padding-#{$dlab-pos-left}: 0;
padding-#{$dlab-pos-right}:0;
margin-#{$dlab-pos-left}: 0!important;
clear:both;
}
@include media-breakpoint-down(xs) {
padding-#{$dlab-pos-left}: 0;
padding-#{$dlab-pos-right}: 0;
}
.right-box-border{
border-#{$dlab-pos-right}: 2px solid var(--rgba-primary-1);
}
.right-box-padding{
@media screen and (min-width: 649px) and (max-width: 1200px){
padding-#{$dlab-pos-left}: 1.25rem;
}
@media(min-width: 1700px){
padding-#{$dlab-pos-left}: 0.9375rem;
}
@include media-breakpoint-between(sm, md) {
padding-#{$dlab-pos-left}: 0;
}
}
}
.toolbar {
.btn-group {
.btn {
border: 0;
}
input{
position: relative;
top: 2px;
}
}
}
.read-content {
textarea {
height:150px;
padding: 15px 20px;
}
&-email{
font-size: 0.875rem;
}
h5{
color: #6a707e;
}
p{
strong{
color: #6a707e;
}
}
&-body{
p{
margin-bottom: 1.875rem;
}
}
&-attachment{
padding: 0.5rem 0;
h6{
font-size: 1.125rem;
color: #6a707e;
i{
padding-#{$dlab-pos-right}: 0.3125rem;
}
}
.attachment{
& > div:not(:last-child){
border-#{$dlab-pos-right}: 1px solid #DDDFE1;
}
}
}
}
.compose-content {
.wysihtml5-toolbar {
border-color: $l-border;
}
.dropzone {
background: $l-bg!important;
}
h5{
font-size: 1.0625rem;
color: #6a707e;
i{
font-size: 1.125rem;
transform: rotate(90deg);
}
}
.dropzone{
border: 1px dashed #DDDFE1;
min-height: 13.125rem;
position: relative;
border-radius:$radius;
.dlab-message{
margin: 0;
position: absolute;
top: 50%;
#{$dlab-pos-left}: 50%;
transform: translate(-50%, -50%);
}
}
}
.email-list {
display: block;
padding-#{$dlab-pos-left}: 0;
.message {
position: relative;
display: block;
height: 3.125rem;
line-height: 3.125rem;
cursor: default;
transition-duration: 0.3s;
a {
color: $l-ctl;
}
&-single{
.custom-checkbox{
margin-top: 2px;
}
i{
color: $muted;
font-size: 1.125rem;
padding-#{$dlab-pos-left}: .4rem;
}
}
&:hover {
transition-duration: 0.05s;
background: rgba(152, 166, 173, 0.15);
}
.col-mail {
float : #{$dlab-pos-left};
position: relative;
}
.col-mail-1 {
width: 5.625rem;
.star-toggle {
display: block;
float : #{$dlab-pos-left};
margin-top: 1.125rem;
font-size: 1rem;
margin-#{$dlab-pos-left}: 0.3125rem;
}
.email-checkbox {
display: block;
float : #{$dlab-pos-left};
margin: 0.9375rem 0.625rem 0 1.25rem;
}
.dot {
display: block;
float : #{$dlab-pos-left};
border: .4rem solid transparent;
border-radius: 6.25rem;
margin: 1.375rem 1.625rem 0;
height: 0;
width: 0;
line-height: 0;
font-size: 0;
}
}
.col-mail-2 {
position: absolute;
top: 0;
#{$dlab-pos-left}: 5.625rem;
#{$dlab-pos-right}: 0;
bottom: 0;
.subject {
position: absolute;
top: 0;
#{$dlab-pos-left}: 0;
#{$dlab-pos-right}: 5.5rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.date {
position: absolute;
top: 0;
#{$dlab-pos-right}: 0;
}
}
}
}
.email-checkbox {
cursor: pointer;
height: 0.9375rem;
width: 0.9375rem;
position: relative;
display: inline-block;
border-radius: .1rem;
position: relative;
top: 0.3125rem;
box-shadow: inset 0 0 0 .1rem $l-ctl;
input {
opacity: 0;
cursor: pointer;
&:checked {
label {
opacity: 1;
}
}
}
label {
position: absolute;
top: .3rem;
#{$dlab-pos-left}: .3rem;
#{$dlab-pos-right}: .3rem;
bottom: .3rem;
cursor: pointer;
opacity: 0;
margin-bottom: 0 !important;
transition-duration: 0.05s;
}
}
.mail-list {
a {
vertical-align: middle;
padding: 0.625rem 0.9375rem;
display: block;
background: transparent;
color: $l-ctd;
font-weight: 600;
}
.list-group-item{
color: #6a707e;
padding: 0.75rem 1.0625rem;
&:hover{
color: var(--primary);
}
i{
font-size: 1rem;
padding-#{$dlab-pos-right}: 0.625rem;
color: #cccccc;
}
&.active{
color: $white;
background-color:var(--primary);
border-color:var(--primary);
i{
color: $white;
}
}
}
}
.chat-wrap{
padding: 1.0625rem 1.875rem;
.media{
.media-body{
h6{
font-size: 1.0625rem;
color: #6a707e;
}
p{
font-size: 0.875rem;
}
}
}
}
.email-filter{
@media (min-width: 648px){
padding-#{$dlab-pos-left}: 1.25rem;
}
@media(min-width: 1700px){
padding-#{$dlab-pos-left}: 1.875rem;
}
.input-group{
&-prepend{
i{
font-size: 0.875rem;
color: $muted;
}
.input-group-text{
border: 0;
border-bottom: 1px solid #DDDFE1 !important;
background: transparent;
}
}
.form-control{
padding: 0 0 0 0.3125rem;
border: 0;
font-size: 0.875rem;
height: 1.875rem;
color: $muted;
border-bottom: 1px solid #DDDFE1;
&::placeholder{
font-size: 0.875rem;
color: $muted;
}
}
& > .form-control{
min-height: 1.875rem;
}
}
}
.single-mail{
display: block;
padding: 1.5625rem 0;
.media{
padding-#{$dlab-pos-left}: 1.25rem;
padding-#{$dlab-pos-right}: 1.25rem;
@media(min-width: 1700px){
padding-#{$dlab-pos-left}: 1.875rem;
padding-#{$dlab-pos-right}: 1.875rem;
}
img{
width: 55px;
height: 55px;
border-radius: 50%;
margin-#{$dlab-pos-right}: 0.9375rem;
@media(min-width: 1700px){
margin-#{$dlab-pos-right}: 1.875rem;
}
}
&-body{
h6{
color: #abafb3;
}
h4{
font-size: 1rem;
color: #6a707e;
button{
i{
font-size: 1.125rem;
color: #abafb3;
font-weight: bold;
transform: rotate(90deg);
}
}
}
p{
font-size: 0.875rem;
color: #abafb3;
}
}
}
&.active{
background: var(--primary);
h6,h4,p,i{
color: $white !important;
}
}
}
.email-list .message-single i.yellow{
color:$warning!important;
}
@include respond ('phone'){
.email-left-body{
width: 18rem;
position: fixed;
height: 100vh;
z-index: 2;
transition: all 0.5s;
#{$dlab-pos-left}: -22rem;
top: 0px;
z-index: 999;
&.active{
#{$dlab-pos-left}:0;
background: $white;
transition:all 0.5s;
overflow-y:scroll;
}
}
}
.email-tools-box{
display:inline-block;
width:40px;
height:40px;
line-height:40px;
text-align:center;
background-color:var(--rgba-primary-1);
border-radius:$radius;
color:var(--primary);
&.active{
background-color:var(--primary);
color:$white;
}
display:none!important;
@include respond ('phone'){
display:inline-block!important;
margin-#{$dlab-pos-left}:auto;
}
&.active{
&:before{
content: '';
display: block;
position: fixed;
top: 0;
#{$dlab-pos-left}: 0;
width: 100vh;
height: 100vh;
background-color: #000;
opacity: 0.2;
border-radius:0;
z-index: 4;
}
}
}
.email-left-box{
margin-bottom: 20px;
@include respond ('tab-land'){
margin-#{$dlab-pos-right}:-10px;
}
@include respond ('tab-port'){
margin:0;
}
@include respond ('phone'){
margin-top:20px;
}
}

View File

View File

@@ -0,0 +1,207 @@
.photo-content{
position: relative;
.cover-photo{
background: url(../images/profile/cover.jpg);
background-size: cover;
background-position: center;
min-height: 15.625rem;
width: 100%;
}
}
.profile .profile-photo {
max-width: 6.25rem;
position: relative;
z-index: 1;
margin-top: -4.5rem;
margin-#{$dlab-pos-right}: 0.625rem;
@include respond('phone') {
margin-top: -2.5rem;
width: 5rem;
margin-#{$dlab-pos-left}: auto;
margin-#{$dlab-pos-right}: auto;
margin-bottom:1.25rem;
}
}
[direction="rtl"]{
.profile .profile-photo {
#{$dlab-pos-left}: auto;
#{$dlab-pos-right}: 0;
margin-#{$dlab-pos-right}: 0;
margin-#{$dlab-pos-left}: 0.9375rem;
@include respond('tab-land') {
#{$dlab-pos-right}: 0.9375rem;
}
@include respond('phone') {
width: 5rem;
#{$dlab-pos-right}: calc(50% - 2.5rem);
top: -6.25rem;
}
}
}
.profile-info{
padding: 0.9375rem 1.25rem;
// margin-bottom: 1.875rem;
@include respond('phone') {
padding: 0 0 1.25rem;
text-align:center;
}
h4 {
color: $l-ctd!important;
}
h4.text-primary {
color: var(--primary)!important;
}
p {
color: $l-ctl;
}
.prf-col{
min-width: 15.625rem;
padding: 0.625rem 3.125rem 0;
}
}
.profile-interest{
.row{
margin: 0 -0.0437rem;
.int-col{
padding: 0 0.0437rem;
.interest-cat{
margin-bottom: 0.0875rem;
position: relative;
display: block;
&:after{
background: $black;
bottom: 0;
content: "";
#{$dlab-pos-left}: 0;
opacity: 0.5;
position: absolute;
#{$dlab-pos-right}: 0;
top: 0;
z-index: 0;
}
p{
position: absolute;
top: 0;
width: 100%;
height: 100%;
padding: 0.3125rem;
#{$dlab-pos-left}: 0;
margin: 0;
z-index: 1;
color:white;
font-size: 0.075rem;
}
}
}
}
}
.profile-tab{
.nav-item{
.nav-link{
font-size: 1rem;
margin-#{$dlab-pos-right}: 1.875rem;
transition: all 0.5s ease-in-out;
border: none;
border-bottom: 0.0125rem solid transparent;
color: $l-ctl;
&:hover, &.active{
border: 0;
background: transparent;
background: transparent;
border-bottom: 0.0125rem solid var(--primary);
color: var(--primary);
}
@include respond ('phone'){
margin-#{$dlab-pos-right}:0rem;
}
}
}
}
.profile-info{
display:flex;
@include respond('phone') {
display:block;
}
.profile-details {
display: flex;
width: 100%;
@include respond('phone') {
display:block;
.dropdown{
position: absolute;
top: 1.875rem;
#{$dlab-pos-right}: 1.875rem;
}
}
}
}
.post-input{
margin-bottom: 1.875rem;
.form-control{
/* height: 4.6875rem; */
font-weight: 400;
margin: 0.9375rem 0;
}
.btn-social{
font-size: 1.25rem;
height: 3.4375rem;
display:inline-block;
padding: 0;
text-align:center;
border-radius:$radius;
color:$white;
width: 3.4375rem;
line-height: 3.375rem;
&.facebook{
background-color: #3B5998;
}
&.google-plus{
background-color: #DE4E43;
}
&.linkedin{
background-color: #007BB6;
}
&.instagram{
background-color: #8A5A4E;
}
&.twitter{
background-color: #1EA1F3;
}
&.youtube{
background-color: #CE201F;
}
&.whatsapp{
background-color: #01C854;
}
i{
margin:0!important;
}
}
}
.profile-uoloaded-post{
img{
margin-bottom: 1.25rem;
}
a{
h4{
margin-bottom: 0.625rem;
color: $l-ctd;
}
}
}