[CherryPick] Styled dashboard list

Change-Id: I2f79dd1b0713ea544f5d5a9799772b08125c2e82
diff --git a/views/style/sass/lib/_variables.scss b/views/style/sass/lib/_variables.scss
index ed9981e..63deb8c 100644
--- a/views/style/sass/lib/_variables.scss
+++ b/views/style/sass/lib/_variables.scss
@@ -1,5 +1,7 @@
+@import '../bootstrap/bootstrap/_variables.scss';
 
 $icon-font-path: '/static/suit/bootstrap/fonts/';
+
 //== Colors
 //
 //## Gray and brand colors for use across Bootstrap.
@@ -17,5 +19,7 @@
 $brand-warning:         #f0ad4e !default;
 $brand-danger:          #d9534f !default;
 
+$default-spacing: $line-height-computed;
+
 // Tables
 $thead-background: #6e7277;
\ No newline at end of file