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:
authorsamdbeckham <sbeckham@gitlab.com>2018-06-11 14:00:03 +0300
committersamdbeckham <sbeckham@gitlab.com>2018-06-11 14:00:03 +0300
commit8d6b4a9d9e2888e64cac41e5c016ac3835415076 (patch)
treea5fad796836755957f9911e2f82078116ca6bcc4 /app/assets/stylesheets/bootstrap_migration.scss
parent25992924a7aa7d09e99d316c1cc5902908b355c6 (diff)
Removes the border-radius from the alerts
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 2c785b3ad76..27f3150d2ad 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -267,6 +267,7 @@ pre code {
.alert-warning,
.alert-danger,
.flash-notice {
+ border-radius: 0;
color: $white-light;
h4,