diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-15 03:33:36 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-15 03:33:36 +0000 |
| commit | a3efcf4365c0ef2470a5e6f1116e2142ce8e780d (patch) | |
| tree | 1eef29e63421c4ef7e7af7a88c77d6f5a6b8298c /assets/css/style.css | |
| parent | a532390f81e35f611fd02ad3d543f4d52217ca3c (diff) | |
Changed signin and signup design
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 95e3a39..e8a88b7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -34,10 +34,11 @@ main { } /*** INDEX.HTML ***/ main .search { - background-color: rgba(235,235,235, 0.7); + background-color: rgba(235,235,235, 0.1); overflow: auto; } + main .search h2{ font-family: 'Lato', sans-serif; color: gray; @@ -508,6 +509,24 @@ hr { /***** Signin *****/ -.insite-signin { - border-right: 1px solid darkgray; -}
\ No newline at end of file +.signin-btn, .signup-btn { + border-radius: 0 !important; +} + +.slate { + background-color: rgba(80,80,80, 0.3); + padding-bottom: 20px; + border-radius: 15px; +} + +.slate .container { + width: 100%; + padding: 15px; +} + +.signin, .signup { + color: #F8F8F8; + font-weight: normal; + text-align: center; +} + |
