diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-30 17:59:29 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-30 17:59:29 -0500 |
| commit | a3f3f4d370da5d38c039f6cdb36223b396eeeb77 (patch) | |
| tree | e3c5e9e47e6ca36a4cf0d11957b3cc3957d527ed /public/assets/stylesheets/app.css | |
| parent | 5bfdedf2b92728dcead42e2ddd2b2e07311231ce (diff) | |
sync gear for test purposes
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8184032..981869b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -979,6 +979,20 @@ iframe.embed { .about_custom a { border-bottom: 1px solid; } +.editSubscription .gear { + position: absolute; + top: 10px; + left: 10px; + opacity: 0.1; + cursor: pointer; + transition: all 0.3s; +} +.editSubscription .gear.turning { + opacity: 0.3; + -webkit-transform: rotate(360deg); + transform: rotate(360deg); +} + /* LAYOUTS MODAL */ |
