summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 7b8dd26..90454be 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2354,6 +2354,8 @@ form li textarea {
-webkit-transition:0.2s background;
-moz-transition:0.2s background;
transition:0.2s background;
+ position: relative;
+ z-index: 5;
}
.loading .hero .circle {
@@ -2823,6 +2825,10 @@ a[data-role="forgot-password"] {
.footer {
padding:50px 0 120px 0;
}
+ .videoModal .ion-ios7-close-empty {
+ right: 10px;
+ top: 20px;
+ }
}
@media screen and (orientation:portrait) {