12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @font-face {font-family: "v-icon";
- src: url('iconfont.eot?t=1577259209328'); /* IE9 */
- src: url('iconfont.eot?t=1577259209328#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1577259209328') format('woff'),
- url('iconfont.ttf?t=1577259209328') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
- url('iconfont.svg?t=1577259209328#iconfont') format('svg'); /* iOS 4.1- */
- }
- [class^="v-icon-"], [class*="v-icon-"] {
- font-family: "v-icon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .v-icon-object-store:before {
- content: "\e73c";
- }
- .v-icon-load-balancing:before {
- content: "\e73d";
- }
- .v-icon-physical-machine:before {
- content: "\e73e";
- }
- .v-icon-domain-name:before {
- content: "\e73f";
- }
- .v-icon-virtual-machine:before {
- content: "\e740";
- }
- .v-icon-docker-container:before {
- content: "\e741";
- }
- .v-icon-nas:before {
- content: "\e742";
- }
- .v-icon-virtual-private-network:before {
- content: "\e743";
- }
- .v-icon-san:before {
- content: "\e744";
- }
|