12 lines
212 B
Text
Executable file
12 lines
212 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;
|
|
}
|
|
}
|