15 lines
203 B
Text
Executable file
15 lines
203 B
Text
Executable file
/**
|
|
* This file provides the design styles for the page content.
|
|
*
|
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
|
*/
|
|
|
|
|
|
.content .row > .col-xs-12{
|
|
box-shadow: __box_shadow__;
|
|
}
|
|
|
|
|
|
|
|
|
|
|