This commit is contained in:
Andrew 2018-01-06 18:25:19 -08:00
parent 077f2e600c
commit 7a93acd803
3 changed files with 19 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -184,6 +184,21 @@ body.admin {
.drawer .drawer__inner {
overflow: visible;
height:inherit;
background:$win95-bg;
}
.drawer:after {
display:block;
content: " ";
position:absolute;
bottom:15px;
left:15px;
width:132px;
height:117px;
background-image:url("../images/clippy_wave.gif"), url("../images/clippy_frame.png");
background-repeat:no-repeat;
background-position: 4px 20px, 0px 0px;
}
.drawer__pager {
@ -1182,6 +1197,10 @@ body.admin {
background-color:$win95-bg;
}
.column .static-content.getting-started {
display:none;
}
.account__header {
background-color:#7f7f7f;
}