1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/docs/_sass/_anchorjs.scss
2015-04-28 01:15:49 +02:00

22 lines
294 B
SCSS

/* anchor.js */
.anchorjs-link {
float: left;
width: 1em;
height: 1em;
margin-left: -1.2em;
opacity: 0;
color: inherit;
text-align: center;
&:link,
&:visited {
text-decoration: none;
color: inherit;
}
}
.anchorjs-icon {
font-size: 60%;
vertical-align: .2em;
}