Sha256: e23f1ba335a7e7c6ac742698a96b07077be90f26116bfe6085e2713e822af594
Contents?: true
Size: 502 Bytes
Versions: 7
Compression:
Stored size: 502 Bytes
Contents
$modalHeaderBackgroundColor: #eee; $modalHeaderFontColor: $pageTitleFontColor; .modal { @include border-radius(0px); border: none; .modal-header { border: none; color: $modalHeaderFontColor; padding: 0px $bigPadding; border-top: 5px solid #ccc; h4 { font-weight: normal; line-height: 40px; } } .modal-footer { background: none; border: none; padding: $normalPadding $normalPadding; } form { border: none; } } .modal-backdrop { }
Version data entries
7 entries across 7 versions & 2 rubygems