UNPKG

bootstrap-css

Version:

A css module compatible version of bootstrap

30 lines (25 loc) 624 B
/*! * Bootstrap v4.0.0-alpha.6 (http://getbootstrap.com) * Copyright (c) 2011-2017 Twitter, Inc. * Copyright (c) 2011-2017 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; transition: all 0.2s ease-in-out; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 90%; color: #636c72; }