arts-react-bootstrap-modal
Version:
React Bootstrap Modal ===================================
40 lines (27 loc) • 891 B
text/less
/* Licensed MIT; Copyright (c) 2011-2014 Twitter, Inc <https://github.com/twbs/bootstrap/blob/master/LICENSE> */
@modal-prefix: btsModals;
@line-height-base: 1.428571429; // 20/14
@font-size-base: 14px;
@border-radius-large: 6px;
@screen-sm: 768px;
@screen-sm-min: @screen-sm;
@screen-md: 992px;
@screen-md-min: @screen-md;
@close-font-weight: bold;
@close-color: #000;
@close-text-shadow: 0 1px 0 #fff;
@modal-inner-padding: 15px;
@modal-title-padding: 15px;
@modal-title-line-height: @line-height-base;
@modal-content-bg: #fff;
@modal-content-border-color: rgba(0, 0, 0, 0.2);
@modal-content-fallback-border-color: #999;
@modal-backdrop-bg: #000;
@modal-backdrop-opacity: 0.5;
@modal-header-border-color: #e5e5e5;
@modal-footer-border-color: @modal-header-border-color;
@zindex-modal-background: 1040;
@zindex-modal: 1050;
@modal-lg: 900px;
@modal-md: 600px;
@modal-sm: 300px;