admin-setting.css
7 years ago
design.css
6 years ago
folder-icon.css
7 years ago
media.css
6 years ago
sweetalert2.min.css
7 years ago
folder-icon.css
82 lines
| 1 | @font-face { |
| 2 | font-family: 'folder-icon'; |
| 3 | src: url('../fonts/folder-icon.eot?44ce3u'); |
| 4 | src: url('../fonts/folder-icon.eot?44ce3u#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/folder-icon.ttf?44ce3u') format('truetype'), |
| 6 | url('../fonts/folder-icon.woff?44ce3u') format('woff'), |
| 7 | url('../fonts/folder-icon.svg?44ce3u#folder-icon') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | } |
| 11 | |
| 12 | [class^="folder-icon-"], [class*=" folder-icon-"] { |
| 13 | /* use !important to prevent issues with browser extensions that change fonts */ |
| 14 | font-family: 'folder-icon' !important; |
| 15 | speak: none; |
| 16 | font-style: normal; |
| 17 | font-weight: normal; |
| 18 | font-variant: normal; |
| 19 | text-transform: none; |
| 20 | line-height: 1; |
| 21 | |
| 22 | /* Better Font Rendering =========== */ |
| 23 | -webkit-font-smoothing: antialiased; |
| 24 | -moz-osx-font-smoothing: grayscale; |
| 25 | } |
| 26 | |
| 27 | .folder-icon-expand_more:before { |
| 28 | content: "\e90f"; |
| 29 | } |
| 30 | .folder-icon-edit:before { |
| 31 | content: "\e910"; |
| 32 | } |
| 33 | .folder-icon-expand_less:before { |
| 34 | content: "\e911"; |
| 35 | } |
| 36 | .folder-icon-folder_special:before { |
| 37 | content: "\e900"; |
| 38 | } |
| 39 | .folder-icon-insert_drive_file:before { |
| 40 | content: "\e901"; |
| 41 | } |
| 42 | .folder-icon-border_color .path1:before { |
| 43 | content: "\e902"; |
| 44 | } |
| 45 | .folder-icon-border_color .path2:before { |
| 46 | content: "\e903"; |
| 47 | margin-left: -1em; |
| 48 | } |
| 49 | .folder-icon-file_copy:before { |
| 50 | content: "\e904"; |
| 51 | } |
| 52 | .folder-icon-all_inbox:before { |
| 53 | content: "\e905"; |
| 54 | } |
| 55 | .folder-icon-delete:before { |
| 56 | content: "\e906"; |
| 57 | } |
| 58 | .folder-icon-star_rate:before { |
| 59 | content: "\e907"; |
| 60 | } |
| 61 | .folder-icon-arrow_drop_down:before { |
| 62 | content: "\e908"; |
| 63 | } |
| 64 | .folder-icon-arrow_right:before { |
| 65 | content: "\e909"; |
| 66 | } |
| 67 | .folder-icon-more_vert:before { |
| 68 | content: "\e90a"; |
| 69 | } |
| 70 | .folder-icon-folder_shared:before { |
| 71 | content: "\e90b"; |
| 72 | } |
| 73 | .folder-icon-folder_open:before { |
| 74 | content: "\e90c"; |
| 75 | } |
| 76 | .folder-icon-folder:before { |
| 77 | content: "\e90d"; |
| 78 | } |
| 79 | .folder-icon-create_new_folder:before { |
| 80 | content: "\e90e"; |
| 81 | } |
| 82 |