summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-30 17:59:29 -0500
committerJules Laplace <jules@okfoc.us>2015-01-30 17:59:29 -0500
commita3f3f4d370da5d38c039f6cdb36223b396eeeb77 (patch)
treee3c5e9e47e6ca36a4cf0d11957b3cc3957d527ed /public/assets/stylesheets/app.css
parent5bfdedf2b92728dcead42e2ddd2b2e07311231ce (diff)
sync gear for test purposes
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css14
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 */