64 lines
1.4 KiB
Stylus
64 lines
1.4 KiB
Stylus
.logoContainer
|
|
position: absolute
|
|
height: 40px
|
|
top: 0
|
|
right: 0
|
|
padding: 0 10px
|
|
color: white
|
|
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
|
|
width: 15%
|
|
|
|
#menu
|
|
position: relative
|
|
float: right
|
|
height: 100%
|
|
line-height: 40px
|
|
|
|
.dropdown-menu > li > a:hover
|
|
background-color: #eee
|
|
|
|
.dropdown-menu > li > a >i
|
|
margin-right: 5px
|
|
|
|
.dropdown-toggle
|
|
color: white
|
|
height: 100%
|
|
font-size: 12pt
|
|
font-family: "Sanchez"
|
|
|
|
.divider
|
|
height: 2px
|
|
margin: 9px 2px
|
|
overflow: hidden
|
|
background-color: #e5e5e5
|
|
border-bottom: 1px solid #fff
|
|
|
|
.navbar-brand
|
|
display: inline-block
|
|
padding: 0
|
|
margin-right: 5px
|
|
height: 100%
|
|
|
|
img
|
|
height: 30px
|
|
float: left
|
|
margin-right: 10px
|
|
margin-top: 5px
|
|
/* Media queries for iPhone6*/
|
|
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
|
|
height: 20px
|
|
margin-top: 10px
|
|
margin-bottom: 10px
|
|
margin-right: 5px
|
|
|
|
h4.name
|
|
float: left
|
|
margin: 10px 0
|
|
font-family: "Sanchez"
|
|
color: white
|
|
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
|
|
font-size: 0.3em
|
|
font-size: 0.3em
|
|
width: 50%
|
|
|