diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index b6414b4d7ad89b552bea68373fd882b0f9704067..9de72020f206a171726304bfb798d74cd7819715 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -107,121 +107,4 @@ body { } } } -} - -nav#main__menu .icon { - - /* use !important to prevent issues with browser extensions that change fonts */ - &:before { - font-family: 'tz-icomoon' !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - &.icon-people:before { - content: "\e90d"; - color: #00b1e6; - } -} - - -@font-face { - font-family: 'tz-icomoon'; - src: url('fonts/tz-icomoon.eot?rlrrlx'); - src: url('fonts/tz-icomoon.eot?rlrrlx#iefix') format('embedded-opentype'), - url('fonts/tz-icomoon.ttf?rlrrlx') format('truetype'), - url('fonts/tz-icomoon.woff?rlrrlx') format('woff'), - url('fonts/tz-icomoon.svg?rlrrlx#tz-icomoon') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; - } - - .tz-icon { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'tz-icomoon' !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .icon-tz-private:before { - content: "\e903"; - color: #d3d5dd; - } - .icon-tz-annuaire .path1:before { - content: "\e904"; - color: rgb(0, 177, 230); - } - .icon-tz-annuaire .path2:before { - content: "\e905"; - margin-left: -1em; - color: rgb(211, 213, 221); - } - .icon-tz-annuaire .path3:before { - content: "\e906"; - margin-left: -1em; - color: rgb(213, 237, 255); - } - .icon-tz-annuaire .path4:before { - content: "\e907"; - margin-left: -1em; - color: rgb(255, 255, 255); - } - .icon-tz-annuaire .path5:before { - content: "\e908"; - margin-left: -1em; - color: rgb(26, 44, 95); - } - .icon-tz-mes-territoires .path1:before { - content: "\e909"; - color: rgb(213, 237, 255); - } - .icon-tz-mes-territoires .path2:before { - content: "\e90a"; - margin-left: -1em; - color: rgb(31, 130, 192); - } - .icon-tz-mes-territoires .path3:before { - content: "\e90b"; - margin-left: -1em; - color: rgb(141, 216, 248); - } - .icon-tz-mes-territoires .path4:before { - content: "\e90c"; - margin-left: -1em; - color: rgb(141, 216, 248); - } - .icon-tz-territoires:before { - content: "\e90d"; - color: #00b1e6; - } - .icon-tz-home .path1:before { - content: "\e900"; - color: rgb(213, 237, 255); - } - .icon-tz-home .path2:before { - content: "\e901"; - margin-left: -1em; - color: rgb(0, 177, 230); - } - .icon-tz-home .path3:before { - content: "\e902"; - margin-left: -1em; - color: rgb(0, 177, 230); - } - \ No newline at end of file +} \ No newline at end of file