-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes the grid.css file of the grid example and makes use of utility classes
- Loading branch information
1 parent
3075432
commit 49ca910
Showing
3 changed files
with
75 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,6 @@ | ||
body { | ||
padding-top: 2rem; | ||
padding-bottom: 2rem; | ||
} | ||
|
||
h3 { | ||
margin-top: 2rem; | ||
} | ||
|
||
.row { | ||
margin-bottom: 1rem; | ||
} | ||
.row .row { | ||
margin-top: 1rem; | ||
margin-bottom: 0; | ||
} | ||
[class*="col-"] { | ||
padding-top: 1rem; | ||
padding-bottom: 1rem; | ||
.themed-grid-col { | ||
padding-top: 15px; | ||
padding-bottom: 15px; | ||
background-color: rgba(86, 61, 124, .15); | ||
border: 1px solid rgba(86, 61, 124, .2); | ||
} | ||
|
||
hr { | ||
margin-top: 2rem; | ||
margin-bottom: 2rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.