add lost SVGs and implement SearchBox skeleton
This commit is contained in:
parent
cc1e30c963
commit
f8d5101dbc
11 changed files with 193 additions and 1 deletions
|
@ -38,7 +38,7 @@ limitations under the License.
|
|||
width: 100%;
|
||||
vertical-align: middle;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
padding-right: 16px;
|
||||
color: rgba(69, 69, 69, 0.8);
|
||||
}
|
||||
|
@ -136,6 +136,7 @@ limitations under the License.
|
|||
position: relative;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
padding-right: 0px;
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue