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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 19:49:18 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 19:49:18 +0300
commit917b7e0dd95fcf4f37abbab9f5e4ce40446d6e76 (patch)
treebf9a4d4871642445b61e9af80106c5e6a2d91901 /app/views/help
parent63c9b63a3f2f996a2a7b40743613772a2351e842 (diff)
Rename .btn-default to .btn-secondary
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index ce09b44fbb2..c33100c4f84 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -205,7 +205,7 @@
%h2#buttons Buttons
.example
- %button.btn.btn-default{ :type => "button" } Default
+ %button.btn.btn-secondary{ :type => "button" } Default
%button.btn.btn-gray{ :type => "button" } Gray
%button.btn.btn-primary{ :type => "button" } Primary
%button.btn.btn-success{ :type => "button" } Success
@@ -478,7 +478,7 @@
Remember me
.form-group
.col-sm-offset-2.col-sm-10
- %button.btn.btn-default{ :type => "submit" } Sign in
+ %button.btn.btn-secondary{ :type => "submit" } Sign in
.lead
Form when label rendered above input
@@ -496,7 +496,7 @@
%label
%input{ :type => "checkbox" }/
Remember me
- %button.btn.btn-default{ :type => "submit" } Sign in
+ %button.btn.btn-secondary{ :type => "submit" } Sign in
%h2#file File
%h4