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.
72 lines
1.3 KiB
SCSS
72 lines
1.3 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;
|
|
}
|
|
}
|