2014-01-03 13:32:13 -05:00
@import "../../../bootstrap/mixins"
# spell-palette-view
position : absolute
bottom : 10 px
left : 10 px
right : 10 px
2014-01-29 15:18:37 -05:00
height : 140 px
2014-02-16 18:30:00 -05:00
/ / Height relates to . tab-content height
padding-top : 35 px
padding-left : 12 px
padding-right : 4 px
2014-01-03 13:32:13 -05:00
color : #333
/ / Get crazy with the backgrounds so that we can lower the opacity on the editor background above it , making a gradient of the disabled background color on the top around where it ' s usually covered
background-color : transparent
background-size : 100 % 100 %
z-index : 0
2014-04-02 17:40:06 -04:00
//overflow-y : auto
2014-01-03 13:32:13 -05:00
img
position : absolute
left : 0
top : 0
width : 100 %
height : 100 %
z-index : -1
& . disabled
2014-01-29 15:18:37 -05:00
@ include opacity ( 0 . 80 )
2014-01-03 13:32:13 -05:00
h4
color : #333
font-size : 16 px
line-height : 16 px
margin : 0 4 px
font-weight : normal
2014-02-16 18:30:00 -05:00
. nav > li > a
padding : 2 px 20 px 0 px 20 px
margin-bottom : 3 px
ul . nav . nav-pills
li . active a
background-color : transparent
& . multiple-tabs li . active a
background-color : lighten ( rgb ( 230 , 212 , 146 ) , 10 % )
& . multiple-tabs li : not ( . active ) a
cursor : pointer
2014-04-02 17:40:06 -04:00
. tab-content
height : 80 px
. nano-pane
width : 7 px
right : 5 px
2014-02-16 18:30:00 -05:00
/ / . nav-pills > li . active > a , . nav-pills > li . active > a : hover , . nav-pills > li . active > a : focus
// background-color : lighten ( rgb ( 230 , 212 , 146 ) , 10 % )
. property-entry-column
display : inline - block
margin-right : 3 px
vertical-align : top
2014-06-25 00:07:36 -04:00
. code-language-logo
position : absolute
width : 20 px
height : 20 px
left : 12 px
top : 34 px
z-index : 10
background-color : transparent
background-repeat : no-repeat
background-size : contain
cursor : pointer
& . javascript
background-image : url( /images/pages/home/language_logo_javascript.png )
& . python
background-image : url( /images/pages/home/language_logo_python.png )
& . coffeescript
background-image : url( /images/pages/home/language_logo_coffeescript.png )
& . clojure
background-image : url( /images/pages/home/language_logo_clojure.png )
& . lua
background-image : url( /images/pages/home/language_logo_lua.png )
& . io
background-image : url( /images/pages/home/language_logo_io.png )