no message
This commit is contained in:
parent
ba9ceb8fbf
commit
95a00a582f
@ -58,7 +58,7 @@
|
||||
margin-bottom: 30px;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
border: 2px solid #c4c7ce;
|
||||
border: 1px solid #c4c7ce;
|
||||
}
|
||||
.boxbox .body .left .input-box.input-active {
|
||||
border-radius: 10px 10px 0 0;
|
||||
@ -82,7 +82,7 @@
|
||||
height: 0;
|
||||
max-height: 400px;
|
||||
top: 46px;
|
||||
left: -2px;
|
||||
left: -1px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 0 0 10px 10px;
|
||||
z-index: 10;
|
||||
@ -97,7 +97,7 @@
|
||||
height: 0;
|
||||
}
|
||||
100% {
|
||||
border-width: 2px;
|
||||
border-width: 1px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
margin-bottom: 30px;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
border: 2px solid #c4c7ce;
|
||||
border: 1px solid #c4c7ce;
|
||||
|
||||
&.input-active {
|
||||
border-radius: 10px 10px 0 0;
|
||||
@ -87,7 +87,7 @@
|
||||
height: 0;
|
||||
max-height: 400px;
|
||||
top: 46px;
|
||||
left: -2px;
|
||||
left: -1px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border-radius: 0 0 10px 10px;
|
||||
z-index: 10;
|
||||
@ -103,7 +103,7 @@
|
||||
}
|
||||
|
||||
100% {
|
||||
border-width: 2px;
|
||||
border-width: 1px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user