mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2026-01-19 23:04:23 +03:00
21 lines
388 B
Plaintext
21 lines
388 B
Plaintext
/*
|
|
* Grid examples
|
|
*
|
|
* Highlight the grid columns within the docs so folks can see their padding,
|
|
* alignment, sizing, etc.
|
|
*/
|
|
|
|
.show-grid {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.show-grid [class^="col-"] {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
background-color: #eee;
|
|
background-color: rgba(86, 61, 124, .15);
|
|
border: 1px solid #ddd;
|
|
border: 1px solid rgba(86, 61, 124, .2);
|
|
}
|
|
|