Cleaner SASS

pull/5981/head
Wieland Lindenthal 7 years ago
parent 13c5b01851
commit 1f01b1ad5f
  1. 3
      app/assets/stylesheets/content/_projects_list.sass

@ -29,6 +29,7 @@
$project-table--start-indentation: 0.5em
$project-table--child-indentation: 1.1em
$project-table--icon-distance: 5px
$project-table--description-indention: 9px
@mixin calc-indentation-name($indentation)
// This does not work for big font-sizes
@ -36,7 +37,7 @@ $project-table--icon-distance: 5px
@mixin calc-indentation-description($indentation)
// This does not work for big font-sizes
padding-left: calc(#{$indentation} * #{$project-table--child-indentation} + #{$project-table--start-indentation} + 9px)
padding-left: calc(#{$indentation} * #{$project-table--child-indentation} + #{$project-table--start-indentation} + #{$project-table--description-indention})
form.project-filters
display: none

Loading…
Cancel
Save