You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
400 B

// Public dropdown styles // --------------------------------------------------
div.dropdown {
z-index: 1000;
-webkit-transform: translate3d(0, 0, 10px) translateZ(10px);
a {
color: #2483B4;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 13px;
text-decoration: none;
&:hover {
color: black;
text-decoration: underline;
}
}
}