mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
42 lines
898 B
Sass
42 lines
898 B
Sass
|
#game-menu-modal
|
||
|
|
||
|
|
||
|
// http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
|
||
|
.tabs-left
|
||
|
.nav-tabs
|
||
|
border-bottom: 0
|
||
|
|
||
|
.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
|
||
|
float: left
|
||
|
margin-right: 19px
|
||
|
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
|