Skip to content

Instantly share code, notes, and snippets.

@ihortkachuk
Created December 25, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihortkachuk/b044d2b4ec4c18eda8d8 to your computer and use it in GitHub Desktop.
Save ihortkachuk/b044d2b4ec4c18eda8d8 to your computer and use it in GitHub Desktop.
/* ------------ Dropdown contacts block ------------- */
#contact-dropdown {
width: 420px;
height: 330px;
background: #ffffff;
position: absolute;
top: 98px;
left: -100px;
padding: 37px 30px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid rgba(0,0,0,.2);
}
#contact-dropdown p {
margin-bottom: 10px;
color: #111;
}
.label-grey {
width: 72px;
display: inline-block;
color: #333 !important;
}
.sale {
margin-bottom: 20px;
}
.sale,
.teamlead {
padding-left: 45px;
position: relative;
}
#contact-dropdown .list-style {
left: 0;
top: -9px;
}
#contact-dropdown .close {
color: #cc2229;
position: absolute;
top: 15px;
right: 15px;
opacity: 1;
}
.triangle {
width: 26px;
height: 26px;
position: absolute;
overflow: hidden;
top: -26px;
left: 200px;
}
.triangle:after {
content: "";
position: absolute;
width: 18px;
height: 18px;
background: #fff;
-webkit-transform: rotate(45deg);
top: 17px;
left: 3px;
border: 1px solid rgba(0,0,0,.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment