Redo grid documentation
* Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations * Add more examples to the grid example page * Red columns instead of gray for more Bootstrapy aesthetic
This commit is contained in:
parent
eb21410cc8
commit
0a18d33d2c
4 changed files with 123 additions and 25 deletions
|
|
@ -251,9 +251,13 @@ body {
|
|||
padding-bottom: 10px;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ddd;
|
||||
/* Todo: reconcile these */
|
||||
background-color: rgba(185,74,72,.15);
|
||||
border: 1px solid rgba(185,74,72,.2);
|
||||
}
|
||||
.show-grid [class^="col-"]:hover {
|
||||
background-color: #ddd;
|
||||
background-color: rgba(185,74,72,.25);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue