cordova-plugin-chromecastios
Version:
Cordova plugin for using Chromecast devices from iOS
96 lines (91 loc) • 2.02 kB
CSS
@font-face {
font-family: 'icocast';
src:
url('fonts/icocast.ttf?8pe6ib') format('truetype'),
url('fonts/icocast.woff?8pe6ib') format('woff'),
url('fonts/icocast.svg?8pe6ib#icocast') format('svg');
font-weight: normal;
font-style: normal;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icocast' ;
speak: none;
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-castavailable:before {
content: "\e900";
}
.icon-castconnected:before {
content: "\e901";
}
.icon-castconnecting0 .path1:before {
content: "\e902";
color: rgb(0, 0, 0);
}
.icon-castconnecting0 .path2:before {
content: "\e903";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.3;
}
.icon-castconnecting0 .path3:before {
content: "\e904";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.3;
}
.icon-castconnecting0 .path4:before {
content: "\e905";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-castconnecting1 .path1:before {
content: "\e906";
color: rgb(0, 0, 0);
opacity: 0.3;
}
.icon-castconnecting1 .path2:before {
content: "\e907";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-castconnecting1 .path3:before {
content: "\e908";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.3;
}
.icon-castconnecting1 .path4:before {
content: "\e909";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-castconnecting2 .path1:before {
content: "\e90a";
color: rgb(0, 0, 0);
opacity: 0.3;
}
.icon-castconnecting2 .path2:before {
content: "\e90b";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.3;
}
.icon-castconnecting2 .path3:before {
content: "\e90c";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-castconnecting2 .path4:before {
content: "\e90d";
margin-left: -1em;
color: rgb(0, 0, 0);
}