mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
18 lines
No EOL
303 B
SCSS
18 lines
No EOL
303 B
SCSS
.icon-circle{
|
|
border-radius: 100%;
|
|
border: 1px solid currentColor;
|
|
// padding: 6px;
|
|
// line-height: 0;
|
|
&:before{
|
|
// height: 12px;
|
|
// width: 12px;
|
|
// text-align: center;
|
|
// line-height: 12px;
|
|
// font-size: 10px;
|
|
// display: inline-block;
|
|
}
|
|
}
|
|
|
|
.fa-fw{
|
|
width: 1.5em;
|
|
} |