index.less 451 Bytes
Newer Older
DarkForst's avatar
DarkForst committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
.flow_item{
  position: relative;
  min-width: 130px;
  padding: 0 70px 0 0;
}
.flow_item_default{
  position: relative;
  min-width: 130px;
  padding: 0 70px 0 0;
}
.flow_item::after{
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 50px;
  height: 10px;
  background: url(/img/arrow-right.png);
  background-size: 50px 9px;
  transform: translateY(-50%);
  content: ''
}
.flow_title{
  position: absolute;
  top: -25px;
}