feat: remove modal confirm button container
use no padding class on modal instead, less messing around with ghost buttons in certain casespull/3083/head
parent
cebe7c884d
commit
150ea61b03
@ -1,12 +0,0 @@
|
||||
import styled from 'styled-components';
|
||||
import { Flex } from '../basic/Flex';
|
||||
|
||||
/** We use this in the modals only to bypass the padding on the body so the buttons take up the full space width of the modal window
|
||||
* See .session-modal__body for padding values
|
||||
*/
|
||||
export const ModalConfirmButtonContainer = styled(Flex)`
|
||||
margin-top: 0px;
|
||||
margin-right: calc(var(--margins-lg) * -1);
|
||||
margin-bottom: calc(var(--margins-lg) * -1);
|
||||
margin-left: calc(var(--margins-lg) * -1);
|
||||
`;
|
Loading…
Reference in New Issue