Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 22, 2024
1 parent 67b40bc commit 955f923
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions solara/lib/core/dashboard/brand/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,15 @@
transition: background-color 0.3s ease, opacity 0.3s ease;
}

.add-field-btn {
min-width: 150px;
background-color: var(--primary-color);
color: white;
margin: 10px;
font-size: 18px;
transition: background-color 0.3s ease, opacity 0.3s ease;
}

.apply-changes-button {
min-width: 250px;
background-color: #ff4136;
Expand Down

0 comments on commit 955f923

Please sign in to comment.