search button for user finder

This commit is contained in:
Henry Jameson 2018-12-03 08:03:11 +03:00
parent ea805bbbe6
commit 6b3489a4d3
13 changed files with 59 additions and 31 deletions

View file

@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?60305294');
src: url('../font/fontello.eot?60305294#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?60305294') format('woff2'),
url('../font/fontello.woff?60305294') format('woff'),
url('../font/fontello.ttf?60305294') format('truetype'),
url('../font/fontello.svg?60305294#fontello') format('svg');
src: url('../font/fontello.eot?43308757');
src: url('../font/fontello.eot?43308757#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?43308757') format('woff2'),
url('../font/fontello.woff?43308757') format('woff'),
url('../font/fontello.ttf?43308757') format('truetype'),
url('../font/fontello.svg?43308757#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?60305294#fontello') format('svg');
src: url('../font/fontello.svg?43308757#fontello') format('svg');
}
}
*/
@ -61,6 +61,7 @@
.icon-star-empty:before { content: '\e803'; } /* '' */
.icon-retweet:before { content: '\e804'; } /* '' */
.icon-eye-off:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */
.icon-plus-squared:before { content: '\e806'; } /* '' */
.icon-cog:before { content: '\e807'; } /* '' */
.icon-logout:before { content: '\e808'; } /* '' */