Skip to content

Commit

Permalink
UPDATE: styles in the expert modal (#1892)
Browse files Browse the repository at this point in the history
* Fix the styles in the expert modal

* FIX: all requested styles in expert medal

* UPDATE: center the text in the inputs

* FIX expert modal with new theme
  • Loading branch information
mabasian authored May 23, 2024
1 parent 579a2b0 commit 58247d4
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 93 deletions.
23 changes: 17 additions & 6 deletions launcher/public/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,10 @@ video {
margin-top: 2rem;
}

.mt-0{
margin-top: 0px;
}

.box-border{
-webkit-box-sizing: border-box;
box-sizing: border-box;
Expand Down Expand Up @@ -2226,8 +2230,8 @@ video {
width: 8rem;
}

.w-\[925px\]{
width: 925px;
.w-\[970px\]{
width: 970px;
}

.w-fit{
Expand Down Expand Up @@ -2761,6 +2765,12 @@ video {
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));
Expand Down Expand Up @@ -3881,6 +3891,11 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#3a3d40\]{
--tw-bg-opacity: 1;
background-color: rgb(58 61 64 / var(--tw-bg-opacity));
}

.bg-opacity-80{
--tw-bg-opacity: 0.8;
}
Expand Down Expand Up @@ -5633,10 +5648,6 @@ html body {
--tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-80:focus{
--tw-ring-opacity: 0.8;
}

.active\:scale-100:active{
--tw-scale-x: 1;
--tw-scale-y: 1;
Expand Down
Loading

0 comments on commit 58247d4

Please sign in to comment.