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.
46 lines
921 B
SCSS
46 lines
921 B
SCSS
.footer-button {
|
|
border-radius: 2px;
|
|
padding: 0 1.1em;
|
|
min-height: 45px;
|
|
min-width: 200px;
|
|
}
|
|
|
|
ion-label {
|
|
color: var(--customnavy) !important;
|
|
}
|
|
|
|
.daynamicForm-Label {
|
|
font-size: 16px;
|
|
color: #a2a5a6 !important;
|
|
display: block;
|
|
overflow: hidden;
|
|
-webkit-flex: 1;
|
|
flex: 1;
|
|
font-size: inherit;
|
|
white-space: normal;
|
|
padding: 5px 0px;
|
|
margin: 10px auto;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
|
|
.header-toolbar-new{
|
|
--background: #024d71;
|
|
}
|
|
.addEitOkButton{
|
|
white-space: normal !important;
|
|
text-transform: capitalize !important;
|
|
min-height: 45px !important;
|
|
min-width: 5px !important;
|
|
margin: 8px !important;
|
|
background-color: #44A7A1;
|
|
width: 80% !important;
|
|
color: white!important;
|
|
border-radius: 16px !important;
|
|
--border-radius: 16px !important;
|
|
}
|
|
|
|
.country{
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
} |