File: D:/HostingSpaces/carrotps/carrotps.com/resources/sass/kms/sections/_dashboard.scss
.c-dashboard__title {
margin-top: 30px;
font-size: 1.1rem;
color: $darkerBlue;
font-weight: bold;
padding: 0 20px;
}
.c-dashboard__text{
font-size: 0.8rem;
line-height: 1.2;
color: $gray;
padding: 13px 40px;
.c-dashboard__contact & {
font-size: 0.85rem;
line-height: 1.4;
}
}
.c-dashboard__employees{
border-bottom: 1px solid $blueGray;
}
.c-dashboard__employee {
@include flex(space-between, center);
padding: 20px 40px;
border-top: 1px solid $blueGray;
}
.c-dashboard__employee-image {
width: 90px;
height: 90px;
border-radius: 100%;
background-color: $lightGray;
}
.c-dashboard__employee-info {
width: calc(100% - 110px);
font-size: 0.8rem;
line-height: 1.4;
color: $gray;
}
.c-dashboard__employee-name {
font-size: 1rem;
font-weight: bold;
color: $darkerBlue;
margin-bottom: 5px;
}
.c-dashboard__link {
color: $gray;
transition: color 0.2s;
&:hover {
color: $blue
}
}
.c-dashboard__logo {
width: 200px;
padding: 10px 0;
img {
width: 100%;
}
}
// p.small-profile-name
// margin-bottom: 10px
// padding: 0
//
// p.small-profile-description
// padding: 0
// font-size: 0.9rem
// line-height: 1.5em
// color: $medium-gray
//}