/** * Copyright: 2007-2022, FlexDealer Solutions Ltd * This code is property of FlexDealer Solutions Ltd. All rights reserved. * May not be re-used, re-distributed or modified without permission. */ .navbar-popup { background-color: white; color: black; } .btn { font-size: 14px; font-weight: 400; } .btn.btn-lg { font-size: 18px; } .btn.btn-sm { font-size: 12px; } .btn.btn-xs { font-size: 10px; } .btn.btn-square { border-radius: 0; } /* This is to stop smedia from hijacking some of our buttons on VMedia-4 */ .btn.btn-squarezees { border-radius: 0; } .btn.btn-rounded { border-radius: 3px; } .btn.btn-pill { border-radius: 200px; } .btn.btn-filled, .btn.btn-alt, .btn.btn-stroke { -webkit-transition: all 350ms ease; -moz-transition: all 350ms ease; -o-transition: all 350ms ease; transition: all 350ms ease; -webkit-transition-property: background, color; -moz-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; } .btn.btn-alt { border: none; } .btn.btn-filled { border: none; } .btn.btn-stroke { background-color: transparent; } .hover { cursor: pointer; -webkit-transition: all 350ms ease; -moz-transition: all 350ms ease; -o-transition: all 350ms ease; transition: all 350ms ease; -webkit-transition-property: background, color; -moz-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; } .nav .dropdown .dropdown-menu { padding-top: 15px; padding-bottom: 15px; border-radius: 10px; } .nav .dropdown .dropdown-menu > li > a { padding: 15px 20px; } @media screen and (max-width: 800px) { .nav .dropdown .dropdown-menu { padding-bottom: 0; border-radius: 0; } } /* Buttons */ .btn { padding: 14px 30px; border-radius: 5px; }