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.
24 lines
392 B
SCSS
24 lines
392 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: var(--customnavy) !important;
|
|
display: block;
|
|
overflow: hidden;
|
|
-webkit-flex: 1;
|
|
flex: 1;
|
|
font-size: inherit;
|
|
white-space: normal;
|
|
padding: 5px 0px;
|
|
margin: 10px auto;
|
|
}
|