rsnext/examples/with-react-bootstrap/style/index.css
liwenzhi 4a8b896122
[Examples]: With react bootstrap (#12421)
* add new example with-react-bootstrap

* use vanilla react-bootstrap components to implement index page

* clear unnecessary comments

* remove private property in package.json

* Updates

Co-authored-by: Luis Alvarez <luis@vercel.com>
2020-05-07 17:13:59 -05:00

26 lines
402 B
CSS

/* ensure all pages have Bootstrap CSS */
@import '~bootstrap/dist/css/bootstrap.min.css';
.md-container {
max-width: 800px;
padding-top: 2rem;
}
.sml-card {
width: 22rem;
margin: 1rem 0;
}
.cntr-footer {
height: 80px;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #ccc;
}
.sml-logo {
height: 1em;
margin-left: 10px;
}