2021-05-06 10:10:51 +00:00
|
|
|
#admin-projects-create .form solid-multiple-form {
|
|
|
|
height: 100%;
|
|
|
|
button {
|
|
|
|
border: 1px solid var(--color-secondary);
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: var(--color-secondary);
|
|
|
|
background-color: white;
|
|
|
|
font-weight: 700;
|
|
|
|
padding: 9px 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 14px;
|
|
|
|
border-radius: 16.5px;
|
2021-05-12 18:30:08 +00:00
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-05-06 10:10:51 +00:00
|
|
|
}
|
|
|
|
button:hover {
|
|
|
|
background-color: var(--color-secondary);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#projects-edit .edit-businessprovider form {
|
|
|
|
display: table-row;
|
|
|
|
border-bottom: 1px solid #C9C8C8;
|
|
|
|
border-right: 1px solid #C9C8C8;
|
2021-05-12 18:30:08 +00:00
|
|
|
text-align: center;
|
2021-05-06 10:10:51 +00:00
|
|
|
.segment.table-cell {
|
|
|
|
border-bottom: 1px solid #C9C8C8;
|
|
|
|
border-right: 1px solid #C9C8C8;
|
|
|
|
height: 60px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
[type="submit"] {
|
|
|
|
margin: 19px auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#projects-information .display-businessprovider {
|
2021-05-06 13:35:47 +00:00
|
|
|
[name="name"]::after {
|
|
|
|
content: " - ";
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2021-05-06 10:10:51 +00:00
|
|
|
[name="fee"]:after {
|
|
|
|
content: " %";
|
|
|
|
}
|
|
|
|
> div > solid-display:not(:first-child) [name="titlebusinessprovider"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|