|
|
|
|
@ -185,7 +185,7 @@
|
|
|
|
|
|
|
|
|
|
// .header-div {
|
|
|
|
|
|
|
|
|
|
// background-color: #269DB8;
|
|
|
|
|
// background-color: #024d71;
|
|
|
|
|
// text-transform: capitalize;
|
|
|
|
|
// height: 180px;
|
|
|
|
|
// position: relative;
|
|
|
|
|
@ -214,7 +214,7 @@
|
|
|
|
|
|
|
|
|
|
// .navbar{
|
|
|
|
|
// font-size: 10px !important;
|
|
|
|
|
// --background: #269DB8 !important;
|
|
|
|
|
// --background: #024d71 !important;
|
|
|
|
|
// color: aliceblue !important;
|
|
|
|
|
// // margin-top: 10px !important;
|
|
|
|
|
|
|
|
|
|
@ -224,7 +224,7 @@
|
|
|
|
|
// // margin-left:330px !important;
|
|
|
|
|
// margin-top: 0px !important;
|
|
|
|
|
// font-size: 35px !important;
|
|
|
|
|
// background: #269DB8;
|
|
|
|
|
// background: #024d71;
|
|
|
|
|
// color: aliceblue;
|
|
|
|
|
// margin-left: 0px !important;
|
|
|
|
|
|
|
|
|
|
@ -235,7 +235,7 @@
|
|
|
|
|
// margin-left:100px !important;
|
|
|
|
|
// margin-top: 0px !important;
|
|
|
|
|
// font-size: 23px !important;
|
|
|
|
|
// background: #269DB8 !important;
|
|
|
|
|
// background: #024d71 !important;
|
|
|
|
|
// color: aliceblue !important;
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
@ -374,7 +374,7 @@
|
|
|
|
|
// background:var(--primary);
|
|
|
|
|
// background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
|
|
|
|
// background: -webkit-linear-gradient(45deg, (--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
|
|
|
|
// background: #269DB8;
|
|
|
|
|
// background: #024d71;
|
|
|
|
|
// // background: linear-gradient(90deg, #85C48D 0%, #85C48D 13%, #2BB5C6 98%, #2BB5C6 100%);
|
|
|
|
|
// color:var(--light);
|
|
|
|
|
// text-transform: capitalize;
|
|
|
|
|
@ -508,7 +508,7 @@ ion-title{
|
|
|
|
|
.contentBg:before {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
background: #269DB8;
|
|
|
|
|
background: #024d71;
|
|
|
|
|
height: 140px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
@ -577,7 +577,7 @@ $actionBtnSize : 36px;
|
|
|
|
|
border-radius: $actionBtnSize;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: block;
|
|
|
|
|
background-color: #269DB8;
|
|
|
|
|
background-color: #024d71;
|
|
|
|
|
line-height: $actionBtnSize;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
img{
|
|
|
|
|
@ -617,7 +617,7 @@ $actionBtnSize : 36px;
|
|
|
|
|
|
|
|
|
|
.active-Segment {
|
|
|
|
|
font-size: 0.3cm !important;
|
|
|
|
|
background: #269DB8 !important;
|
|
|
|
|
background: #024d71 !important;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
--color-checked: none;
|
|
|
|
|
border-radius: 100px;
|
|
|
|
|
@ -649,7 +649,7 @@ $actionBtnSize : 36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-dropdown{
|
|
|
|
|
background: #269DB8;
|
|
|
|
|
background: #024d71;
|
|
|
|
|
ion-select {
|
|
|
|
|
.select-text{
|
|
|
|
|
margin-left: -10px;
|
|
|
|
|
@ -864,7 +864,7 @@ $actionBtnSize : 36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.green-label-container{
|
|
|
|
|
border-top: 5px solid #269DB8;
|
|
|
|
|
border-top: 5px solid #024d71;
|
|
|
|
|
padding: 1px 0px;
|
|
|
|
|
margin: 15px 0px
|
|
|
|
|
}
|
|
|
|
|
|