main.css 869 B

123456789101112131415161718192021222324252627282930
  1. /*------------------------------------------------------------------------------------------------------------------------
  2. @package: arkiwiJsBoilerplate
  3. @author: cris
  4. @www: arkiwi.oeg
  5. @copyright: COPYRIGHT 18 cek
  6. @license: MIT
  7. =============================================================================
  8. Filename: main.css
  9. =============================================================================
  10. This file is responsible for all styles on the arkiwiJsBoilerplate app.
  11. palette:
  12. http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE
  13. --------------------------------------------------------------------------------------------------------------------- */
  14. .embed-iframe{
  15. width:100%;
  16. min-width:100%;
  17. height:auto;
  18. }
  19. audio {
  20. background-color: #E65116 !important;
  21. border-radius: 6px;
  22. height: 35px;
  23. opacity: 1;
  24. z-index: 99;
  25. }