add new logo as favicon, update logo icons, add logo font face
@ -3,3 +3,8 @@
|
|||||||
:host {
|
:host {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mat-icon {
|
||||||
|
width: 28px;
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
|||||||
BIN
apps/red-ui/src/assets/font/OpenSans-ExtraBold.ttf
Normal file
BIN
apps/red-ui/src/assets/icons/114x114x.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
apps/red-ui/src/assets/icons/128x128.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
apps/red-ui/src/assets/icons/152x152.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
apps/red-ui/src/assets/icons/192x192.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
apps/red-ui/src/assets/icons/384x384.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
apps/red-ui/src/assets/icons/512x512.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
apps/red-ui/src/assets/icons/72x72.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
apps/red-ui/src/assets/icons/96x96.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 792 B |
|
Before Width: | Height: | Size: 958 B |
@ -1,6 +1,11 @@
|
|||||||
@import 'red-variables';
|
@import 'red-variables';
|
||||||
@import 'red-mixins';
|
@import 'red-mixins';
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'OpenSans Extrabold';
|
||||||
|
src: url('../font/OpenSans-ExtraBold.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -283,10 +288,11 @@ section.settings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-name {
|
.app-name {
|
||||||
margin-left: 16px;
|
font-family: 'OpenSans Extrabold', sans-serif;
|
||||||
|
margin-left: 10px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 800;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 103 KiB |