Skip to content

Commit

Permalink
Merge pull request #70 from matthieume/feature/Icon_-_Fontawesome
Browse files Browse the repository at this point in the history
Feature/icon  - fontawesome
  • Loading branch information
ondras authored Jan 2, 2018
2 parents fe7a43d + f5fd3bb commit 3a4c0d9
Show file tree
Hide file tree
Showing 14 changed files with 1,163 additions and 214 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ SOURCES = src/mm.js \
src/ui.value.js \
src/ui.status.js \
src/ui.color.js \
src/ui.icon.js \
src/ui.help.js \
src/ui.io.js \
src/ui.backend.js \
Expand Down
5 changes: 5 additions & 0 deletions css/shape.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@
border-width: 2px;
font-size: 120%;
}

.item .icon {
margin: 0 0.5em 0 0;
font-size: x-large;
}
6 changes: 6 additions & 0 deletions css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@ button:not(:disabled) {
.ui#io button:nth-child(even) {
float: right;
}

.ui select.fa-select ,
.ui select.fa-select option {
font-family: fontAwesome;
font-size: x-large;
}
Loading

0 comments on commit 3a4c0d9

Please sign in to comment.