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.
133 lines
2.4 KiB
SCSS
133 lines
2.4 KiB
SCSS
.item-md p,
|
|
.item-md ios {
|
|
white-space: normal;
|
|
}
|
|
.col {
|
|
white-space: normal;
|
|
font-size: 14px;
|
|
}
|
|
ion-col.colBold {
|
|
color: #1a586d;
|
|
}
|
|
.imgSize {
|
|
width: 22px;
|
|
height: 22px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
ion-card-header {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.header-toolbar {
|
|
--background: linear-gradient(45deg, #3ac1f1 0%, #19a163 36%, #19a163 59%, #1a586d 100%);
|
|
}
|
|
|
|
.btnBack {
|
|
background: transparent;
|
|
float: right;
|
|
}
|
|
|
|
.footer-button {
|
|
border-radius: 2px;
|
|
padding: 0 1.1em;
|
|
min-height: 45px;
|
|
min-width: 200px;
|
|
}
|
|
|
|
ion-card-header {
|
|
padding: 0px 10px !important;
|
|
color: #ffffff !important;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-webkit-border-top-right-radius: 10px;
|
|
-moz-border-radius-topleft: 10px;
|
|
-moz-border-radius-topright: 10px;
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
background: #acacac;
|
|
.hrTitle {
|
|
white-space: normal;
|
|
padding: 5px;
|
|
padding-top: 12px;
|
|
width: 100%;
|
|
min-height: 45px;
|
|
line-height: 1.2;
|
|
}
|
|
.button,
|
|
.button-md,
|
|
button-ios {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
min-width: auto;
|
|
padding: 0px !important;
|
|
margin: 0px 5px !important;
|
|
}
|
|
}
|
|
|
|
//////////new design////////////////////////
|
|
.itemVR
|
|
{
|
|
background: #f0efef !important;
|
|
--background: #f0efef !important;
|
|
border: #dbdbdb 1px solid;
|
|
border-radius: 10px;
|
|
margin-bottom: 7px;
|
|
}
|
|
.listVR{
|
|
background: transparent !important;
|
|
|
|
}
|
|
|
|
.red-status{
|
|
color: var(--light) !important;
|
|
font-weight:bold;
|
|
background: var( --red);
|
|
border-radius: 9px;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
position: relative;
|
|
width: auto;
|
|
height: 100%;
|
|
display: inline-block !important;
|
|
padding: 0px 15px 0px 15px;
|
|
}
|
|
|
|
.green-status{
|
|
color: var(--light) !important;
|
|
font-weight:bold;
|
|
background: var( --custgreen);
|
|
border-radius: 9px;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
position: relative;
|
|
width: auto;
|
|
height: 100%;
|
|
display: inline-block !important;
|
|
padding: 0px 15px 0px 15px;
|
|
}
|
|
|
|
.textBold{
|
|
color: black;
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
|
|
}
|
|
.label{
|
|
margin-top: -19px;
|
|
// border-bottom: #eaeaea solid;
|
|
padding-bottom: 8px;
|
|
color: black !important;
|
|
}
|
|
.createdOn{
|
|
margin: -12px 0px -14px 0px;
|
|
}
|
|
.optionBtn{
|
|
background: transparent !important;
|
|
}
|