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.
103 lines
1.6 KiB
SCSS
103 lines
1.6 KiB
SCSS
.col {
|
|
//border: #dedede solid 1px;
|
|
padding: 2px !important;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.item-md.item-block .item-inner,
|
|
.item-ios.item-block .item-inner {
|
|
padding: 0px !important;
|
|
}
|
|
.iconButton .imgSize{
|
|
width:22px !important;
|
|
}
|
|
.itemAH {
|
|
padding: 0px !important;
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
.gridAH {
|
|
text-align: center;
|
|
padding: 5px 5px !important;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.rowAH {
|
|
white-space: normal;
|
|
|
|
.col {
|
|
border: 1px solid var(--cusgray);
|
|
|
|
label {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.Header {
|
|
font-weight: bold;
|
|
color: var(--customnavy);
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.titleH {
|
|
font-size: 15px;
|
|
border: 1px solid var(--cusgray);
|
|
border-top-right-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
border-bottom: 0px;
|
|
|
|
.col {
|
|
border: 0px;
|
|
}
|
|
}
|
|
|
|
ion-label.label.label-md,
|
|
ion-label.label.label-ios {
|
|
margin: 0px;
|
|
}
|
|
|
|
.fileDiv .inputfile {
|
|
width: 0.1px;
|
|
height: 0.1px;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
width: 40px;
|
|
height: 40px;
|
|
top: 0;
|
|
z-index: 100;
|
|
// z-index: -1;
|
|
}
|
|
|
|
.inputfile+label {
|
|
display: inline-block;
|
|
color: var(--light);
|
|
}
|
|
|
|
.fileDiv {
|
|
padding: 10px;
|
|
position: absolute;
|
|
right:0;
|
|
top:0;
|
|
:root[dir="ltr"] {
|
|
float: right;
|
|
}
|
|
|
|
:root[dir="rtl"] {
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
ion-icon{
|
|
font-size: 28px;
|
|
}
|
|
|
|
button.iconButton.button.button-ios.button-default.button-default-ios,
|
|
button.iconButton.button.button-md.button-default.button-default-md {
|
|
padding: 0px;
|
|
} |