diff options
| author | Jacob Thornton <[email protected]> | 2012-01-26 21:48:46 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-26 21:48:46 -0800 |
| commit | dc2deb9a1b1995bbabee91bfd579d9b466fe78f2 (patch) | |
| tree | 9606da7326fd0a1e2ba1727e7390a69555bd92c3 /lib/alerts.less | |
| parent | e0e54d9c6cb39eae53e31117c38ceae0a08a6e0b (diff) | |
| download | bootstrap-dc2deb9a1b1995bbabee91bfd579d9b466fe78f2.tar.xz bootstrap-dc2deb9a1b1995bbabee91bfd579d9b466fe78f2.zip | |
moving structure around + more work on builder...
Diffstat (limited to 'lib/alerts.less')
| -rw-r--r-- | lib/alerts.less | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/lib/alerts.less b/lib/alerts.less deleted file mode 100644 index 23c17e704..000000000 --- a/lib/alerts.less +++ /dev/null @@ -1,69 +0,0 @@ -// ALERT STYLES -// ------------ - -// Base alert styles -.alert { - padding: 8px 35px 8px 14px; - margin-bottom: @baseLineHeight; - text-shadow: 0 1px 0 rgba(255,255,255,.5); - background-color: @warningBackground; - border: 1px solid @warningBorder; - .border-radius(4px); -} -.alert, -.alert-heading { - color: @warningText; -} - -// Adjust close link position -.alert .close { - position: relative; - right: -21px; - line-height: 18px; -} - -// Alternate styles -// ---------------- - -.alert-success { - background-color: @successBackground; - border-color: @successBorder; -} -.alert-success, -.alert-success .alert-heading { - color: @successText; -} -.alert-danger, -.alert-error { - background-color: @errorBackground; - border-color: @errorBorder; -} -.alert-danger, -.alert-error, -.alert-danger .alert-heading, -.alert-error .alert-heading { - color: @errorText; -} -.alert-info { - background-color: @infoBackground; - border-color: @infoBorder; -} -.alert-info, -.alert-info .alert-heading { - color: @infoText; -} - - -// Block alerts -// ------------------------ -.alert-block { - padding-top: 14px; - padding-bottom: 14px; -} -.alert-block > p, -.alert-block > ul { - margin-bottom: 0; -} -.alert-block p + p { - margin-top: 5px; -} |
