NEW: MIH MineSweeper Package pt1

This commit is contained in:
2025-10-16 09:45:17 +02:00
parent 22d8c64994
commit 6ecce1e9ff
8 changed files with 873 additions and 46 deletions

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'Mih_Icons';
src: url('fonts/Mih_Icons.eot?blbuxz');
src: url('fonts/Mih_Icons.eot?blbuxz#iefix') format('embedded-opentype'),
url('fonts/Mih_Icons.ttf?blbuxz') format('truetype'),
url('fonts/Mih_Icons.woff?blbuxz') format('woff'),
url('fonts/Mih_Icons.svg?blbuxz#Mih_Icons') format('svg');
font-family: 'icomoon';
src: url('fonts/icomoon.eot?8flwgj');
src: url('fonts/icomoon.eot?8flwgj#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?8flwgj') format('truetype'),
url('fonts/icomoon.woff?8flwgj') format('woff'),
url('fonts/icomoon.svg?8flwgj#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -13,7 +13,7 @@
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'Mih_Icons' !important;
font-family: 'icomoon' !important;
/* speak: never; */
font-style: normal;
font-weight: normal;
@@ -26,70 +26,74 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-mzansi_directory:before {
.icon-mine_sweeper:before {
content: "\e900";
}
.icon-personal_profile:before {
.icon-mzansi_directory:before {
content: "\e901";
}
.icon-about_mih:before {
.icon-personal_profile:before {
content: "\e902";
}
.icon-access_control:before {
.icon-about_mih:before {
content: "\e903";
}
.icon-business_profile:before {
.icon-access_control:before {
content: "\e904";
}
.icon-business_setup:before {
.icon-business_profile:before {
content: "\e905";
}
.icon-i_dont_know:before {
.icon-business_setup:before {
content: "\e906";
}
.icon-mih_logo:before {
.icon-calculator:before {
content: "\e907";
}
.icon-mih_ring:before {
.icon-calendar:before {
content: "\e908";
}
.icon-mzansi_ai:before {
.icon-i_dont_know:before {
content: "\e909";
}
.icon-mzansi_wallet:before {
.icon-mih_logo:before {
content: "\e90a";
}
.icon-notifications:before {
.icon-mih_ring:before {
content: "\e90b";
}
.icon-patient_manager:before {
.icon-mzansi_ai:before {
content: "\e90c";
}
.icon-patient_profile:before {
.icon-mzansi_wallet:before {
content: "\e90d";
}
.icon-profile_setup:before {
.icon-notifications:before {
content: "\e90e";
}
.icon-calculator:before {
content: "\e940";
.icon-patient_manager:before {
content: "\e90f";
}
.icon-calendar:before {
content: "\e953";
.icon-patient_profile:before {
content: "\e910";
}
.icon-profile_setup:before {
content: "\e911";
}