Fork-Awesome/src/assets/less/site/search.less

30 lines
478 B
Plaintext
Raw Normal View History

.filter-parent {
position: relative;
font-size: 18px;
2015-01-16 06:05:06 +08:00
padding-top: 40px;
margin: -20px auto 40px;
label {
position: absolute;
left: 17px;
2015-01-16 06:05:06 +08:00
top: 50px;
}
#filter-by, .hint {
padding-left: 43px;
padding-right: 43px;
border-radius: 23px;
}
.hint {
color: #aaa;
}
#filter-clear {
text-decoration: none;
position: absolute;
right: 18px;
2015-01-16 06:05:06 +08:00
top: 53px;
&.gone {
opacity: 0;
pointer-events: none;
}
}
}