mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
10 lines
243 B
CSS
10 lines
243 B
CSS
/*stylesheet for sb admin 2 pages that do not have menu and toolbar*/
|
|
@import "admintemplate.css";
|
|
|
|
@media (min-width:768px) {
|
|
#page-wrapper {
|
|
margin-right: 250px;
|
|
margin-top: 8px;
|
|
border: 1px solid #e7e7e7;
|
|
}
|
|
} |