diff options
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index bcf7469..e325e1e 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -827,6 +827,7 @@ iframe.embed { margin-top: 40px; background: limegreen; color: white; + padding: 10px 0; -webkit-transition:0.2s background; -moz-transition:0.2s background; transition:0.2s background; @@ -2910,14 +2911,17 @@ a[data-role="forgot-password"] { padding:50px 0 120px 0; } .videoModal .ion-ios7-close-empty { - right: 10px; - top: 20px; + right: 10px; + top: 20px; } .gopro span { - font-size: 16px; - width: 93%; - line-height: 22px; - text-align: justify; + font-size: 16px; + width: 93%; + line-height: 22px; + text-align: justify; + } + .gopro span a{ + margin-top: 20px; } } |
