You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/src/app/my-team/home/home.component.scss

374 lines
6.4 KiB
SCSS

ion-title {
color: white;
position: absolute;
top: 0;
text-align: center;
left: 4%;
right: 4%;
font-size: 0.42cm;
font-weight: bold;
height: 100%;
}
@media only screen and (max-width: 360px) {
.contentBg {
padding: 0px 15px !important;
}
}
.contentBg {
padding: 0px 20px;
}
.contentBg:before {
position: absolute;
content: "";
background: #004D71;
height: 140px;
width: 100%;
left: 0;
top: 0px;
z-index: 1;
}
ion-content {
--ion-background-color: whitesmoke;
}
.request-heading {
padding-left: 15px;
margin-top: 10px;
span {
text-align: left;
font-weight: bold;
line-height: 18px;
font-size: 14px;
letter-spacing: -0.48px;
color: #004D71;
opacity: 1;
margin: 10px;
}
}
.search-label {
border: 1px solid #E8E8E8;
margin-left: 15px;
margin-right: 15px;
border-radius: 35px;
margin-top: 24px;
font-size: 11px;
color: #5C6F79;
margin-right: 15px !important;
padding: 10px;
}
.result-graph {
position: relative;
background: white;
margin-top: 20px;
padding-bottom: 35px;
border-radius: 20px;
z-index: 1;
border: 1px solid #ccc;
}
.result-text-container {
padding: 0;
margin: 0;
position: absolute;
left: 50%;
top: 50%;
display: block;
text-align: center;
transform: translate(-50%, -50%);
h2 {
font-size: 38px;
margin: 0 auto;
line-height: 36px;
}
span {
width: 125px;
display: block;
margin: 0 auto;
font-size: 12px;
}
}
.today-graph {
width: 100%;
max-height: 4cm;
}
.swiper-container {
margin: 0 !important;
width: 100% !important;
}
.filters-row {
margin-top: 10px;
}
.search-input {
margin-top: 15px;
background: white;
border-radius: 15px;
ion-input {
border-bottom-color: transparent;
}
}
.search-dropdown {
background: #004D71;
ion-select {
.select-text {
margin-left: -10px;
}
.select-icon {
.select-icon-inner {
opacity: 1;
color: white;
margin-top: -1px;
}
}
}
}
.input-container {
background: white;
ion-input {
border-bottom-color: transparent;
}
}
.user-image-container {
position: relative;
width: 80px;
height: 80px;
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 rgb(170, 169, 169);
margin: 0px auto 6px;
}
.search-container {
// margin-top: 15px;
// margin-top: -35px;
// margin-left: 262px;
width: 30px;
height: 30px;
position: absolute;
top: 45px;
right: 38px;
z-index: 999999;
ion-col {
// background: white;
// border-radius: 12px;
// padding-right: 10px;
flex: none;
ion-icon {
margin-right: 3px;
font-size: 14px;
margin-left: 3px;
vertical-align: middle;
}
span {
font-size: 12px;
vertical-align: middle;
}
}
}
@media only screen and (max-width: 375px) {
.text-label {
margin-left: 6px !important;
}
}
@media only screen and (max-width: 320px) {
.text-label {
margin-left: 2px !important;
}
}
.text-label {
// --color: black !important;
// font-size: 13px;
// margin-left: 15px;
// margin-right: 18px;
text-align: left;
// font: normal normal 600 12px/18px Poppins;
line-height: 18px;
font-size: 12px;
letter-spacing: -0.48px;
color: #5C6F79 !important;
opacity: 1;
margin-left: 5px;
margin-right: 5px;
}
.radio-list {
background: white;
width: 100%;
}
// .selected .radio-icon {
// border-color: #0064D9;
// color: red;
// }
.radio-icon {
.custom-radio .radio-icon {
margin: 0px;
border-radius: 50%;
border-width: var(--border-width);
border-style: var(--border-style);
border-color: #dcdcdc;
margin-top: 6px !important;
border-color: #d8d4d4 !important;
}
}
.text {
// font-size: 16px;
// font-weight: bolder;
// font-family: 'WorkSans-Bold';
// margin-top: 27px;
text-align: left;
line-height: 11px;
font-size: 20px;
letter-spacing: -0.8px;
color: #2B353E;
opacity: 1;
margin-top: 30px;
margin-bottom: 28px;
}
// .number{
// width: 21px;
// height: 21px;
// padding-right: -10px;
// border-radius: 100%;
// background-color: #004D71;
// z-index: 9;
// margin-top: 26px;
// }
// .numberEmp{
// color: white;
// font-size: 12px;
// font-weight: bolder;
// margin-left: 3px;
// padding-top: 2px;
// }
.number {
width: 22px;
height: 20px;
border-radius: 100%;
background-color: #004D71;
z-index: 9;
margin-top: 25px;
padding-left: 4px;
}
.number-ar {
width: 22px;
height: 20px;
border-radius: 100%;
background-color: #004D71;
z-index: 9;
margin-top: 25px;
padding-right: 4px;
}
.numberEmp {
color: white;
font-size: 12px;
font-weight: bolder;
/* padding-top: 5px; */
/* padding-right: 20px; */
margin-left: 13px;
width: 23px;
height: 23px;
border-radius: 100%;
background-color: #004D71;
z-index: 9;
margin-top: 25px;
/* padding-left: 4px; */
text-align: center;
padding-top: 3px;
}
.numberEmp-ar {
color: white;
font-size: 12px;
font-weight: bolder;
/* padding-top: 5px; */
/* padding-right: 20px; */
margin-right: 13px;
width: 23px;
height: 23px;
border-radius: 100%;
background-color: #004D71;
z-index: 9;
margin-top: 25px;
/* padding-left: 4px; */
text-align: center;
padding-top: 3px;
}
.div {
position: relative;
display: flex;
// justify-content: space-between;
margin-bottom: -12px;
}
ion-radio.radio-checked {
--ion-color-base: #004D71;
}