Browse Source

Update _bootstrap.scss

pull/1/head
Sebastian Stehle 9 years ago
committed by GitHub
parent
commit
554b958b7d
  1. 5
      src/Squidex/app/theme/_bootstrap.scss

5
src/Squidex/app/theme/_bootstrap.scss

@ -68,7 +68,7 @@
tr { tr {
background: $color-table; background: $color-table;
border: 1px solid $color-border; border: 1px solid $color-border;
border-bottom: 3px solid $color-border; border-bottom: 3.5px solid $color-border;
margin-bottom: 10px; margin-bottom: 10px;
} }
} }
@ -93,6 +93,7 @@
.spacer { .spacer {
height: 6px; height: 6px;
border: 0;
} }
} }
} }
@ -278,4 +279,4 @@
} }
} }
} }
} }

Loading…
Cancel
Save