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.
40 lines
747 B
SCSS
40 lines
747 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: #22c6b3;
|
|
}
|
|
.addEitOkButton{
|
|
white-space: normal !important;
|
|
text-transform: capitalize !important;
|
|
min-height: 45px !important;
|
|
min-width: 5px !important;
|
|
margin: 8px !important;
|
|
background-color: #22c6b3;
|
|
width: 80% !important;
|
|
color: white!important;
|
|
border-radius: 16px !important;
|
|
} |