Skip to content

Instantly share code, notes, and snippets.

@minhkhoablieu
Created July 2, 2020 11:16
Show Gist options
  • Save minhkhoablieu/c7c33162757a852d5576a847a4b0e41a to your computer and use it in GitHub Desktop.
Save minhkhoablieu/c7c33162757a852d5576a847a4b0e41a to your computer and use it in GitHub Desktop.
@import "varibale";
header {
.header-bottom{
background: #129FD8;
padding: 20px 0;
}
.hotline-number {
width: 48%;
border-right: 1px solid rgba(0,0,0,0.2);
display: inline-block;
vertical-align: middle;
padding-right: 10px;
font-style: italic;
a{
color: yellow;
font-weight: bold;
font-size: 28px;
}
p {
font-size: 12px;
text-align: center;
color: white;
}
}
.hotline-shipping {
display: inline-block;
width: 50%;
padding-left: 10px;
}
.header-user {
vertical-align: middle;
text-align: center;
padding-bottom: 10px;
.login{
color:white;
}
}
.header-cart {
vertical-align: middle;
text-align: center;
display: block;
position: relative;
a {
position: relative;
display: inline-block;
}
.cart-count {
top: 0px;
position: absolute;
background: red;
color: white;
padding: 2px 8px;
right: 0px;
font-size: 11px;
border-radius: 5px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment