list expanded changes

This commit is contained in:
yuri
2019-05-10 12:28:08 +03:00
parent 2d4e1a94a4
commit a698085196
2 changed files with 8 additions and 5 deletions
+6 -5
View File
@@ -99,6 +99,10 @@
color: @gray-soft;
}
.text-smaller {
font-size: @font-size-smaller;
}
.btn {
border-radius: @button-radius;
}
@@ -242,16 +246,13 @@ label {
}
div.list-expanded > ul > li > div.expanded-row > .cell {
padding-left: 6px;
padding-right: 3px;
border-left: 1px solid @default-border-color;
padding-left: 5px;
padding-right: 5px;
}
div.list-expanded > ul > li > div.expanded-row > .cell:first-child {
padding-left: 0;
border-left: 0;
> .fas {
margin-right: 3px;
width: 18px;
}
}
+2
View File
@@ -35,6 +35,8 @@
@line-height-small-computed: floor((@font-size-base * @line-height-small));
@font-size-smaller: 13px;
@table-cell-padding: 8px;
@table-cell-less-padding: 3px;