Skip to content

Commit

Permalink
Update experiment selection styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalada committed Mar 14, 2024
1 parent 125479e commit 200ebef
Showing 1 changed file with 8 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,29 @@
width: 100%;
text-decoration: none;
height: auto;
padding: $space-xs;
padding-left: 0;
display: flex;
align-items: flex-start;
cursor: pointer;
text-decoration: unset;
margin-bottom: $space-xxxxs;
position: relative;
flex-direction: column;
border-radius: 0.25rem;
text-align: left;

.MuiButton-label {
align-items: flex-start;
flex-direction: column;
flex-direction: row;
line-height: normal;
text-transform: none;
justify-content: flex-start;
}

&:hover {
background: $cuddle-20;
}
&__rightContainer {
display: flex;
flex-direction: column;
}
&__experimentName {
width: 100%;
word-break: break-all;
Expand Down Expand Up @@ -149,7 +151,6 @@
flex-direction: row;
justify-content: space-between;
&__inputBase {
padding-left: 0.5rem;
margin: 0;
font-size: $text-md;
width: 100%;
Expand All @@ -158,22 +159,10 @@
border: none;
width: 2rem;
height: 2rem;
margin: 0;
margin: $space-xxxs;
}
}
.error {
border: 1px solid red;
}
}

// .Popper__SelectForm__select{
// @extend .Metrics__SelectForm__metric__select;
// }

// .Popper__SelectForm__option{
// @extend .Metrics__SelectForm__option !optional;
// }

// .Popper__SelectForm__option__label{
// @extend .Metrics__SelectForm__option__label !optional;
// }

0 comments on commit 200ebef

Please sign in to comment.