$dark_blue: #1c1f33; $dark_blue_hover: #232740; $dark_blue_light: #282f4a; $tiny_grey: f3fcf0; $light_grey: c4c2cc;

$success_color: #7ed321; $warning_color: f8e71c; $danger_color: d92b2e;

$fonts: “Open Sans”, “Helvetica Neue”, Arial, sans-serif;

$profiler_bar_background: $dark_blue; $profiler_bar_border: $dark_blue_light; $profiler_bar__item_hover: $dark_blue_hover; $profiler_bar__item_details_label_width: 100px;

$profiler_panel__sidebar_width: 180px; $profiler_panel__sidebar_background: $dark_blue; $profiler_panel__sidebar_item_hover: $dark_blue_light;

@mixin clearfix() {

&:before,
&:after {
  content: '';
  display: table;
}
&:after {
  clear: both;
}

}