Updated the styling for modal titles

This commit is contained in:
samdbeckham 2018-06-01 15:20:26 +01:00
parent 4963303fae
commit 696766fee1
7 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,5 @@
.modal-header {
background-color: $modal-body-bg;
padding: #{3 * $grid-size} #{2 * $grid-size};
.page-title,
.modal-title {

View file

@ -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'

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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') }

View file

@ -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