/**
 * Shame.css is file for quick and hacky changes
 * Use this file to override main.css
 * Please comment your code
 * All changes will be once moved into the main.css file
 */

.row--no-gap {

    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.row--no-gap > .col {

    margin-left: 0;
    margin-right: 0;
}

input[disabled] {

    opacity: .75;
}

.col.disabled-input {

    color: #999;
}