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.
52 lines
1.1 KiB
SCSS
52 lines
1.1 KiB
SCSS
.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: 0px;
|
|
padding-left: 20px !important;
|
|
padding-top: 0px !important;
|
|
color: #999999 !important;
|
|
height: 80px;
|
|
}
|
|
|
|
.Field-ar{
|
|
border-radius: 30px;
|
|
border: 1px solid #a2a5a6!important;
|
|
margin-bottom: 20px;
|
|
padding-right: 20px !important;
|
|
padding-top: 0px !important;
|
|
color: #999999 !important;
|
|
height:80px
|
|
} |