|
|
|
|
@ -576,6 +576,37 @@ ion-col.colBold,ion-col.colBold>label{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ardaynamicForm-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;
|
|
|
|
|
margin-right: 12px !important;
|
|
|
|
|
:root[dir="ltr"]{
|
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
|
}
|
|
|
|
|
:root[dir="rtl"]{
|
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img.flipImg{
|
|
|
|
|
:root[dir="rtl"]{
|
|
|
|
|
-webkit-transform: scaleX(-1);
|
|
|
|
|
@ -646,6 +677,7 @@ img.flipImg{
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
.daynamicForm-DateTime:after{
|
|
|
|
|
width: 0;
|
|
|
|
|
@ -683,7 +715,8 @@ img.flipImg{
|
|
|
|
|
background-color: var(--light);
|
|
|
|
|
border-bottom: var(--cusgray) solid 1px;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
// margin-left: 20px;
|
|
|
|
|
margin-left: 34px;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
// -webkit-appearance: none;
|
|
|
|
|
// -moz-appearance: none;
|
|
|
|
|
@ -712,6 +745,54 @@ img.flipImg{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ardaynamicForm-Select{
|
|
|
|
|
color: var(--dark);
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
// background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
|
|
|
|
|
// background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…AgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=), -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.12)), color-stop(50%, rgba(0, 0, 0, 0.12)));
|
|
|
|
|
// background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…AgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=), linear-gradient(to top, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.12) 50%);
|
|
|
|
|
// background-size: 96% 0;
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
border: none;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
width: 80%;
|
|
|
|
|
padding: 6px 0px;
|
|
|
|
|
background-color: var(--light);
|
|
|
|
|
border-bottom: var(--cusgray) solid 1px;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
margin-right: 34px;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
// -webkit-appearance: none;
|
|
|
|
|
// -moz-appearance: none;
|
|
|
|
|
text-indent: 1px;
|
|
|
|
|
// text-overflow: '';
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"]{
|
|
|
|
|
background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
|
|
|
|
|
background-position: calc(100% - 14px) calc(1em + 2px), calc(100% - 8px) calc(1em + 2px), 100% 0;
|
|
|
|
|
background-size: 6px 6px, 6px 6px, 2.9em 2.9em;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
:root[dir="rtl"]{
|
|
|
|
|
background-image: linear-gradient(-135deg, #999 50%, transparent 50%),linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
|
|
|
|
|
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
|
|
|
|
|
background-size: 6px 6px, 6px 6px, 2.9em 2.9em;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.daynamicForm-Select:after{
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
|