[Frontend] Styling for New Edit Mode

open #198
Added Save and Cancel buttons;
Additional transition styling;
tool-bar styles refined;
This commit is contained in:
Charles Hacskaylo
2015-10-20 14:11:59 -07:00
parent 6e30a25a6f
commit 685dd2114d
6 changed files with 242 additions and 195 deletions

View File

@@ -66,6 +66,14 @@ $pad: $interiorMargin * $baseRatio;
&.pause-play {
}
&.t-save:before {
content:'\e612';
font-family: symbolsfont;
}
&.t-cancel:before {
content:'\78';
font-family: symbolsfont;
}
&.pause-play {
.icon:before {