mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
12 lines
176 B
SCSS
12 lines
176 B
SCSS
@import 'variables';
|
|
|
|
.conversion {
|
|
font-size: $font-size-mini;
|
|
color: $brand-grey-light;
|
|
text-align: center;
|
|
|
|
span {
|
|
margin-left: $spacer / 2;
|
|
}
|
|
}
|