Skip to content

Commit

Permalink
Update Create Repo UI
Browse files Browse the repository at this point in the history
  • Loading branch information
itaigilo committed Sep 11, 2024
1 parent a513ff3 commit 7f4b625
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webui/src/styles/quickstart.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
img.quickstart {
border: 1px solid black;
border: 1px solid var(--bs-emphasis-color);
margin-bottom: 0.4em;
}

details {
margin-bottom: 0.2em;
padding: 0.3rem 0.5rem;
border: 1px solid #DFDFDF;
border: 1px solid var(--bs-border-color);
}

details img {
max-width: 100%;
height: auto;
border: 1px solid black;
border: 1px solid var(--bs-emphasis-color);
margin-bottom: 0.4em;
margin-right: 0.4em;
}
Expand All @@ -30,21 +30,21 @@ details>summary {
.repository-creation-accordion .accordion-button,
.repository-creation-accordion .accordion-button:not(.collapsed) {
border: 25px;
background-color: #F3F4F5;
background-color: var(--bs-light-border-subtle);
color: var(--bs-heading-color);
}

.repository-creation-accordion .accordion-item {
margin-top: 15px;
background-color: #F3F4F5;
background-color: var(--bs-light-border-subtle);
border: 0;
}

.repository-creation-expanded {
--bs-accordion-body-padding-x: 1.25rem;
--bs-accordion-body-padding-y: 1rem;
padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
background-color: #F3F4F5;
background-color: var(--bs-light-border-subtle);
border-radius: 0.375rem;
}

0 comments on commit 7f4b625

Please sign in to comment.