forked from relax/relax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
icons fonts include font awesome and google icons
- Loading branch information
1 parent
7921a91
commit 47075ec
Showing
50 changed files
with
126 additions
and
3,204 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
assets/fonts/nucleo-mini.eot → assets/fonts/nucleo/nucleo-mini.eot
100644 → 100755
File renamed without changes.
0
assets/fonts/nucleo-mini.svg → assets/fonts/nucleo/nucleo-mini.svg
100644 → 100755
File renamed without changes
0
assets/fonts/nucleo-mini.ttf → assets/fonts/nucleo/nucleo-mini.ttf
100644 → 100755
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
assets/fonts/nucleo-outline.eot → assets/fonts/nucleo/nucleo-outline.eot
100755 → 100644
File renamed without changes.
0
assets/fonts/nucleo-outline.svg → assets/fonts/nucleo/nucleo-outline.svg
100755 → 100644
File renamed without changes
0
assets/fonts/nucleo-outline.ttf → assets/fonts/nucleo/nucleo-outline.ttf
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
lib/shared/screens/admin/shared/components/input-options/icon/icon-picker.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@import '~styles/colors.less'; | ||
|
||
.root { | ||
background-color: @chromeBackgroundDarkerColor; | ||
border: 1px solid @chromeBordersColor; | ||
text-align: center; | ||
width: 100%; | ||
max-width: 290px; | ||
height: 100px; | ||
border-radius: 3px; | ||
|
||
&:hover { | ||
border-color: @primary; | ||
} | ||
} | ||
|
||
.selected { | ||
:global i { | ||
font-size: 40px; | ||
line-height: 100px; | ||
color: @adminText; | ||
} | ||
} | ||
|
||
.none { | ||
font-size: 12px; | ||
color: @adminText; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
:global { | ||
|
||
@font-face { | ||
font-family: 'Material Icons'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url(/fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */ | ||
src: local('Material Icons'), | ||
local('MaterialIcons-Regular'), | ||
url(/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'), | ||
url(/fonts/material-icons/MaterialIcons-Regular.woff) format('woff'), | ||
url(/fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype'); | ||
} | ||
|
||
.material-icons { | ||
font-family: 'Material Icons'; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 24px; /* Preferred icon size */ | ||
display: inline-block; | ||
line-height: 1; | ||
text-transform: none; | ||
letter-spacing: normal; | ||
word-wrap: normal; | ||
white-space: nowrap; | ||
direction: ltr; | ||
|
||
/* Support for all WebKit browsers. */ | ||
-webkit-font-smoothing: antialiased; | ||
/* Support for Safari and Chrome. */ | ||
text-rendering: optimizeLegibility; | ||
|
||
/* Support for Firefox. */ | ||
-moz-osx-font-smoothing: grayscale; | ||
|
||
/* Support for IE. */ | ||
font-feature-settings: 'liga'; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@import './outline/nucleo-outline.less'; | ||
@import './mini/nucleo-mini.less'; |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.