diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-24 17:48:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-24 17:48:34 +0200 |
commit | a7f9fae9ab7df84936d7fef0c94dbd089e4644d2 (patch) | |
tree | 3f1cce9f8e8d59ccfc79e19e3634104855782caa /client/src/sass/application.scss | |
parent | 5363a766d95ed8654ad3e1b94538f085c2a3a101 (diff) | |
download | PeerTube-a7f9fae9ab7df84936d7fef0c94dbd089e4644d2.tar.gz PeerTube-a7f9fae9ab7df84936d7fef0c94dbd089e4644d2.tar.zst PeerTube-a7f9fae9ab7df84936d7fef0c94dbd089e4644d2.zip |
Improve download modal input style
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index bc443b8d5..760be3822 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -60,6 +60,10 @@ input, textarea { | |||
60 | color: var(--mainForegroundColor); | 60 | color: var(--mainForegroundColor); |
61 | } | 61 | } |
62 | 62 | ||
63 | .btn-outline-secondary { | ||
64 | border-color: $input-border-color; | ||
65 | } | ||
66 | |||
63 | label { | 67 | label { |
64 | font-weight: $font-bold; | 68 | font-weight: $font-bold; |
65 | font-size: 15px; | 69 | font-size: 15px; |