Skip to content

Instantly share code, notes, and snippets.

@AndreyKopylov
Created November 25, 2014 10:13
Show Gist options
  • Save AndreyKopylov/83798f2ba768112749ba to your computer and use it in GitHub Desktop.
Save AndreyKopylov/83798f2ba768112749ba to your computer and use it in GitHub Desktop.
.search
position relative
z-index 3
&__label
float left
padding-top 12px
padding-bottom 12px
font-weight 300
font-size 16px
color #979797
&__fieldset
clearfix()
display block
label& .search__label
cursor pointer
&__col
float left
clearfix()
&_has_inline
padding-top 9px
&_type_1
width 316px
padding-left 60px
&_type_2
width 763px
&_simple
height 82px
margin-top -30px
& .search__button
margin-top 0
&__container
width 100%
height 112px
font-size 14px
background-color rgba(256, 256, 256, .6)
&__input
float left
position relative
margin 31px 0 0 60px
border none
border-radius 5px 0 0 5px
height 45px
width 678px
line-height 100%
font-size 16px
color #000
padding-left 19px
box-shadow 0px 2px 2px 0px rgba(50, 50, 50, 0.35);
&::-ms-clear
display none
&_simple
margin-top 0
border-radius 5px
width 861px
&_info
border-radius 5px
width 800px
margin 0
&__dropdown
float left
position relative
width 182px
height 45px
background #fff
margin-top 31px
border-radius 0 5px 5px 0
box-shadow 0px 2px 2px 0px rgba(50, 50, 50, 0.35);
&:after
display none
&:before
content ''
display block
position absolute
top 2px
left 0px
width 1px
height 41px
background #e7e7e7
& .dropdown-button
padding-top 15px
& .dropdown-toggle
overflow hidden
text-overflow ellipsis
white-space nowrap
padding-right 23px
&__button
float left
margin-top 31px
margin-left 10px
width 110px
border none
&:before
display none
&_info
margin 0
float right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment