12 lines
180 B
SCSS
12 lines
180 B
SCSS
|
.shortcuts-list {
|
||
|
padding: 0;
|
||
|
|
||
|
&__description {
|
||
|
margin-left: em(16, 14);
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
&__item {
|
||
|
margin-bottom: em(7, 14);
|
||
|
}
|
||
|
}
|