This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/themes/zuitedesk/css/wireframes.css
2017-10-01 23:20:19 +02:00

26 lines
540 B
CSS

/**
* @file
* Wireframes Styling.
*/
.with-wireframes #header .section,
.with-wireframes #main-content .section,
.with-wireframes .region-sidebar-first .section,
.with-wireframes .region-sidebar-second .section {
margin: 1px;
padding: 2px;
border: 1px solid #ccc;
}
.with-wireframes #navigation .section,
.with-wireframes #footer .section {
margin-top: 1px;
margin-bottom: 1px;
padding: 2px;
border: 1px solid #ccc;
}
.with-wireframes .region-page-closure {
margin-top: 1px;
padding: 2px;
border: 1px solid #ccc;
}