add sass/scratch.scss and associated sass files

This commit is contained in:
2018-12-18 17:46:30 +01:00
parent e31560f622
commit 472eda01e4
123 changed files with 8932 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
/**
* Bootstrap style :
*/
.row {
margin:20px 0; // adding margin to rows
}
.thumb {
background:#eee;
width:100%; height:0;
padding-bottom:56%;
}