#main-toolbar #activity-button {
|
|
background-image: url(../activity/activity-icon.svg);
|
|
}
|
|
|
|
|
|
#save-button {
|
|
background-image: url(../icons/save-colors.svg);
|
|
}
|
|
|
|
#reset-button {
|
|
background-image: url(../icons/reset-clear.svg);
|
|
}
|
|
|
|
#canvas {
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
}
|