Replace single quotes to double quotes on scss files
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
margin: $line-height / 2 0;
|
||||
|
||||
&::before {
|
||||
content: 'l ';
|
||||
content: "l ";
|
||||
font-family: "icons" !important;
|
||||
}
|
||||
}
|
||||
@@ -733,7 +733,7 @@
|
||||
}
|
||||
|
||||
.truncate {
|
||||
background: image-url('truncate.png');
|
||||
background: image-url("truncate.png");
|
||||
background-repeat: repeat-x;
|
||||
bottom: 0;
|
||||
height: rem-calc(24);
|
||||
@@ -938,7 +938,7 @@
|
||||
|
||||
&::before {
|
||||
color: $text;
|
||||
font-family: 'icons';
|
||||
font-family: "icons";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -947,7 +947,7 @@
|
||||
.button {
|
||||
|
||||
&::before {
|
||||
content: '\51';
|
||||
content: "\51";
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -957,7 +957,7 @@
|
||||
.button {
|
||||
|
||||
&::before {
|
||||
content: '\22';
|
||||
content: "\22";
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -966,8 +966,8 @@
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: '\22';
|
||||
font-family: 'icons';
|
||||
content: "\22";
|
||||
font-family: "icons";
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
@@ -978,8 +978,8 @@
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: '\51';
|
||||
font-family: 'icons';
|
||||
content: "\51";
|
||||
font-family: "icons";
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
@@ -990,8 +990,8 @@
|
||||
color: $brand;
|
||||
|
||||
&::after {
|
||||
content: '\6c';
|
||||
font-family: 'icons';
|
||||
content: "\6c";
|
||||
font-family: "icons";
|
||||
font-size: $tiny-font-size;
|
||||
}
|
||||
}
|
||||
@@ -1306,8 +1306,8 @@
|
||||
|
||||
&::before {
|
||||
color: #a5a1ff;
|
||||
content: '\57';
|
||||
font-family: 'icons';
|
||||
content: "\57";
|
||||
font-family: "icons";
|
||||
font-size: $small-font-size;
|
||||
position: absolute;
|
||||
right: -6px;
|
||||
@@ -1450,8 +1450,8 @@
|
||||
font-weight: bold;
|
||||
|
||||
&::after {
|
||||
content: '\56';
|
||||
font-family: 'icons';
|
||||
content: "\56";
|
||||
font-family: "icons";
|
||||
font-size: $small-font-size;
|
||||
font-weight: normal;
|
||||
line-height: $line-height;
|
||||
@@ -1526,7 +1526,7 @@
|
||||
background-color: #fff;
|
||||
border: 4px solid $budget;
|
||||
border-radius: 100%;
|
||||
content: '';
|
||||
content: "";
|
||||
height: 16px;
|
||||
left: -22px;
|
||||
position: absolute;
|
||||
@@ -1668,7 +1668,7 @@
|
||||
|
||||
&::after {
|
||||
color: #1b254c;
|
||||
content: '\59';
|
||||
content: "\59";
|
||||
font-family: "icons" !important;
|
||||
left: 34px;
|
||||
position: absolute;
|
||||
@@ -1861,7 +1861,7 @@
|
||||
|
||||
&::after {
|
||||
color: $color-info;
|
||||
content: '\6c';
|
||||
content: "\6c";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1870,7 +1870,7 @@
|
||||
|
||||
&::after {
|
||||
color: $color-alert;
|
||||
content: '\74';
|
||||
content: "\74";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1879,7 +1879,7 @@
|
||||
|
||||
&::after {
|
||||
color: $color-info;
|
||||
content: '\6f';
|
||||
content: "\6f";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1888,7 +1888,7 @@
|
||||
|
||||
&::after {
|
||||
color: $color-warning;
|
||||
content: '\6f';
|
||||
content: "\6f";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1897,7 +1897,7 @@
|
||||
|
||||
&::after {
|
||||
color: $color-success;
|
||||
content: '\59';
|
||||
content: "\59";
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1963,7 +1963,7 @@
|
||||
&::after {
|
||||
background: #92ba48;
|
||||
border-radius: rem-calc(20);
|
||||
content: '\6c';
|
||||
content: "\6c";
|
||||
color: #fff;
|
||||
font-family: "icons" !important;
|
||||
font-size: rem-calc(12);
|
||||
|
||||
Reference in New Issue
Block a user