Created
April 8, 2017 01:28
-
-
Save raselahmed7/b383e2aeb677830de26c70797d25d1c5 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
.shopping-icon { | |
border: 1px solid #ddd; | |
border-radius: 50%; | |
color: #1b80bb; | |
font-size: 18px; | |
height: 53px; | |
line-height: 50px; | |
position: absolute; | |
right: 0; | |
text-align: center; | |
top: 0; | |
width: 53px; | |
} | |
.header-iconic-box { | |
color: #5b5b5b; | |
display: inline-block; | |
font-family: noto serif; | |
margin-bottom: 0; | |
margin-right: 30px; | |
padding-left: 65px; | |
padding-top: 5px; | |
position: relative; | |
} | |
.header-iconic-box i.fa { | |
border: 1px solid #ddd; | |
border-radius: 50%; | |
color: #1b80bb; | |
font-size: 18px; | |
height: 53px; | |
left: 0; | |
line-height: 50px; | |
margin-top: -26.5px; | |
position: absolute; | |
text-align: center; | |
top: 50%; | |
width: 53px; | |
} | |
.header-iconic-box span { | |
color: #2d2d2d; | |
display: block; | |
font-family: roboto; | |
font-size: 20px; | |
font-weight: 700; | |
} | |
.shopping-icon span { | |
background: #1b80bb none repeat scroll 0 0; | |
border-radius: 50%; | |
color: #fff; | |
display: block; | |
font-size: 12px; | |
height: 25px; | |
line-height: 27px; | |
position: absolute; | |
right: -10px; | |
top: -5px; | |
width: 25px; | |
} | |
.logo a { | |
color: #333; | |
} | |
.logo h2 { | |
margin: 0; | |
padding: 10px 0; | |
} | |
.mainmenu { | |
border-top: 1px solid #d3e0e7; | |
font-size: 17px; | |
margin-top: 30px; | |
} | |
.header-area { | |
padding-top: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment