Vulcan/packages/_telescope-theme-base/lib/client/scss/global/_icons.scss

18 lines
303 B
SCSS
Raw Normal View History

.icon-circle{
border-radius: 100%;
border: 1px solid currentColor;
2015-09-03 09:30:04 +09:00
// padding: 6px;
// line-height: 0;
&:before{
2015-09-03 09:30:04 +09:00
// height: 12px;
// width: 12px;
// text-align: center;
// line-height: 12px;
// font-size: 10px;
// display: inline-block;
}
2015-08-21 10:20:48 +09:00
}
.fa-fw{
width: 1.5em;
}