new site
This commit is contained in:
15
_sass/theme/_theme.scss
Executable file
15
_sass/theme/_theme.scss
Executable 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));
|
||||
}
|
||||
Reference in New Issue
Block a user