UNPKG

589 BCSSView Raw
1.rbt-close {
2 font-size: 1rem;
3}
4.rbt-close-sm {
5 font-size: 0.75rem;
6}
7.rbt-close-content {
8 display: none;
9}
10
11.rbt-aux {
12 width: 2.5rem;
13}
14.rbt-aux-lg {
15 width: 3rem;
16}
17.rbt-aux .rbt-close {
18 margin-top: 0;
19}
20
21.rbt .form-floating {
22 flex: 1;
23}
24
25.form-floating > .rbt-input-multi:not(:placeholder-shown) ~ label {
26 opacity: inherit;
27 transform: inherit;
28}
29.form-floating > .rbt-input-multi .rbt-input-main::placeholder {
30 color: transparent;
31}
32.form-floating > .rbt-input-multi.focus ~ label {
33 opacity: 0.65;
34 transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
35}
\No newline at end of file