12 lines
170 B
CSS
12 lines
170 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Visual styling for layouts in the off-canvas dialog.
|
||
|
*
|
||
|
* See seven/css/layout/layout.css
|
||
|
*/
|
||
|
|
||
|
.layout-icon__region {
|
||
|
fill: #f5f5f2;
|
||
|
stroke: #666;
|
||
|
}
|