Path: blob/master/src/packages/frontend/_antd_fix.sass
1496 views
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45// Here we revert some of the style changes that antd made.67// This is mainly meant to be temporary, so that we keep the8// overall global bootstrap style.910@use 'colors'1112// make the color consistent with antd again, since bootstrap sets13// it to something else. We want this to be consistent with our nextjs14// landing pages.15a16color: colors.$COL_ANTD_LINK_BLUE1718html19overflow: hidden2021.ant-popover-content22.ant-popover-arrow23border-color: colors.$COL_GRAY_L !important24z-index: -1 !important2526.ant-popover-inner-content>.cocalc-account-button-dropdown-links27margin: -12px -16px //Accomodate untouchable padding in inner-content just for .cocalc-account-button-dropdown-links2829.ant-input-group > span.ant-input-group-addon30padding: 031border: 032333435