diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-05 16:48:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-05 16:48:26 +0100 |
commit | d235f6b0d1054a2a3451dacade927caefce8f30c (patch) | |
tree | dd6377523df36fd7c308e39f59724981fdb6f831 /client/src/sass/application.scss | |
parent | 35fb2b68ff9cd9b755dae6f073c32a97dc237e35 (diff) | |
download | PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.tar.gz PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.tar.zst PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.zip |
Design signup and login pages
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 5e401f93b..4c5c0202c 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -20,12 +20,9 @@ input.readonly { | |||
20 | background-color: #fff !important; | 20 | background-color: #fff !important; |
21 | } | 21 | } |
22 | 22 | ||
23 | .form-control, .btn { | 23 | label { |
24 | border-radius: 0; | 24 | font-weight: $font-bold; |
25 | } | 25 | font-size: 15px; |
26 | |||
27 | .dropdown-menu { | ||
28 | border-radius: 0; | ||
29 | } | 26 | } |
30 | 27 | ||
31 | .glyphicon-black { | 28 | .glyphicon-black { |