Skip to content

Commit

Permalink
add cards SCSS to sb-admin.scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Apr 4, 2017
1 parent 24a04d0 commit f1aacae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions css/sb-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@ body {
.z-1 {
z-index: 1; }

.card-block-icon {
font-size: 5rem;
position: absolute;
right: -25px;
top: -25px;
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
z-index: 0; }

@media (min-width: 576px) {
.card-columns {
column-count: 1; } }

@media (min-width: 768px) {
.card-columns {
column-count: 2; } }

@media (min-width: 1200px) {
.card-columns {
column-count: 3; } }

.navbar-inverse input.form-control {
border-color: #eeeeee; }

Expand Down
2 changes: 1 addition & 1 deletion css/sb-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scss/sb-admin.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "variables.scss";
@import "mixins.scss";
@import "global.scss";
@import "cards.scss";
@import "navbar.scss";

0 comments on commit f1aacae

Please sign in to comment.