Commit cc3b9557 by Brian Talbot

studio - open ended and annotations: added in component button icon assets and styling

parent 7ee58fb2
...@@ -259,7 +259,15 @@ ...@@ -259,7 +259,15 @@
width: 100px; width: 100px;
height: 60px; height: 60px;
margin-right: 5px; margin-right: 5px;
background: url(../img/large-problem-icon.png) center no-repeat; background: url(../img/large-openended-icon.png) center no-repeat;
}
.large-annotations-icon {
display: inline-block;
width: 100px;
height: 60px;
margin-right: 5px;
background: url(../img/large-annotations-icon.png) center no-repeat;
} }
.large-advanced-icon { .large-advanced-icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment