mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
[web] Bootstrap 5 form elements GitOrigin-RevId: 7d031bed07007d0aa00a43f06d25bfb7384dee87
15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
.input-suggestions {
|
|
position: relative;
|
|
}
|
|
|
|
.input-suggestions-main {
|
|
position: absolute;
|
|
top: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.input-suggestions-shadow {
|
|
background-color: @input-bg !important;
|
|
color: lighten(@input-color, 25%);
|
|
}
|