sense-media-box
Version:
Include web pages, videos, images and much more into your Qlik Sense app.
33 lines (24 loc) • 899 B
text/less
// ----------------------------------------------------------------------------
// This is the main Less-file for all styles you want to create
//
// If you want to include files, use the @import command of Less
//
// All results will be generated to src/lib/style.css if you run
// either the "dev" or "release" Grunt task
// ----------------------------------------------------------------------------
.qv-object-swr-mediabox {
width: 100%;
height: 100%;
//position: absolute;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
/* Todo: in case of isSmallDevice the padding needs to be changed
&.qv-layout-medium {
width: ~"calc(100% - 20px)";
}
*/
@import "../directives/qsMbWebsite/qsMbWebsite.less";
@import "../directives/qsMbImage/qsMbImage.less";
@import "../directives/qsMbVideo/qsMbVideo.less";
@import "../directives/qsMbHtml/qsMbHtml.less";
}