1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00
Files
tabler/assets/scss/dashboard/_social.scss
T
2018-02-19 20:23:01 +01:00

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;
}
}
}