diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 17 | ||||
| -rw-r--r-- | public/assets/stylesheets/staff.css | 2 |
2 files changed, 13 insertions, 6 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%; diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css index 720eb0a..de31571 100644 --- a/public/assets/stylesheets/staff.css +++ b/public/assets/stylesheets/staff.css @@ -28,7 +28,7 @@ nav { text-align: left; } nav a { - margin-left: 20px; + margin-left: 10px; } hr { border: 1px solid #bbb; |
