Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TAlone
memopol
Commits
9c22361b
Commit
9c22361b
authored
Jun 15, 2016
by
Nicolas Joyard
Browse files
Adjust filter style
parent
7da6745b
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/scss/base.scss
View file @
9c22361b
...
...
@@ -7,6 +7,7 @@
@import
'positions'
;
@import
'chambers'
;
@import
'groups'
;
@import
'filter'
;
@import
'external'
;
body
{
...
...
static/scss/filter.scss
0 → 100644
View file @
9c22361b
@mixin
bootstrap-shadow
(
$color
:
#66afe9
)
{
border-color
:
#66afe9
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,.
075
)
,
0
0
6px
$color
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,.
075
)
,
0
0
6px
$color
;
}
.filter-form
{
display
:
flex
;
flex-flow
:
row
wrap
;
justify-content
:
flex-start
;
align-items
:
flex-end
;
.form-group
{
display
:
flex
;
flex-flow
:
column
nowrap
;
margin
:
0
.5em
0
0
;
.help-block
{
display
:
none
;
}
.btn
{
margin-top
:
.5em
;
}
/* Override bootstrap has-success color */
.control-label
{
color
:
#555
;
}
.form-control
{
border-color
:
#ccc
;
&
:focus
{
@include
bootstrap-shadow
();
}
}
/* Override select2 */
.select2-container
{
.select2-selection
{
border-color
:
#ccc
!
important
;
height
:
34px
;
.select2-selection__rendered
{
line-height
:
34px
;
}
.select2-selection__arrow
{
height
:
32px
;
}
}
&
.select2-container--focus
,
&
.select2-container--open
{
@include
bootstrap-shadow
();
}
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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