Skip to content

Commit

Permalink
[FEATURE] add new icons set
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed May 30, 2016
1 parent fb83845 commit 77fd3aa
Show file tree
Hide file tree
Showing 18 changed files with 2,808 additions and 3,038 deletions.
Binary file removed dev/fonts/icons.eot
Binary file not shown.
190 changes: 96 additions & 94 deletions dev/fonts/icons.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/fonts/icons.ttf
100644 → 100755
Binary file not shown.
Binary file modified dev/fonts/icons.woff
100644 → 100755
Binary file not shown.
4,263 changes: 2,020 additions & 2,243 deletions dev/fonts/selection.json
100644 → 100755

Large diffs are not rendered by default.

574 changes: 290 additions & 284 deletions dev/fonts/style.css
100644 → 100755

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/styles/main/contentElements/bigIconTextButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

&:after {
.icons();
content: '\e675';
// content: '\e675';
position: relative;
font-size: 11px;
display: inline-block;
vertical-align: bottom;
font-size: 19px;
margin-left: 8px;
border: 1px solid;
border-radius: 50%;
padding: 3px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion dev/styles/main/contentElements/imageTextLink.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\e675';
// content: '\e675';
position: absolute;
font-size: 42px;
border: 1px solid;
Expand Down
8 changes: 4 additions & 4 deletions dev/styles/main/contentElements/leftIconTextButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
font-size: 16px;
&:after {
.icons();
content: '\e675';
// content: '\e675';
position: relative;
font-size: 11px;
display: inline-block;
vertical-align: bottom;
font-size: 19px;
margin-left: 8px;
border: 1px solid;
border-radius: 50%;
padding: 3px;
}

Expand Down
6 changes: 0 additions & 6 deletions dev/styles/main/contentElements/logoCarousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
margin-top: -15px;
font-size: 30px;
}
.logo-carousel__btn-next:before{
content: '\e111';
}
.logo-carousel__btn-prev:before{
content: '\e110';
}

// // =========================================================
// // =========================================================
26 changes: 13 additions & 13 deletions dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
color: lighten(@main-link-color, 15%);
font-size: 14px;
position: relative;
top: 1px;
// top: 1px;
padding-right: 6px;
}

Expand Down Expand Up @@ -673,10 +673,10 @@
.no-touch ._sub .main-navigation__item-link:after{
.icons();
// content: "\e10f";
padding-left: 3px;
padding-left: 5px;
position: relative;
font-size: 15px;
top: 2px;
top: 0;
color: @nav-link-arrow-color;
}

Expand Down Expand Up @@ -704,7 +704,7 @@

.touch .main-navigation__item._sub .main-navigation__open-sub-menu-link:before {
.icons();
content: "\e10f";
// content: "\e10f";
color: @nav-link-arrow-color;
position: relative;
font-size: 30px;
Expand Down Expand Up @@ -821,22 +821,22 @@
width: 100%;
}
.main-navigation__search-btn:before {
width: 16px;
height: 16px;
width: 14px;
height: 14px;
border: 2px solid @main-color;

top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -9px;
margin-top: -8px;
margin-left: -8px;
}
.main-navigation__search-btn:after {
height: 2px;
width: 8px;
width: 6px;
top: 50%;
left: 50%;
margin-top: 5px;
margin-left: 2px;
margin-left: 3px;
background-color: @main-color;
}
}
Expand Down Expand Up @@ -869,7 +869,7 @@
top: 50%;
margin-top: -1px;
left: 50%;
margin-left: -11px;
margin-left: -10px;
background: @nav-search-btn-color;
opacity: 0;
-webkit-transform: translateZ(0);
Expand All @@ -884,7 +884,7 @@
.main-navigation__search-btn span:before,
.main-navigation__search-btn span:after {
height: 3px;
width: 22px;
width: 20px;
top: 50%;
// margin-top: -2px;
}
Expand Down Expand Up @@ -1199,7 +1199,7 @@

.header-middle__search-submit {
background: @header-middle-search-btn-bg;
font-size: @header-middle-search-height / 2 + 8px;
font-size: @header-middle-search-height / 2;
border: 0;
color: @main-body-bg;
width: @header-middle-search-height;
Expand Down
Loading

0 comments on commit 77fd3aa

Please sign in to comment.