Skip to content

Commit f0caee3

Browse files
committed
Removed bad char in _type.scss
1 parent 2ba863f commit f0caee3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/css/ionic.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,13 +643,13 @@ address {
643643
font-style: normal;
644644
line-height: 1.42857; }
645645

646-
a.subdued {
646+
a.subdued {
647647
padding-right: 10px;
648648
color: #f8f8f8;
649649
text-decoration: none; }
650-
a.subdued:hover {
650+
a.subdued:hover {
651651
text-decoration: none; }
652-
a.subdued:last-child {
652+
a.subdued:last-child {
653653
padding-right: 0; }
654654

655655
/**

scss/_type.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ address {
168168
// Links
169169
// -------------------------
170170

171-
a.subdued {
171+
a.subdued {
172172
padding-right:10px;
173173
color: $stable;
174174
text-decoration: none;

0 commit comments

Comments
 (0)