mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
initial commit.
This commit is contained in:
22
styles/filter.scss
Normal file
22
styles/filter.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@import "vars";
|
||||
|
||||
#filter {
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
opacity: 0.5;
|
||||
color: $medium;
|
||||
left: 0;
|
||||
top: -4px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
.btn-less { bottom: 0; left: 0px; }
|
||||
.btn-more { bottom: 0; right: 0px;}
|
||||
|
||||
.label {
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user