Commit f22d6e28 authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Phil Hughes

Resolve "Flashcontainer causing page header to be off center"

parent ec811626
$notification-box-shadow-color: rgba(0, 0, 0, 0.25);
.flash-container {
margin-top: 10px;
margin: 0;
margin-bottom: $gl-padding;
font-size: 14px;
position: relative;
......@@ -41,6 +41,7 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
.flash-success,
.flash-warning {
padding: $gl-padding $gl-padding-32 $gl-padding ($gl-padding + $gl-padding-4);
margin-top: 10px;
.container-fluid,
.container-fluid.container-limited {
......
---
title: Move margin-top from flash container to flash
merge_request: 20211
author:
type: other
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