Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-18 12:20:37 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-18 12:38:25 +0300
commit0a7ad00a4082a4da7486308a95e7edfdd5f846bb (patch)
treece918636df2f1fdd4e3ecbaa7bad6442cb881144 /app/views/projects/imports
parentf97c4425ebc3c2dc0549d0bcae91e977cc92d2fc (diff)
Remove background color from card-body style
Diffstat (limited to 'app/views/projects/imports')
-rw-r--r--app/views/projects/imports/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/imports/new.html.haml b/app/views/projects/imports/new.html.haml
index ca82054d799..8ce822c43b7 100644
--- a/app/views/projects/imports/new.html.haml
+++ b/app/views/projects/imports/new.html.haml
@@ -5,8 +5,8 @@
%hr
- if @project.import_failed?
- .card.bg-danger
- .card-header The repository could not be imported.
+ .card.border-danger
+ .card-header.bg-danger.text-white The repository could not be imported.
.card-body
%pre
:preserve