mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
46 lines
No EOL
926 B
Sass
46 lines
No EOL
926 B
Sass
@import "app/styles/bootstrap/variables"
|
|
@import "app/styles/mixins"
|
|
@import "app/styles/style-flat"
|
|
|
|
#teacher-dashboard-nav
|
|
vertical-align: middle
|
|
text-transform: uppercase
|
|
|
|
.navbar
|
|
border-radius: 0
|
|
background: $navy
|
|
|
|
.navbar-toggle
|
|
margin-top:
|
|
border-color: white
|
|
|
|
.icon-bar
|
|
background-color: white
|
|
|
|
.navbar-brand
|
|
color: white
|
|
padding-top: 11px
|
|
padding-bottom: 11px
|
|
|
|
li > a
|
|
font-family: $body-font
|
|
// font-size: 16px
|
|
padding: 13px 12px 21px 12px
|
|
// color: $burgandy
|
|
// text-shadow: 0 0 0
|
|
|
|
li > a:hover
|
|
background-color: white
|
|
small
|
|
color: $navy
|
|
|
|
li.active
|
|
.label
|
|
padding-left: 0
|
|
padding-right: 0
|
|
padding-bottom: 0
|
|
margin-left: 0.6em
|
|
margin-right: 0.6em
|
|
border-bottom: 4px solid white
|
|
border-radius: 0
|
|
|