9 lines
241 B
SCSS
9 lines
241 B
SCSS
.xseries-icon {
|
|
background: url('#{$static-path}/images/programs/xseries-icon.svg') no-repeat;
|
|
}
|
|
|
|
.micromasters-icon {
|
|
margin-top: $baseline * 0.05;
|
|
background: url('#{$static-path}/images/programs/micromasters-icon.svg') no-repeat;
|
|
}
|