debug
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
height: 325px;
|
||||
// background: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 3rem $gutter 1.5rem $gutter;
|
||||
@media screen and (min-width: 768px) {
|
||||
width: calc(100% / 2 - #{$gutter} * 2);
|
||||
@@ -39,18 +40,7 @@
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
&.last::after{
|
||||
display: inline-block;
|
||||
content: " ";
|
||||
width: 3px;
|
||||
height: auto;
|
||||
margin: -2.5rem 0 0 0;
|
||||
background: $color1;
|
||||
position: relative;
|
||||
left: 0.5rem;
|
||||
}
|
||||
&.first{
|
||||
flex-direction: column;
|
||||
span{
|
||||
font-family: 'truenolight';
|
||||
position: absolute;
|
||||
@@ -59,6 +49,19 @@
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
&:not(:first-child){
|
||||
&::before{
|
||||
position: absolute;
|
||||
display: block;
|
||||
content: " ";
|
||||
width: 1px;
|
||||
height: calc(100% + 3rem);
|
||||
margin: -2.5rem 0 0 0;
|
||||
background: $color1;
|
||||
left: -0.5rem;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user