Commit ad2656fc authored by Alexander Turinske's avatar Alexander Turinske

Move security dashboard CSS into ee SCSS file

- there is a SCSS file that already exists. Moved
  my new CSS into there
parent 148d630a
.security_dashboard_filters {
top: $header-height;
.with-performance-bar & {
top: $header-height + $performance-bar-height;
}
}
......@@ -23,3 +23,10 @@
}
}
.security_dashboard_filters {
top: $header-height;
.with-performance-bar & {
top: $header-height + $performance-bar-height;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment