You are here

uptolike-admin.css in Uptolike share buttons 7

/**
 * Stylesheet file for admin pages for Uptolike module.
*/
.uptolike-constructor,
.uptolike-statistic {
  height: 77em;
  width: 100%;
}
.uptolike-hidden {
  display: none;
}

File

css/uptolike-admin.css
View source
  1. /**
  2. * Stylesheet file for admin pages for Uptolike module.
  3. */
  4. .uptolike-constructor,
  5. .uptolike-statistic {
  6. height: 77em;
  7. width: 100%;
  8. }
  9. .uptolike-hidden {
  10. display: none;
  11. }