Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / motif-web-admin-core   js

Repository URL to install this package:

Version: 0.3.1 

/ assets / motif_webadmin_iconfont.css

/*--------------------------------

MotifWebAdminIconFont Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'MotifWebAdminIconFont';
  src: url('./fonts/MotifWebAdminIconFont.eot');
  src: url('./fonts/MotifWebAdminIconFont.eot') format('embedded-opentype'), url('./fonts/MotifWebAdminIconFont.woff2') format('woff2'), url('./fonts/MotifWebAdminIconFont.woff') format('woff'), url('./fonts/MotifWebAdminIconFont.ttf') format('truetype'), url('./fonts/MotifWebAdminIconFont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'MotifWebAdminIconFont';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.wa-ico-links::before {
  content: "\ea02";
}

.wa-ico-vipera-logo::before {
  content: "\ea03";
}

.wa-ico-home::before {
  content: "\ea04";
}

.wa-ico-admin-users::before {
  content: "\ea05";
}

.wa-ico-add::before {
  content: "\ea06";
}

.wa-ico-key::before {
  content: "\ea07";
}

.wa-ico-json::before {
  content: "\ea08";
}

.wa-ico-publish::before {
  content: "\ea09";
}

.wa-ico-web::before {
  content: "\ea0a";
}

.wa-ico-list-progress::before {
  content: "\ea0b";
}

.wa-ico-counter::before {
  content: "\ea0c";
}

.wa-ico-yes::before {
  content: "\ea0d";
}

.wa-ico-download::before {
  content: "\ea0e";
}

.wa-ico-edit::before {
  content: "\ea0f";
}

.wa-ico-otp-password::before {
  content: "\ea10";
}

.wa-ico-house-key::before {
  content: "\ea11";
}

.wa-ico-json-file::before {
  content: "\ea12";
}

.wa-ico-toolbox-big::before {
  content: "\ea13";
}

.wa-ico-toolbox::before {
  content: "\ea14";
}

.wa-ico-html::before {
  content: "\ea15";
}

.wa-ico-smartphone::before {
  content: "\ea16";
}

.wa-ico-count::before {
  content: "\ea17";
}

.wa-ico-view::before {
  content: "\ea18";
}

.wa-ico-chart::before {
  content: "\ea19";
}

.wa-ico-configuration::before {
  content: "\ea1a";
}

.wa-ico-search::before {
  content: "\ea1b";
}

.wa-ico-refresh::before {
  content: "\ea1c";
}

.wa-ico-no::before {
  content: "\ea1d";
}

.wa-ico-export::before {
  content: "\ea1e";
}

.wa-ico-import::before {
  content: "\ea1f";
}

.wa-ico-app-content::before {
  content: "\ea20";
}

.wa-ico-otp::before {
  content: "\ea21";
}

.wa-ico-warning::before {
  content: "\ea22";
}

.wa-ico-ko::before {
  content: "\ea23";
}

.wa-ico-ok::before {
  content: "\ea24";
}

.wa-ico-system::before {
  content: "\ea25";
}

.wa-ico-log::before {
  content: "\ea26";
}

.wa-ico-transactions::before {
  content: "\ea27";
}

.wa-ico-thresholds::before {
  content: "\ea28";
}

.wa-ico-services::before {
  content: "\ea29";
}

.wa-ico-plugins::before {
  content: "\ea2a";
}

.wa-ico-users::before {
  content: "\ea2b";
}

.wa-ico-platform::before {
  content: "\ea2c";
}

.wa-ico-sessions::before {
  content: "\ea2d";
}

.wa-ico-dashboard::before {
  content: "\ea2e";
}

.wa-ico-scheduler::before {
  content: "\ea2f";
}

.wa-ico-relations-links::before {
  content: "\ea30";
}