|
@@ -15,32 +15,37 @@
|
|
|
}
|
|
|
// menu
|
|
|
&-exam {
|
|
|
- background-image: url(../images/college/icon-exam.png);
|
|
|
+ background-image: url(../images/icon-exam.png);
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
}
|
|
|
&-report {
|
|
|
- background-image: url(../images/college/icon-report.png);
|
|
|
+ background-image: url(../images/icon-report.png);
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
}
|
|
|
&-base {
|
|
|
- background-image: url(../images/college/icon-base.png);
|
|
|
+ background-image: url(../images/icon-base.png);
|
|
|
width: 14px;
|
|
|
height: 16px;
|
|
|
}
|
|
|
&-customer {
|
|
|
- background-image: url(../images/college/icon-customer.png);
|
|
|
+ background-image: url(../images/icon-customer.png);
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
}
|
|
|
&-workspace {
|
|
|
- background-image: url(../images/college/icon-workspace.png);
|
|
|
+ background-image: url(../images/icon-workspace.png);
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
}
|
|
|
&-logout {
|
|
|
- background-image: url(../images/college/icon-logout.png);
|
|
|
+ background-image: url(../images/icon-logout.png);
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ }
|
|
|
+ &-account {
|
|
|
+ background-image: url(../images/icon-account.png);
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
}
|