﻿/*******************************************************************************************
CSS Framework based on SMACSS
Base rules are the defaults. They are almost exclusively single element
selectors but it could include attribute selectors, pseudo-class
selectors, child selectors or sibling selectors. Essentially, a base
style says that wherever this element is on the page, it should look
like this.
*******************************************************************************************/
.color-white {
    color: white;
}
.color-white-i {
    color: white !important;
}