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.
17 lines
390 B
SCSS
17 lines
390 B
SCSS
.addEitOkButton{
|
|
white-space: normal !important;
|
|
text-transform: capitalize !important;
|
|
min-height: 45px !important;
|
|
min-width: 5px !important;
|
|
margin: 8px !important;
|
|
background-color: #024d71;
|
|
width: 80% !important;
|
|
color: white!important;
|
|
border-radius: 16px !important;
|
|
}
|
|
|
|
.editIconDiv{
|
|
right: 10px;
|
|
position: absolute;
|
|
top: 10px;
|
|
} |