mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
14 lines
219 B
SCSS
14 lines
219 B
SCSS
.social-links {
|
|
li {
|
|
a {
|
|
background: #f8f8f8;
|
|
border-radius: 50%;
|
|
color: $text-muted;
|
|
display: inline-block;
|
|
height: 1.75rem;
|
|
width: 1.75rem;
|
|
line-height: 1.75rem;
|
|
text-align: center;
|
|
}
|
|
}
|
|
} |