aboutsummaryrefslogtreecommitdiff
path: root/less/alerts.less
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR1-1/+2
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2017-11-25move from csslint to stylelintMark Otto1-2/+1
2015-01-19Trim whitespacesGeremia Taglialatela1-2/+2
2015-01-16Added blank lines between selectors for alertsKevin Jannis1-0/+5
2014-06-18Fix dismissible spellingBas Bosman1-2/+3
2014-04-26Minor Spacing fixesNick Schonning1-1/+1
Flagged upstream in bootstrap-sass by scss-lint
2013-09-21@headingsColor → @headings-colorZlatan Vasović1-1/+1
2013-08-18Refactor alerts to have a base class, but no default class, thus requiring a ↵Mark Otto1-11/+7
modifier class at all times
2013-08-12fixes #9310: alerts aren't dismissable by default, now requires ↵Mark Otto1-10/+19
.alert-dismissable if you need a close button
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-1/+1
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-06Added padding variable for alerts and changed customize.html Warning state ↵Markus Maga1-1/+1
(which doesn't exist anymore)
2013-08-02fixes #9015: bold links not semibold in alertsMark Otto1-1/+1
2013-08-02Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵Jon Schlinkert1-3/+3
consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS.
2013-08-02Fix #9008: consolidate `.alert-block` styles into `.alert`Mark Otto1-17/+10
2013-07-28move things aroundsyed1-1/+1
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-07extract .alert-variant mix-inChris Rebert1-27/+3
2013-07-01Make more components mixin-friendlyMark Otto1-7/+8
2013-05-16Change up link alertsMark Otto1-9/+5
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert
2013-05-09Unitless line-heightMark Otto1-4/+4
* Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
2013-04-20Make alerts use variables betterMark Otto1-21/+21
2013-04-20Only use .danger for alerts, no more .errorMark Otto1-2/+1
2013-04-09don't use table for label variatonsMark Otto1-8/+7
2013-03-31@state-*-background to @state-*-bg varsMark Otto1-4/+4
2013-03-30Change error to danger for all classes; add panels componentMark Otto1-5/+5
2013-03-16Fixes #7150: colorize links in alertsMark Otto1-0/+18
2013-03-14Use translucent box shadow on hr elements; colorize hr elements within alert ↵Mark Otto1-6/+21
components
2013-01-17remove global text-shadow from alerts components because it was fucking up ↵Mark Otto1-1/+0
buttons in a real way
2013-01-16restore alerts, and make them suck much lessMark Otto1-17/+4
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-0/+10
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-03nuke commentsMark Otto1-3/+0
2012-12-03Fixing header color for success, error and info alertsAndreas Cederström1-0/+13
2012-11-30form state varsMark Otto1-12/+12
2012-11-30more consistent variable naming patternsMark Otto1-3/+3
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-2/+2
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto1-0/+4
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-28Fixes #5940: Prevent @headingsColor from changing alert colorsMark Otto1-0/+4
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-10-03use border-radius vars where possibleMark Otto1-1/+1
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-1/+1
property, since -webkit-* and -moz-* are only needed for older versions
2012-08-13running make on previous changesMark Otto1-0/+3
2012-06-28standardize top level file commentsMark Otto1-5/+12
2012-06-17#3864: use @baseLineHeight in alerts.lessMark Otto1-1/+1
2012-06-10rewrite alerts and progress bars sectionsMark Otto1-4/+1
2012-02-19Use inherit on alert-heading colorJacob Rask1-14/+2
Heading then inherits from the parent alert. Avoids a lot of extra unneccessary CSS.
2012-01-28fix alert close positionMark Otto1-0/+1
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+69