This commit is contained in:
2016-06-14 21:54:24 -04:00
parent c8df251d02
commit 3de79fda50
10115 changed files with 32393 additions and 1035866 deletions

15
_sass/theme/_theme.scss Executable file
View File

@@ -0,0 +1,15 @@
/**
* ----------------------------------------------------------------------------------------
* Theme style
* ----------------------------------------------------------------------------------------
*/
/* Layout related */
.t-margin {
margin-bottom: $general-margin;
}
.t-beveled {
border-bottom: 4px solid #F4F4F4;
@include box-shadow(0 2px 5px rgba(0, 0, 0, .4));
}