47 lines
No EOL
1.1 KiB
CSS
47 lines
No EOL
1.1 KiB
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;
|
|
resize: both;
|
|
overflow: auto;
|
|
}
|
|
|
|
audio {
|
|
background-color: #E65116 !important;
|
|
border-radius: 6px;
|
|
height: 35px;
|
|
width:100%;
|
|
|
|
}
|
|
.tools a img {
|
|
width: 30px;
|
|
}
|
|
/*correzioni alle merde di bootstrapt*/
|
|
/*media query aggiuntive*/
|
|
@media (max-width: 660px) {
|
|
.col-xs-6 {
|
|
width: 49.9%;
|
|
}
|
|
}
|
|
@media (max-width: 460px) {
|
|
.col-xs-6 {
|
|
width: 99%;
|
|
}
|
|
} |