parent
39ffe47ca6
commit
6fca83c81b
@ -22,7 +22,6 @@
|
|||||||
& input {
|
& input {
|
||||||
background-color: #eff0f4;
|
background-color: #eff0f4;
|
||||||
border-radius: var(--borderRadius);
|
border-radius: var(--borderRadius);
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px 6px 10px 32px;
|
padding: 10px 6px 10px 32px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -37,8 +36,13 @@
|
|||||||
|
|
||||||
& .nc-icon {
|
& .nc-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
@apply(--dropShadowDeep);
|
@apply(--dropShadowDeep);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
top: 0;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user