Skip to content

Commit

Permalink
Changes icon set.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanas committed Sep 12, 2016
1 parent fdf0e39 commit 09f7615
Show file tree
Hide file tree
Showing 16 changed files with 1,077 additions and 1,050 deletions.
Binary file added css/.DS_Store
Binary file not shown.
145 changes: 69 additions & 76 deletions css/_font.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
@font-face {
font-family: 'open_sanslight';
src: url('../fonts/OpenSans-Light-webfont.eot');
src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'jitsi';
src:url('../fonts/jitsi.eot?94d075');
Expand All @@ -36,100 +24,105 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-contactList:before {
content: "\e615";
.icon-feedback:before {
content: "\e91d";
}
.icon-avatar:before {
content: "\e616";
.icon-toggle-filmstrip:before {
content: "\e91c";
}
.icon-callRetro:before {
content: "\e611";
.icon-avatar:before {
content: "\e901";
}
.icon-callModern:before {
content: "\e612";
.icon-autorenew:before {
content: "\e903";
}
.icon-recDisable:before {
content: "\e613";
.icon-hangup:before {
content: "\e905";
}
.icon-recEnable:before {
content: "\e614";
.icon-chat:before {
content: "\e906";
}
.icon-authenticate:before {
content: "\e1ae";
.icon-download:before {
content: "\e902";
}
.icon-kick1:before {
content: "\e60f";
.icon-edit:before {
content: "\e907";
}
.icon-kick:before {
content: "\e610";
.icon-share-doc:before {
content: "\e908";
}
.icon-share-desktop:before {
content: "\e602";
.icon-telephone:before {
content: "\e909";
}
.icon-chat-simple:before {
content: "\e606";
.icon-kick:before {
content: "\e904";
}
.icon-full-screen:before {
content: "\e60d";
content: "\e90b";
}
.icon-exit-full-screen:before {
content: "\e60e";
content: "\e90c";
}
.icon-link:before {
content: "\e600";
.icon-star-full:before {
content: "\e90a";
}
.icon-chat:before {
content: "\e601";
.icon-security:before {
content: "\e90d";
}
.icon-presentation:before {
content: "\e603";
.icon-security-locked:before {
content: "\e90e";
}
.icon-security:before {
content: "\e604";
.icon-reload:before {
content: "\e90f";
}
.icon-share-doc:before {
content: "\e605";
.icon-microphone:before {
content: "\e910";
}
.icon-telephone:before {
content: "\e611";
.icon-mic-empty:before {
content: "\e911";
}
.icon-security-locked:before {
content: "\e607";
.icon-mic-disabled:before {
content: "\e912";
}
.icon-camera:before {
content: "\e608";
.icon-contactList:before {
content: "\e91b";
}
.icon-camera-disabled:before {
content: "\e609";
.icon-link:before {
content: "\e913";
}
.icon-mic-disabled:before {
content: "\e60a";
.icon-shared-video:before {
content: "\e914";
}
.icon-microphone:before {
content: "\e60b";
.icon-settings:before {
content: "\e915";
}

.icon-hangup:before {
content: "\e617";
.icon-star:before {
content: "\e916";
}

.icon-reload:before {
content: "\e618";
.icon-share-desktop:before {
content: "\e917";
}

.icon-filmstrip:before {
content: "\e619";
.icon-camera:before {
content: "\e918";
}
.icon-camera-disabled:before {
content: "\e919";
}
.icon-volume:before {
content: "\e91a";
}
.icon-connection-lost:before {
content: "\e900";
}

.icon-connection:before {
line-height: normal;
content: "\e61a";
content: "\e61a";
}

.icon-settings:before {
content: "\e61b";
.icon-recDisable:before {
content: "\e613";
}

.icon-dialPad:before {
content: "\e61c";
.icon-recEnable:before {
content: "\e614";
}
.icon-presentation:before {
content: "\e603";
}
3 changes: 1 addition & 2 deletions css/_toolbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

#toolbar_button_hangup {
color: #BF2117;
font-size: 2.2em !important;
}

#toolbar_button_etherpad {
Expand Down Expand Up @@ -105,7 +104,7 @@
cursor: pointer;
text-align: center;
z-index: 1;
font-size: 1.44em !important;
font-size: $toolbarFontSize !important;
line-height: 50px !important;
vertical-align: middle;
}
Expand Down
19 changes: 10 additions & 9 deletions css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Style variables
*/
$baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$toolbarFontSize: 1.9em;

/**
* Size variables.
Expand All @@ -11,16 +12,16 @@ $defaultToolbarSize: 50px;
/**
* Color variables.
*/
$defaultColor: #ECEEF1;
$defaultSemiDarkColor: #8E96A8;
$defaultDarkColor: #172B4D;
$defaultBackground: #091E42;
$defaultColor: #F1F1F1;
$defaultSemiDarkColor: #ACACAC;
$defaultDarkColor: #4F4F4F;
$defaultBackground: #474747;
$toolbarSelectBackground: rgba(0, 0, 0, 0.6);
$inputBackground: rgba(94, 108, 132, .5);
$inputSemiBackground: rgba(94, 108, 132, .8);
$inputLightBackground: #E5E8EC;
$inputBorderColor: #E5E8EC;
$buttonBackground: #0074E0;
$inputBackground: rgba(132, 132, 132, .5);
$inputSemiBackground: rgba(132, 132, 132, .8);
$inputLightBackground: #EBEBEB;
$inputBorderColor: #EBEBEB;
$buttonBackground: #44A5FF;

/**
* Misc.
Expand Down
4 changes: 2 additions & 2 deletions css/_welcome_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
#reload_roomname
{
width: 30px;
height: 19px;
color: #acacac;
margin-top: 22px;
font-size: 1.9em;
line-height: 55px;
z-index: 3;
float: left;
cursor: pointer;
Expand Down
Binary file modified fonts/jitsi.eot
Binary file not shown.
67 changes: 36 additions & 31 deletions fonts/jitsi.svg
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 fonts/jitsi.ttf
Binary file not shown.
Binary file modified fonts/jitsi.woff
Binary file not shown.
Loading

0 comments on commit 09f7615

Please sign in to comment.