design changes
parent
a7d2202897
commit
3e99b36313
@ -1,186 +1,122 @@
|
||||
.team-member-container{
|
||||
// background: white;
|
||||
// border-radius: 100px 20px 20px 100px;
|
||||
// margin-top: 15px;
|
||||
// font-family: WorkSans-Regular;
|
||||
// border: 1px solid #ccc;
|
||||
// border-radius: 15px;
|
||||
// padding-bottom: 8px;
|
||||
.team-member-container {
|
||||
|
||||
background: white;
|
||||
/* margin-top: 2px; */
|
||||
font-family: WorkSans-Regular;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 15px;
|
||||
padding-bottom: 8px;
|
||||
margin-bottom: 7px;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 15px;
|
||||
box-shadow: 0px 1px 5px #cdcdcd;
|
||||
}
|
||||
|
||||
// .user-image-container{
|
||||
// position: relative;
|
||||
// width: 70px;
|
||||
// height: 70px;
|
||||
// display: block;
|
||||
// margin: 0 auto;
|
||||
// &:before{
|
||||
// position: absolute;
|
||||
// content: "";
|
||||
// width: 20px;
|
||||
// height: 20px;
|
||||
// border-radius: 20px;
|
||||
// border: 1px solid white;
|
||||
// top: 0;
|
||||
// right: 0;
|
||||
// background-color: red;
|
||||
// z-index: 9;
|
||||
// }
|
||||
// &.present:before{
|
||||
// background-color: green !important;
|
||||
// }
|
||||
// }
|
||||
.user-image{
|
||||
// overflow: hidden;
|
||||
// position: relative;
|
||||
// display: block;
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// border-radius: 80px;
|
||||
// border: 1px solid #ccc;
|
||||
// margin: 0px auto 6px;
|
||||
.user-image {
|
||||
|
||||
img {
|
||||
// width: 100%;
|
||||
// max-height: 100%;
|
||||
width: 74%;
|
||||
max-height: 74%;
|
||||
margin-top: 4px;
|
||||
margin-left: 6px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
|
||||
border-radius: 30px;
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.employee-name{
|
||||
.employee-name {
|
||||
display: inline-block;
|
||||
width: 80%;
|
||||
.name{
|
||||
// font-size: 16px;
|
||||
// color: black;
|
||||
// // margin: 0;
|
||||
// width: 100%;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// margin-left: -10px;
|
||||
// margin-top: -5px;
|
||||
// font-family: 'WorkSans-Bold';
|
||||
font-size: 16px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin-left: -10px;
|
||||
margin-top: -5px;
|
||||
text-align: left;
|
||||
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
||||
line-height: 25px;
|
||||
letter-spacing: -0.64px;
|
||||
color: #2B353E;
|
||||
opacity: 1;
|
||||
|
||||
.name {
|
||||
|
||||
font-size: 16px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin-left: -10px;
|
||||
margin-top: -5px;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
line-height: 25px;
|
||||
letter-spacing: -0.64px;
|
||||
color: #2B353E;
|
||||
opacity: 1;
|
||||
font-family: 'Inter' !important;
|
||||
}
|
||||
|
||||
.title{
|
||||
// font-size: 13px;
|
||||
// color: #888;
|
||||
// width: 100%;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// display: block;
|
||||
// margin-left: -10px;
|
||||
// margin-top: -6px;
|
||||
// color: black;
|
||||
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
||||
line-height: 12px;
|
||||
letter-spacing: -0.56px;
|
||||
color: #575757;
|
||||
opacity: 1;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin-left: -10px;
|
||||
margin-top: -10px;
|
||||
|
||||
.title {
|
||||
|
||||
font-family: 'Inter' !important;
|
||||
line-height: 12px;
|
||||
letter-spacing: -0.56px;
|
||||
color: #575757;
|
||||
opacity: 1;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin-left: -10px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
.employee-name-ar{
|
||||
.employee-name-ar {
|
||||
display: inline-block;
|
||||
width: 80%;
|
||||
.name{
|
||||
// font-size: 16px;
|
||||
// color: black;
|
||||
// // margin: 0;
|
||||
// width: 100%;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// margin-left: -10px;
|
||||
// margin-top: -5px;
|
||||
// font-family: 'WorkSans-Bold';
|
||||
font-size: 16px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin-left: -10px;
|
||||
margin-top: -5px;
|
||||
text-align: right;
|
||||
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
||||
line-height: 25px;
|
||||
letter-spacing: -0.64px;
|
||||
color: #2B353E;
|
||||
opacity: 1;
|
||||
|
||||
.name {
|
||||
font-size: 16px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin-left: -10px;
|
||||
margin-top: -5px;
|
||||
text-align: right;
|
||||
font-family: 'Inter' !important;
|
||||
line-height: 25px;
|
||||
letter-spacing: -0.64px;
|
||||
color: #2B353E;
|
||||
opacity: 1;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.title{
|
||||
// font-size: 13px;
|
||||
// color: #888;
|
||||
// width: 100%;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// display: block;
|
||||
// margin-left: -10px;
|
||||
// margin-top: -6px;
|
||||
// color: black;
|
||||
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
||||
line-height: 12px;
|
||||
letter-spacing: -0.56px;
|
||||
color: #575757;
|
||||
opacity: 1;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin-left: -10px;
|
||||
margin-top: -10px;
|
||||
|
||||
.title {
|
||||
|
||||
font-family: 'Inter' !important;
|
||||
line-height: 12px;
|
||||
letter-spacing: -0.56px;
|
||||
color: #575757;
|
||||
opacity: 1;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin-left: -10px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
.image-container{
|
||||
|
||||
.image-container {
|
||||
width: 20%;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
margin-top: 5px;
|
||||
position: relative;
|
||||
top: 12px;
|
||||
}
|
||||
.swipe-information{
|
||||
|
||||
.swipe-information {
|
||||
color: #888;
|
||||
font-size: 12px;
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 6px;
|
||||
margin-top: 6px;
|
||||
|
||||
.check-in {
|
||||
font-size: 12px;
|
||||
margin-right: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue