Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Desktop Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Desktop Client
Commits
c80b4a61
Commit
c80b4a61
authored
Jun 17, 2020
by
SpinShare
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed redundant code
parent
e4a9e3f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
35 deletions
+31
-35
src/views/Search.vue
src/views/Search.vue
+31
-35
No files found.
src/views/Search.vue
View file @
c80b4a61
...
...
@@ -135,48 +135,44 @@
}
& .actions {
display: grid;
grid-template-columns:
auto auto auto auto 1fr
;
grid-template-columns:
1fr auto
;
grid-gap: 15px;
}
& .actions {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
& .show-all {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 10px;
}
input {
width: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
background: transparent;
color: #fff;
border-radius: 4px;
padding: 9px 20px;
background: rgba(255,255,255,0.2);
border: 0px;
transition: 0.2s ease-in-out all;
&:hover {
background: rgba(255,255,255,0.1);
color: #fff;
}
&:focus {
outline: 0;
border-color: rgba(255,255,255,0.6);
& .show-all {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 10px;
}
&::placeholder {
color: rgba(255,255,255,0.6);
input {
width: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
background: transparent;
color: #fff;
border-radius: 4px;
padding: 9px 20px;
background: rgba(255,255,255,0.2);
border: 0px;
transition: 0.2s ease-in-out all;
&:hover {
background: rgba(255,255,255,0.1);
color: #fff;
}
&:focus {
outline: 0;
border-color: rgba(255,255,255,0.6);
}
&::placeholder {
color: rgba(255,255,255,0.6);
}
}
}
}
}
& .search-results {
display: grid;
grid-template-rows: auto auto auto 1fr;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment