Skip to content

Commit

Permalink
update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzl committed Jul 11, 2024
1 parent 995540b commit e40e5b3
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions src/vinywaji/gui/static/css/dist/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -813,11 +813,6 @@ input[type=number] {
margin-bottom: 1rem;
}

.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

.mb-8 {
margin-bottom: 2rem;
}
Expand Down Expand Up @@ -928,6 +923,10 @@ input[type=number] {
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-black\/10 {
background-color: rgb(0 0 0 / 0.1);
}

.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -4853,18 +4852,6 @@ input[type=number] {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/50 {
background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/10 {
background-color: rgb(255 255 255 / 0.1);
}

.bg-black\/10 {
background-color: rgb(0 0 0 / 0.1);
}

.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
Expand Down

0 comments on commit e40e5b3

Please sign in to comment.