|
|
@ -1818,19 +1818,19 @@
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
input::placeholder {
|
|
|
|
input::placeholder {
|
|
|
|
color: white;
|
|
|
|
color: rgba($black, 0.6);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.session-input-with-label-container {
|
|
|
|
.session-input-with-label-container {
|
|
|
|
color: black;
|
|
|
|
@include themify($themes) {
|
|
|
|
background-color: $inputBackgroundColor;
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
|
|
|
|
color: $black;
|
|
|
|
|
|
|
|
}
|
|
|
|
width: 30vw;
|
|
|
|
width: 30vw;
|
|
|
|
|
|
|
|
|
|
|
|
border-radius: 100px;
|
|
|
|
border-radius: 100px;
|
|
|
|
#session-input-floating-label {
|
|
|
|
#session-input-floating-label {
|
|
|
|
padding: $session-margin-sm;
|
|
|
|
padding: $session-margin-sm;
|
|
|
|
color: white;
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
label.session-input-with-label-container.filled {
|
|
|
|
label.session-input-with-label-container.filled {
|
|
|
|