Skip to content

Commit c9f307f

Browse files
authored
Merge pull request #137 from ciar4n/lint-fix
SCSS linting fix
2 parents b21bbd8 + 88c06cd commit c9f307f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

administrator/templates/atum/css/template.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7796,8 +7796,8 @@ legend {
77967796
display: inline;
77977797
font-size: .85em;
77987798
font-weight: bold;
7799-
letter-spacing: .4px;
7800-
line-height: 2em; }
7799+
line-height: 2em;
7800+
letter-spacing: .4px; }
78017801
.quick-icons a span[class*=" icon-"], .quick-icons a span[class^="icon-"] {
78027802
margin-right: .1em;
78037803
font-size: 2.5em;

administrator/templates/atum/css/template.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

administrator/templates/atum/css/template.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

administrator/templates/atum/scss/blocks/_quickicons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
display: inline;
3232
font-size: .85em;
3333
font-weight: bold;
34-
letter-spacing: .4px;
3534
line-height: 2em;
35+
letter-spacing: .4px;
3636
&[class*=" icon-"], &[class^="icon-"] {
3737
margin-right: .1em;
3838
font-size: 2.5em;

0 commit comments

Comments
 (0)