Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions css/icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon:after {
.tongue-solid.icon:after {
content: '';
position: absolute;
right: 4px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon:before {
.tongue-solid.icon:before {
content: '';
position: absolute;
left: 4px;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon i:before {
.tongue-solid.icon i:before {
content: '';
position: absolute;
top: -1px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon i {
.tongue-solid.icon i {
position: absolute;
left: 4px;
top: 10px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon {
.tongue-solid.icon {
color: #000;
position: absolute;
margin-left: 2px;
Expand Down
2 changes: 1 addition & 1 deletion css/icons/tougue/after.css → css/icons/tongue/after.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon:after {
.tongue.icon:after {
content: '';
position: absolute;
right: 3px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon:before {
.tongue.icon:before {
content: '';
position: absolute;
left: 3px;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon i:before {
.tongue.icon i:before {
content: '';
position: absolute;
top: -1px;
Expand Down
2 changes: 1 addition & 1 deletion css/icons/tougue/i.css → css/icons/tongue/i.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon i {
.tongue.icon i {
position: absolute;
left: 4px;
top: 10px;
Expand Down
2 changes: 1 addition & 1 deletion css/icons/tougue/main.css → css/icons/tongue/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon {
.tongue.icon {
color: #000;
position: absolute;
margin-left: 2px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon:after {
.wink-tongue.icon:after {
content: '';
position: absolute;
right: 3px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon:before {
.wink-tongue.icon:before {
content: '';
position: absolute;
left: 3px;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon i:before {
.wink-tongue.icon i:before {
content: '';
position: absolute;
top: -1px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon i {
.wink-tongue.icon i {
position: absolute;
left: 4px;
top: 10px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon {
.wink-tongue.icon {
color: #000;
position: absolute;
margin-left: 2px;
Expand Down
12 changes: 6 additions & 6 deletions js/cssicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,26 +1774,26 @@
},
{
"id": 144,
"name": "wink tougue",
"classNames": "wink-tougue",
"name": "wink tongue",
"classNames": "wink-tongue",
"style": "",
"htmlChildMarkup": true,
"cssHidden": "",
"tag": []
},
{
"id": 145,
"name": "tougue",
"classNames": "tougue",
"name": "tongue",
"classNames": "tongue",
"style": "",
"htmlChildMarkup": true,
"cssHidden": "",
"tag": []
},
{
"id": 146,
"name": "tougue solid",
"classNames": "tougue-solid",
"name": "tongue solid",
"classNames": "tongue-solid",
"style": "",
"htmlChildMarkup": true,
"cssHidden": "",
Expand Down
2 changes: 1 addition & 1 deletion scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $highlightColor: #3CD5FF;
.grin-solid,
.laugh-solid,
.relieved-solid,
.tougue-solid,
.tongue-solid,
.smile-solid {
&.icon:before,
&.icon:after {
Expand Down
6 changes: 3 additions & 3 deletions scss/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ body {
@import 'icons/smile/*';
@import 'icons/smile-solid/*';
@import 'icons/wink/*';
@import 'icons/wink-tougue/*';
@import 'icons/tougue/*';
@import 'icons/tougue-solid/*';
@import 'icons/wink-tongue/*';
@import 'icons/tongue/*';
@import 'icons/tongue-solid/*';
@import 'icons/relieved/*';
@import 'icons/relieved-solid/*';
@import 'icons/laugh/*';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.tougue-solid.icon {
.tongue-solid.icon {
&:after {
@include pseudo();
right: 4px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.tougue-solid.icon {
.tongue-solid.icon {
&:before {
@include pseudo();
left: 4px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.tougue-solid.icon {
.tongue-solid.icon {
i{
&:before {
@include pseudo();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon {
.tongue-solid.icon {
i{
position: absolute;
left: 4px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue-solid.icon {
.tongue-solid.icon {
color: #000;
position: absolute;
margin-left: 2px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.tougue.icon {
.tongue.icon {
&:after {
@include pseudo();
right: 3px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.tougue.icon {
.tongue.icon {
&:before {
@include pseudo();
left: 3px;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.tougue.icon {
.tongue.icon {
i{
&:before {
@include pseudo();
Expand Down
2 changes: 1 addition & 1 deletion scss/icons/tougue/i.scss → scss/icons/tongue/i.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon {
.tongue.icon {
i{
position: absolute;
left: 4px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tougue.icon {
.tongue.icon {
color: #000;
position: absolute;
margin-left: 2px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.wink-tougue.icon {
.wink-tongue.icon {
&:after {
@include pseudo();
right: 3px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.wink-tougue.icon {
.wink-tongue.icon {
&:before {
@include pseudo();
left: 3px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../mixin';
.wink-tougue.icon {
.wink-tongue.icon {
i{
&:before {
@include pseudo();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon {
.wink-tongue.icon {
i{
position: absolute;
left: 4px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wink-tougue.icon {
.wink-tongue.icon {
color: #000;
position: absolute;
margin-left: 2px;
Expand Down