// // @file // // Used to style Widgets // #ai1ec-event-modal { padding: 20px; @media ( max-width: @screen-xs-max ) { padding: 5px; } .ai1ec-modal-dialog { width: auto; max-width: @screen-md-max; margin: 0 auto; } .ai1ec-modal-body { min-height: 300px; } .ai1ec-close { font-size: 2em; margin: 0.25em 0.5em 0 0; position: relative; z-index: @zindex-modal + 1; } .ai1ec-category, .ai1ec-tag { cursor: default; color: inherit; border: inherit; .ai1ec-box-shadow( inset 0 0 1px fade( @dropdown-link-hover-color, 50% ) ); &:hover { color: inherit; background-color: inherit; border: inherit; .ai1ec-box-shadow( inset 0 0 1px fade( @dropdown-link-hover-color, 50% ) ); } } }