diff options
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 7b7eab5..5d67f50 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2703,6 +2703,9 @@ a[data-role="forgot-password"] { /* EMBED CODE GENERATOR */ +.embedView { + font-weight: 300; +} .embedView textarea { border: 1px solid black; width: 100%; @@ -2720,9 +2723,18 @@ a[data-role="forgot-password"] { } .embedView label { font-size: 14px; + padding: 0 3px; } -.embedView { - font-weight: 300; +#testEmbed { + cursor: pointer; + float: right; + font-size: 11px; + margin-top: 11px; + font-weight: 100; + color: #888; +} +#testEmbed:hover { + text-decoration: underline; } /* MARCHING ANTS ANIMATION */ |
