Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
symfony_mailer
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
symfony_mailer
Merge requests
!73
Issue
#3394193
by bohart: Fixed all stylelint notices.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3394193
by bohart: Fixed all stylelint notices.
issue/symfony_mailer-3394193:3394193-stylelint
into
1.x
Overview
0
Commits
3
Pipelines
5
Changes
5
Merged
Bohdan Artemchuk
requested to merge
issue/symfony_mailer-3394193:3394193-stylelint
into
1.x
1 year ago
Overview
0
Commits
3
Pipelines
5
Changes
5
Expand
0
0
Merge request reports
Compare
1.x
version 5
c0b7545f
1 year ago
version 4
6740e70e
1 year ago
version 3
c0b7545f
1 year ago
version 2
ec0e0045
1 year ago
version 1
4e7c2263
1 year ago
1.x (base)
and
latest version
latest version
c0b7545f
3 commits,
1 year ago
version 5
c0b7545f
3 commits,
1 year ago
version 4
6740e70e
4 commits,
1 year ago
version 3
c0b7545f
3 commits,
1 year ago
version 2
ec0e0045
2 commits,
1 year ago
version 1
4e7c2263
1 commit,
1 year ago
5 files
+
14
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
css/commerce_order.email.css
+
8
−
8
Options
@@ -4,27 +4,27 @@ h1 {
}
.commerce-order-body
{
text-align
:
center
;
min-width
:
450px
;
margin
:
5px
auto
0
auto
;
border
:
1px
solid
#cccccc
;
border-radius
:
5px
;
padding
:
10px
30px
;
text-align
:
center
;
border
:
1px
solid
#ccc
;
border-radius
:
5px
;
}
.commerce-order-number
{
font-weight
:
bold
;
padding-top
:
15px
;
padding-bottom
:
15px
;
text-align
:
left
;
border-top
:
1px
solid
#cccccc
;
border-bottom
:
1px
solid
#cccccc
;
border-top
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
font-weight
:
bold
;
}
.view-commerce-order-item-table
{
width
:
100%
;
padding-top
:
15px
;
padding-bottom
:
15px
;
width
:
100%
;
}
.view-commerce-order-item-table
tr
td
{
@@ -41,7 +41,7 @@ div.field__label {
}
div
.order-total-line__total
{
font-size
:
24px
;
padding-top
:
5px
;
padding-bottom
:
5px
;
font-size
:
24px
;
}
Loading