Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #16 from avored/dev
Browse files Browse the repository at this point in the history
merging dev to master
  • Loading branch information
indpurvesh authored Jul 27, 2018
2 parents 0d460ea + 94a1472 commit 661e487
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions resources/assets/sass/_table.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
.avored-table {
width: 100%;


// .avored-table-row
&-row {
display: flex;

&.header {
background-color: $primary;
color: $white;

}

.avored-table-cell {
padding: 0.5em;

a, i {
color: $white;
}
}
}



&-body {

.avored-table-row {
&:hover {
background-color: darken($light, 20%);

}

.avored-table-cell {
padding: 0.5em;

a {
color:inherit;
}
}
}

}


}
1 change: 1 addition & 0 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ $fa-font-path: "../fonts" !default;
@import "~select2/src/scss/core";
@import "~summernote/src/less/summernote-bs4";
@import "~pc-bootstrap4-datetimepicker/src/sass/bootstrap-datetimepicker-build";
@import "table";
@import "custom";

0 comments on commit 661e487

Please sign in to comment.