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.
mohemm_moe/Mohem/src/app/pending-transaction/home/home.component.scss

108 lines
1.9 KiB
SCSS

.display-created{
display: inline-block;
color:#000;
}
#containerDiv{
margin-top:20px;
}
.padding{
padding-left:5px;
padding-right: 5px;
}
.bold{
font-weight: bold;
font-size: 16px;
}
.color-black{
color:#000;
}
.date{
position: absolute;
font-size: 14px;
padding: 10px;
right:0;
width: 100px;
color:#969696;
margin: -8px;
}
.transaction-list{
margin-top:20px;
}
.date-container{
margin:0px 20px;
}
.label{
font-size: 16px;
// margin-left: 15px;
color: #a2a5a6 !important;
display: block;
overflow: hidden;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
/* font-size: inherit; */
// text-overflow: ellipsis;
// white-space: nowrap;
white-space: normal;
// padding-top: 10px;
padding: 5px 0px;
padding-left: 10px !important;
margin: 10px auto;
:root[dir="ltr"]{
font-family: var(--fontFamilySemiBoldEN) !important;
}
:root[dir="rtl"]{
font-family: var(--fontFamilyIOSAR) !important;
font-weight: bold;
}
}
.Field-en{
border-radius: 30px;
border: 1px solid #a2a5a6!important;
margin-bottom: 15px;
padding-left: 20px !important;
padding-top: 6px !important;
color: #999999 !important;
}
.Field-ar{
border-radius: 30px;
border: 1px solid #a2a5a6!important;
margin-bottom: 20px;
padding-right: 20px !important;
padding-top: 6px !important;
color: #999999 !important;
}
select{
width: 300px !important;
border: none !important;
}
.padding_date{
padding-left:5px !important;
}
.date-icon{
font-size: 20px;
left: -1px;
position: relative;
top: 2px;
}
ion-card{
padding: 20px 10px 20px 10px;
border-radius: 11px;
box-shadow: 0px 1px 2px 1px #ccc;
}
.display-inline{
display:inline-block;
}
.red{
color:#CA3332;
font-weight: 600;
margin:0px 5px;
}