30 lines
No EOL
869 B
CSS
30 lines
No EOL
869 B
CSS
/*------------------------------------------------------------------------------------------------------------------------
|
|
@package: arkiwiJsBoilerplate
|
|
|
|
@author: cris
|
|
@www: arkiwi.oeg
|
|
|
|
@copyright: COPYRIGHT 18 cek
|
|
@license: MIT
|
|
|
|
=============================================================================
|
|
Filename: main.css
|
|
=============================================================================
|
|
This file is responsible for all styles on the arkiwiJsBoilerplate app.
|
|
palette:
|
|
http://paletton.com/#uid=70f0u0ksXsOhL-cmHuduim--whE
|
|
--------------------------------------------------------------------------------------------------------------------- */
|
|
|
|
.embed-iframe{
|
|
width:100%;
|
|
min-width:100%;
|
|
height:auto;
|
|
}
|
|
|
|
audio {
|
|
background-color: #E65116 !important;
|
|
border-radius: 6px;
|
|
height: 35px;
|
|
opacity: 1;
|
|
z-index: 99;
|
|
} |