diff options
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 2da5955..90fcbed 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -338,7 +338,7 @@ iframe.embed { .projectList .room { width: 22vw; height: 17vw; - margin: 1vw 1vw 0 1vw; + margin: 1vw 1vw 10px 1vw; display: table; position: relative; z-index: 1; @@ -422,15 +422,16 @@ iframe.embed { } .page .projectList label { - font-weight: 600; - font-size: 12px; + font-weight: 500; + font-size: 11px; color: black; text-decoration: none; display: inline-block; cursor: pointer; - border: 1px solid black; + border: 1px solid #000; line-height: 18px; - padding:0 5px; + padding: 5px; + letter-spacing: 0.3px; } .page .room .holder a:hover { @@ -2425,6 +2426,12 @@ a[data-role="forgot-password"] { width: 55px; line-height: 55px; } + .facebook b { + font-size: 40px; + } + .facebook span { + line-height: 20px; + } form { max-width: 90%; |
