diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-12 12:14:50 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-12 12:14:50 +0300 |
| commit | b03889604a6025567af5593fdc25d81a6f07d607 (patch) | |
| tree | 0e4418a3a75613dedcf91e88527a42012236d164 /client/colors.less | |
| parent | 20ff501a209810a63d6aa3893fa0304b89fba79d (diff) | |
Start over side link
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/colors.less b/client/colors.less index 5c1980d..53ca797 100644 --- a/client/colors.less +++ b/client/colors.less @@ -149,6 +149,21 @@ body { } } div.photos-wrapper { + a.start-over { + position: fixed; + left: 0; + top: 50%; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + transform: rotate(-90deg); + font-family: 'Cutive Mono', serif; + color: black; + border-bottom: 1px black solid; + &:hover, &:active { + color: white; + background-color: black; + } + } ol.steps { display: block; text-align: center; |
