Commit ec0407a6 authored by Nikolay Gromov's avatar Nikolay Gromov

step-list update

parent b7bc1dda
...@@ -10,17 +10,20 @@ ...@@ -10,17 +10,20 @@
&__item { &__item {
position: relative; position: relative;
margin-left: 5rem; margin-left: 5rem;
margin-bottom: 1.5rem;
padding-left: 1.2rem; padding-left: 1.2rem;
border-left: 1px solid @border-color; border-left: 1px solid @border-color;
&:not(:last-child) {
margin-bottom: 1.5rem;
}
&:before { &:before {
content: counter(step-list) '.'; content: counter(step-list) '.';
counter-increment: step-list; counter-increment: step-list;
position: absolute; position: absolute;
top: 0; top: 0;
left: -5rem; left: -5rem;
font-size: @font-size--h2; font-size: @font-size--h1;
width: 1.2em; width: 1.2em;
height: @line-height; height: @line-height;
line-height: @line-height; line-height: @line-height;
...@@ -48,7 +51,7 @@ ...@@ -48,7 +51,7 @@
} }
&__title { &__title {
font-size: @font-size--h2; font-size: @font-size--h1;
font-weight: 400; font-weight: 400;
line-height: @line-height; line-height: @line-height;
padding: 0 0 .7rem; padding: 0 0 .7rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment