﻿/*
    This file is to show how CSS and other static resources (such as images) can be
    used from a library project/package.
*/

.my-component {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}

.download-iframe {
    display: none;
}

/*Needed to get detecting of scroll to end of drop down working correctly */
.bootstrap-select-live .dropdown-menu li {
    position: static;
}

.grid-page-size {
    width: 60px;
    margin: 0 0.5rem 0.5rem 0.5rem;
}