Last active
November 17, 2015 16:23
-
-
Save folke/ea2c9f4c6adcda05eb0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.br-brand-logo { | |
background: url(http://my.teslamotors.com/sites/all/modules/custom/tesla_d7_menu/logo.svg) no-repeat; | |
background-size: 140px 60px; | |
} | |
.br-btn-secondary { | |
background-color: rgba(0,0,0,0); | |
border: none; | |
color: white; | |
padding-top: 15px; | |
} | |
.br-global-view { | |
top: 125px; | |
} | |
.br-header { | |
border-bottom: none; | |
box-shadow: rgba(0,0,0,0.1) 0 3px 4px; | |
} | |
.br-header-bottom { | |
color: #637c8c; | |
height: 70px; | |
line-height: 70px; | |
padding: 0; | |
} | |
.br-header-bottom h1 { | |
font-weight: 500; | |
} | |
.br-header-home { | |
background: #3bb9bb; | |
} | |
.br-header-left { | |
height: 55px; | |
padding-left: 0; | |
} | |
.br-header-top { | |
background: rgba(65, 79, 89, .9254902); | |
border: none; | |
height: 55px; | |
margin: 0px; | |
} | |
.br-home-gridster { | |
background: #ecf0f1; | |
} | |
.br-ma-logo { | |
background-color: rgba(65, 79, 89, 1) ; | |
height: 55px; | |
padding-left: 20px; | |
width: 160px | |
; | |
} | |
.br-ma-logo.dropdown { | |
padding-left: 10px; | |
width: auto; | |
} | |
.br-ma-logo.dropdown .fa-caret-down { | |
color: white; | |
} | |
.br-nav > li { | |
line-height: 55px; | |
} | |
.br-nav > li > a { | |
height: 55px; | |
line-height: 25px; | |
} | |
.br-nav > li:hover > a { | |
background-color: rgba(0,0,0,0.1); | |
} | |
.br-nav a.br-brand-color-three { | |
color: white; | |
} | |
.br-page-title { | |
padding: 0 20px; | |
} | |
.br-widget-box { | |
border: 0; | |
} | |
.br-widget-box.CONTENT .br-widget-view { | |
border: 0; | |
color: #4e5b65; | |
font-weight: normal; | |
} | |
.br-widget-header { | |
background-color: white; | |
border: 0; | |
color: #4e5b65; | |
padding: 15px 20px; | |
} | |
.br-widget-title { | |
font-size: 18px; | |
font-weight: normal; | |
} | |
html, body { | |
font-family: 'Helvetica Neue',Helvetica, Arial, sans-serif; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment