Skip to main content Skip to footer

How to Style controls without Bootstrap

Instead of setting styles from the tag, for example, the font size, use the following CSS:
text-box-inner{
            font-size:inherit;
        }
        .drop-down-inner {
            font-size: 1.6em;
        }
        .c1-calendar{
            max-width:400px !important;
        }