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.
261 lines
7.5 KiB
SCSS
261 lines
7.5 KiB
SCSS
|
|
ion-content {
|
|
--ion-background-color: whitesmoke;
|
|
}
|
|
|
|
.sendCodeBtn{
|
|
--background: #269DB8;
|
|
color: white;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
margin-left: 23px !important;
|
|
margin-top: 15px !important;
|
|
margin-bottom: 20px !important;
|
|
/* border-radius: 4px; */
|
|
height: 26px;
|
|
/* padding: 6px 24px; */
|
|
font-size: 15px;
|
|
width: 322px;
|
|
}
|
|
|
|
.empty-en{
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-family: WorkSans-Bold;
|
|
margin: 50px 0px 0px 100px;
|
|
}
|
|
.empty-ar{
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-family: WorkSans-Bold;
|
|
margin: 50px 100px 0px 0px;
|
|
}
|
|
|
|
.result-container{
|
|
position: relative;
|
|
background: white;
|
|
/* padding-bottom: 3px; */
|
|
border-radius: 20px;
|
|
z-index: 1;
|
|
margin: 15px;
|
|
border-radius: 10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.result-containerList{
|
|
position: relative;
|
|
background: white;
|
|
/* padding-bottom: 3px; */
|
|
border-radius: 20px;
|
|
z-index: 1;
|
|
margin: 15px;
|
|
border-radius: 10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.text{
|
|
font-size: 15px;
|
|
// margin-top: -9px;
|
|
font-family: 'WorkSans-bold';
|
|
}
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
.date{
|
|
// margin-right: -38px;
|
|
color: gray;
|
|
font-size: 12px;
|
|
margin-left: -44px;
|
|
}}
|
|
|
|
@media screen and (min-width: 325px) {
|
|
.date{
|
|
// margin-top: -9px;
|
|
margin-right: -49px;
|
|
color: gray;
|
|
font-size: 12px;
|
|
}}
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
.date-ar{
|
|
// margin-right: -38px;
|
|
color: gray;
|
|
font-size: 10px;
|
|
margin-left: 58px;
|
|
}}
|
|
|
|
@media screen and (min-width: 325px) {
|
|
.date-ar{
|
|
// margin-top: -9px;
|
|
margin-right: -49px;
|
|
color: gray;
|
|
font-size: 12px;
|
|
}}
|
|
|
|
.labels{
|
|
font-size: 13px;
|
|
margin-bottom: 0px;
|
|
margin-top: -10px;
|
|
color: #a9a5a5;
|
|
font-family: 'WorkSans-bold';
|
|
}
|
|
|
|
.request-list-container {
|
|
position: relative;
|
|
padding-left: 37px;
|
|
clear: both;
|
|
min-height: 200px;
|
|
padding-top: 15px;
|
|
}
|
|
.request-list-container:before{
|
|
content: "";
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 4px;
|
|
left: 7px;
|
|
top: 15px;
|
|
background-color: #f5f4f4;
|
|
}
|
|
.request-list-container-ar {
|
|
position: relative;
|
|
padding-left: 60px;
|
|
clear: both;
|
|
min-height: 200px;
|
|
// margin-bottom: 80px;
|
|
padding-top: 15px;
|
|
}
|
|
.request-list-container-ar:before{
|
|
content: "";
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 4px;
|
|
left: 30px;
|
|
top: 15px;
|
|
right: 6px;
|
|
background-color: #dddddd;
|
|
}
|
|
|
|
.text-span {
|
|
position: relative;
|
|
display: block;
|
|
// margin-bottom: 10px;
|
|
font-family: 'WorkSans-bold';
|
|
}
|
|
.text-span:before{
|
|
content: "";
|
|
position: absolute;
|
|
left: -35px;
|
|
border-radius: 50%;
|
|
width: 15px;
|
|
height: 15px;
|
|
background-color: #269db8;
|
|
top: 1px;
|
|
}
|
|
|
|
.text-span-ar{
|
|
position: relative;
|
|
display: block;
|
|
// margin-bottom: 10px;
|
|
/* margin-top: 10px; */
|
|
margin-right: 30px;
|
|
}
|
|
.text-span-ar:before{
|
|
content: "";
|
|
position: absolute;
|
|
right: -29px;
|
|
border-radius: 50%;
|
|
width: 15px;
|
|
height: 15px;
|
|
background-color: #269db8;
|
|
top: 1px;
|
|
}
|
|
|
|
.action-data{
|
|
background-color: white;
|
|
padding: 1px;
|
|
border-radius: 20px;
|
|
font-family: WorkSans-Regular;
|
|
// padding-left: 15px;
|
|
margin-right: 20px;
|
|
margin-bottom: 15px;
|
|
p{
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 325px){
|
|
.date-span{
|
|
font-size: 13px;
|
|
margin-bottom: 0px;
|
|
margin-top: -10px;
|
|
color: gray;
|
|
margin-left: 160px;
|
|
|
|
}}
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
.date-span{
|
|
font-size: 13px;
|
|
margin-bottom: 0px;
|
|
margin-top: -10px;
|
|
color: gray;
|
|
margin-left: 76px;
|
|
|
|
}}
|
|
|
|
@media screen and (min-width: 1px) and (max-width:320px) {
|
|
.date-span-ar{
|
|
font-size: 13px;
|
|
margin-bottom: 0px;
|
|
margin-top: -10px;
|
|
color: gray;
|
|
margin-right: 60px;
|
|
}}
|
|
|
|
@media screen and (min-width: 325px){
|
|
.date-span-ar{
|
|
font-size: 13px;
|
|
margin-bottom: 0px;
|
|
margin-top: -10px;
|
|
color: gray;
|
|
margin-right: 140px;
|
|
}}
|
|
|
|
|
|
.New{
|
|
margin-top: 5px;
|
|
color: #1FA169;
|
|
font-family:'WorkSans-bold';
|
|
}
|
|
|
|
.ReOpen{ margin-top: 5px;
|
|
color: #1FA169;
|
|
}
|
|
.AssToManager{ margin-top: 5px;
|
|
color: #259CB8;
|
|
}
|
|
.AssToSpec{ margin-top: 5px;
|
|
color: #259CB8;
|
|
}
|
|
.Pending{ margin-top: 5px;
|
|
color: #E29D03;
|
|
}
|
|
.BackToSpec{ margin-top: 5px;
|
|
color: #3A476E;
|
|
}
|
|
.Closed{ margin-top: 5px;
|
|
color: #CA3332;
|
|
}
|
|
.BackToManager{ margin-top: 5px;
|
|
color: #3A476E;
|
|
}
|
|
.AssignedToHR{ margin-top: 5px;
|
|
color: #259CB8;
|
|
}
|
|
|
|
.card-content{
|
|
margin-left: -3px; margin-right: -9px;}
|
|
.card-content-ar{
|
|
margin-left: -122px;
|
|
}
|
|
|