summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-06 09:18:17 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-06 09:18:17 -0600
commitbdd1193f57a2e2e9c38f5f267179bd62a876f030 (patch)
treebf768e92fe7247e27142f689c9286375e99e0f32 /app/assets
parent4aaf6af3cc7970cbe5414d323f290b4a94e479d0 (diff)
downloadgitlab-ce-bdd1193f57a2e2e9c38f5f267179bd62a876f030.tar.gz
Remove confirmation.scss
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/confirmation.scss32
1 files changed, 0 insertions, 32 deletions
diff --git a/app/assets/stylesheets/pages/confirmation.scss b/app/assets/stylesheets/pages/confirmation.scss
deleted file mode 100644
index 8aab5e8231d..00000000000
--- a/app/assets/stylesheets/pages/confirmation.scss
+++ /dev/null
@@ -1,32 +0,0 @@
-.well-confirmation {
- margin-bottom: 20px;
- border-bottom: 1px solid $gray-darker;
-
- > h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 400;
- }
-
- .lead {
- margin-bottom: 20px;
- }
-
- ul,
- ol {
- padding-left: 0;
- }
-
- li {
- list-style-type: none;
- }
-}
-
-.confirmation-content {
- a {
- color: $md-link-color;
- }
-}