// main: ../../demo.less /* 0. Global Site Properties */ html { background: #F2F6FA; background-repeat: no-repeat; background-attachment: fixed; background-position: center 91px; scroll-behavior: smooth; } html, body { font-family: @font-family!important; font-size: 14px!important; font-weight: 300; } /* 1. Layout */ a { font-size: 14px!important; text-decoration: none; &:hover {text-decoration: underline;} } button { font-size: 16px!important; font-family: @font-family; } .sections { margin-top: 60px; } /* HINT CSS FIXES */ // Fixing hint view [class*=hint--][aria-label]:after { font-weight: normal; font-size: 14px; padding: 12px; } // Action buttons #gigya_actions_placeholder { button { width: 100%; .flex-centered-container(); } }