10 lines
125 B
SCSS
10 lines
125 B
SCSS
.auth-panel__select {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
cursor: pointer;
|
|
}
|