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;
|
||||
|
||||
&__icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-right: $small-spacing;
|
||||
}
|
||||
|
||||
&__link {
|
||||
@include heading-3;
|
||||
@include heading-4;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue