Skip to content
Snippets Groups Projects

Issue/96 advanced search

Merged Stelios requested to merge issue/96-advanced-search into master
All threads resolved!
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,7 +29,7 @@
position: relative;
}
.workflow-search {
.search-large {
height: 5rem;
width: 60%;
border: 2px solid black;
@@ -37,17 +37,17 @@
margin-bottom:30px;
}
.ida .workflow-search:focus{
.ida .search-large:focus{
outline: none;
border-color: blue;
}
.ida .workflow-search:focus + .placeholder-text .text, :not(input[value=""]) + .placeholder-text .text{
.ida .search-large:focus + .placeholder-text .text, :not(input[value=""]) + .placeholder-text .text{
background-color: white;
font-size: 1.1rem;
color: black;
transform: translate(0, -170%);
}
.ida .workflow-search:focus + .placeholder-text .text{
.ida .search-large:focus + .placeholder-text .text{
border-color: blueviolet;
color: blue;
}
@@ -72,7 +72,7 @@
transition: transform 0.15s ease-out, font-size 0.15s ease-out, background-color 0.2s ease-out, color 0.15s ease-out;
}
.ida .workflow-search, .placeholder-text{
.ida .search-large, .placeholder-text{
font-size: 1.4rem;
padding: 0 1.2rem;
Loading