Adjust size of instruction block text and icon
Resolves MS-722 #complete
This commit is contained in:
parent
d25e133618
commit
f3d723838e
|
|
@ -46,13 +46,13 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
width: 40px;
|
width: 30px;
|
||||||
height: 40px;
|
height: 30px;
|
||||||
margin-right: $small-spacing;
|
margin-right: $small-spacing;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
@include heading-3;
|
@include heading-4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue