mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
Removed bad char in _type.scss
This commit is contained in:
6
dist/css/ionic.css
vendored
6
dist/css/ionic.css
vendored
@ -643,13 +643,13 @@ address {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
line-height: 1.42857; }
|
line-height: 1.42857; }
|
||||||
|
|
||||||
a.subdued {
|
a.subdued {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
color: #f8f8f8;
|
color: #f8f8f8;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
a.subdued:hover {
|
a.subdued:hover {
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
a.subdued:last-child {
|
a.subdued:last-child {
|
||||||
padding-right: 0; }
|
padding-right: 0; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -168,7 +168,7 @@ address {
|
|||||||
// Links
|
// Links
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
a.subdued {
|
a.subdued {
|
||||||
padding-right:10px;
|
padding-right:10px;
|
||||||
color: $stable;
|
color: $stable;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user