/**
*
* This file contains override basic style
*
*/
body, html, button, input, select, textarea, span, p,
h1, h2, h3, h4, h5, h6, div, ul, ol, li, a {
.roboto_font;
margin: 0;
list-style: none;
padding: 0;
outline: none;
.word_break;
}
body {
/* default font size */
font-size: 14px;
.roboto_font;
background: @body;
color: @c-darkBlack;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: #dbdcdd;
border-radius: 20px;
}
::-webkit-scrollbar-track {
background: #f7f7f7;
}
/*link default underline behavior override */
a{
text-decoration: none;
&:hover, &:active, &:focus {
text-decoration: none;
}
}
/*Heading style
//h1, h2, h3, h4, h5, h6 {
//} */
h1 {
font-size: 36px;
font-weight: normal;
}
h2 {
font-size: 30px;
font-weight: 300;
}
h3 {
font-size: 24px;
font-weight: 600;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
font-weight: normal;
}
h6 {
font-size: 12px;
font-weight: normal;
}
/* Placeholder color override */
//::-webkit-input-placeholder { /* Chrome/Opera/Safari */
// color: @font_light;
//}
//
//::-moz-placeholder { /* Firefox 19+ */
// color: @font_light;
//}
//
//:-ms-input-placeholder { /* IE 10+ */
// color: @font_light;
//}
//
//:-moz-placeholder { /* Firefox 18- */
// color: @font_light;
//}
.hide{
display: none !important;
}