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