mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
45 lines
967 B
Sass
45 lines
967 B
Sass
#game-menu-modal
|
|
|
|
|
|
// http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
|
|
.tabs-left
|
|
> .nav-tabs
|
|
float: left
|
|
width: 185px
|
|
border-bottom: 0
|
|
|
|
> .tab-content
|
|
padding: 0px 15px
|
|
margin-left: 185px
|
|
|
|
.tab-content > .tab-pane, .pill-content > .pill-pane
|
|
display: none
|
|
|
|
.tab-content > .active, .pill-content > .active
|
|
display: block
|
|
|
|
.tabs-left
|
|
> .nav-tabs > li
|
|
float: none
|
|
|
|
> a
|
|
min-width: 74px
|
|
margin-right: 0
|
|
margin-bottom: 3px
|
|
|
|
.tabs-left > .nav-tabs
|
|
border-right: 1px solid #ddd
|
|
|
|
> li > a
|
|
margin-right: -1px
|
|
-webkit-border-radius: 4px 0 0 4px
|
|
-moz-border-radius: 4px 0 0 4px
|
|
border-radius: 4px 0 0 4px
|
|
|
|
&:hover, &:focus
|
|
border-color: #eee #ddd #eee #eee
|
|
|
|
> .active a
|
|
&, &:hover, &:focus
|
|
border-color: #ddd transparent #ddd #ddd
|
|
*border-right-color: #fff
|