@import "/assets/ui/css/main.css";
@import "/assets/ui/css/2020/style.css";

/*

This is the constants page that controls the color customization for the entire iframe.
changing each attribute will affect a portion of the elements in the window:

--primary: (Bottom Card Banner, Bid Button, Icons)
--primary_hover: (if button, color when hovering over button)
--secondary: (Bid Deadline Banner, Bid Picture Bottom Banner)
--button: (Buttons on Profile page for Desc, Docs, View, Financing)
--button_hover: (see above)
--primary_title: (affects large subtitles on property profile page, e.g. Downloadable Documents)
--secondary_title: (affects small subtitles on property profile page, e.g. Property Description, Property Viewing, Financing)

*/
:root {  /* accessible everywhere */
--primary: #69a7c2;
--button: #A1A1A1;
--button_hover: #2a9678;
--primary_title: #1c7cb6;
--secondary_title: #035d75;
--primary_hover: #44c197;
--secondary: #3D3D3D;
--Black: #000000;
--navbar-color: #3B3B3B;
--background-text: #3b3b3b;
--background-color: #eee;
--login-background: #033e5b;
}