Skip to content
Snippets Groups Projects
Commit 696766fe authored by Sam Beckham's avatar Sam Beckham
Browse files

Updated the styling for modal titles

parent 4963303f
No related branches found
No related tags found
No related merge requests found
.modal-header {
background-color: $modal-body-bg;
padding: #{3 * $grid-size} #{2 * $grid-size};
 
.page-title,
.modal-title {
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
.modal-dialog.modal-lg
.modal-content
.modal-header
%h4
%h4.modal-title
Keyboard Shortcuts
%small
= link_to '(Show all)', '#', class: 'js-more-help-button'
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h3 Import projects from Bitbucket
%h3.modal-title Import projects from Bitbucket
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
.modal-body
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h3 Import projects from GitLab.com
%h3.modal-title Import projects from GitLab.com
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
.modal-body
Loading
Loading
Loading
Loading
@@ -8,10 +8,10 @@
.modal-dialog{ role: "document" }
.modal-content
.modal-header
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
%h4.modal-title
Create new #{name} by email
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
.modal-body
%p
You can create a new #{name} inside this project by sending an email to the following email address:
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h4.modal-title.float-left
%h4.modal-title
= s_('DeployTokens|Revoke')
%b #{token.name}?
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h3 Check out, review, and merge locally
%h3.modal-title Check out, review, and merge locally
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
.modal-body
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment