Skip to content

Commit 596e452

Browse files
committed
adds icon arrow right
1 parent b082eb0 commit 596e452

File tree

8 files changed

+57
-45
lines changed

8 files changed

+57
-45
lines changed

cms/static/cms/css/cms.base.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.

cms/static/cms/css/cms.welcome.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.
84 Bytes
Binary file not shown.

cms/static/cms/fonts/django-cms-iconfont.svg

Lines changed: 23 additions & 20 deletions
Loading
84 Bytes
Binary file not shown.
48 Bytes
Binary file not shown.
76 Bytes
Binary file not shown.

cms/static/cms/sass/components/_iconography.scss

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,66 +29,69 @@
2929
@if $filename == alias {
3030
$char: "E001";
3131
}
32-
@if $filename == arrow-wide {
32+
@if $filename == arrow-right {
3333
$char: "E002";
3434
}
35-
@if $filename == arrow {
35+
@if $filename == arrow-wide {
3636
$char: "E003";
3737
}
38-
@if $filename == bin {
38+
@if $filename == arrow {
3939
$char: "E004";
4040
}
41-
@if $filename == check {
41+
@if $filename == bin {
4242
$char: "E005";
4343
}
44-
@if $filename == close {
44+
@if $filename == check {
4545
$char: "E006";
4646
}
47-
@if $filename == copy {
47+
@if $filename == close {
4848
$char: "E007";
4949
}
50-
@if $filename == handler {
50+
@if $filename == copy {
5151
$char: "E008";
5252
}
53-
@if $filename == home {
53+
@if $filename == handler {
5454
$char: "E009";
5555
}
56-
@if $filename == loader {
56+
@if $filename == home {
5757
$char: "E00A";
5858
}
59-
@if $filename == lock {
59+
@if $filename == loader {
6060
$char: "E00B";
6161
}
62-
@if $filename == logo {
62+
@if $filename == lock {
6363
$char: "E00C";
6464
}
65-
@if $filename == menu {
65+
@if $filename == logo {
6666
$char: "E00D";
6767
}
68-
@if $filename == minus {
68+
@if $filename == menu {
6969
$char: "E00E";
7070
}
71-
@if $filename == paste {
71+
@if $filename == minus {
7272
$char: "E00F";
7373
}
74-
@if $filename == pencil {
74+
@if $filename == paste {
7575
$char: "E010";
7676
}
77-
@if $filename == pin {
77+
@if $filename == pencil {
7878
$char: "E011";
7979
}
80-
@if $filename == plus {
80+
@if $filename == pin {
8181
$char: "E012";
8282
}
83-
@if $filename == scissors {
83+
@if $filename == plus {
8484
$char: "E013";
8585
}
86-
@if $filename == search {
86+
@if $filename == scissors {
8787
$char: "E014";
8888
}
89-
@if $filename == window {
89+
@if $filename == search {
9090
$char: "E015";
9191
}
92+
@if $filename == window {
93+
$char: "E016";
94+
}
9295

9396
@return $char;
9497
}
@@ -102,15 +105,21 @@
102105
}
103106
}
104107

105-
// #####################################################################################################################
106-
// #ICONS:start#
107-
// use unicode characters for accessibility reasons and use aria-hidden="true" for decorative icons
108+
// #############################################################################
109+
// ICONS:start
110+
// use unicode characters for accessibility reasons and use aria-hidden="true"
111+
// for decorative icons
108112
// DOCS: http://filamentgroup.com/lab/bulletproof_icon_fonts.html
109113

114+
110115
.cms-icon-alias {
111116
@include icon(alias);
112117
}
113118

119+
.cms-icon-arrow-right {
120+
@include icon(arrow-right);
121+
}
122+
114123
.cms-icon-arrow-wide {
115124
@include icon(arrow-wide);
116125
}

0 commit comments

Comments
 (0)