Fix bug: Moved fonts under res folder

This commit is contained in:
Michael H. Arieli 2018-11-26 12:58:04 -08:00
parent afc04e0b05
commit fd455d548f
7 changed files with 13 additions and 13 deletions

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -45,6 +45,7 @@
.chat-button { .chat-button {
float: right; float: right;
a { a {
font-size: 24px;
color: #fff; color: #fff;
} }
} }
@ -69,7 +70,7 @@
} }
.chat-empty { .chat-empty {
color: #eee; color: #999;
left: 0; left: 0;
position: absolute; position: absolute;
right: 0; right: 0;
@ -199,7 +200,11 @@
color: #fff; color: #fff;
bottom: 8px; bottom: 8px;
right: 8px; right: 8px;
padding: 4px 6px 0; padding: 0 6px;
.icon {
font-size: 24px;
}
&:focus { &:focus {
outline: none; outline: none;

View File

@ -1,10 +1,10 @@
@font-face { @font-face {
font-family: 'icons'; font-family: 'icons';
src: url('./fonts/icons.eot?ij9tsv'); src: url('../res/fonts/icons.eot?ij9tsv');
src: url('./fonts/icons.eot?ij9tsv#iefix') format('embedded-opentype'), src: url('../res/fonts/icons.eot?ij9tsv#iefix') format('embedded-opentype'),
url('./fonts/icons.woff?ij9tsv') format('woff'), url('../res/fonts/icons.woff?ij9tsv') format('woff'),
url('./fonts/icons.ttf?ij9tsv') format('truetype'), url('../res/fonts/icons.ttf?ij9tsv') format('truetype'),
url('./fonts/icons.svg?ij9tsv#icons') format('svg'); url('../res/fonts/icons.svg?ij9tsv#icons') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -26,8 +26,6 @@
display: inline-block; display: inline-block;
text-decoration: inherit; text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; text-align: center;
/* opacity: .8; */ /* opacity: .8; */
@ -38,10 +36,6 @@
/* fix buttons height, for twitter bootstrap */ /* fix buttons height, for twitter bootstrap */
line-height: 1em; line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */ /* you can be more comfortable with increased icons size */
/* font-size: 120%; */ /* font-size: 120%; */

View File

@ -13,6 +13,7 @@
&.off { &.off {
display: block; display: block;
} }
font-size: 24px;
color: #fff; color: #fff;
position: absolute; position: absolute;
top: 12px; top: 12px;