index.less 360 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
.underline_title{
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(216,216,216, 0.3);
  & > span {
    display: inline-block;
    min-width: 60px;
    padding: 5px;
    text-align: center;
    //border-bottom: 3px solid @primary-color;
  }
}

.border_left{
  & > span:first-of-type {
    padding: 0 10px;
    border-left: 3px solid @primary-color;
  }
}