From 97768255061f1fc804fd3d11a62390d020d2828b Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 9 Feb 2018 11:30:26 +0000 Subject: [PATCH] styling for test button --- public/css/app.css | 11 +++++++++++ public/mix-manifest.json | 4 ++-- resources/assets/sass/_app.scss | 15 +++++++++++++-- resources/views/supportedapps/nzbget.blade.php | 4 +++- resources/views/supportedapps/pihole.blade.php | 6 ++++-- resources/views/supportedapps/sabnzbd.blade.php | 4 +++- 6 files changed, 36 insertions(+), 8 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 2ee73de9..a5400d50 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1076,6 +1076,17 @@ hr { font-size: 16px; } +.btn.test { + font-size: 16px; + font-weight: 500; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + color: white; + text-transform: uppercase; + padding: 8px 50px; + background: #207774; +} + .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 1ebd5c28..09975517 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,4 @@ { - "/css/app.css": "/css/app.css?id=52f9f1b7bc9267def293", - "/js/app.js": "/js/app.js?id=b38be2e595ece6fcef81" + "/css/app.css": "/css/app.css?id=2c26ceaac3fea305ee9d", + "/js/app.js": "/js/app.js?id=8dfc323d4d8919d6f3bf" } \ No newline at end of file diff --git a/resources/assets/sass/_app.scss b/resources/assets/sass/_app.scss index ef395afb..a67272d7 100644 --- a/resources/assets/sass/_app.scss +++ b/resources/assets/sass/_app.scss @@ -706,7 +706,18 @@ hr { padding: 8px 12px; border-radius: 8px; font-size: 16px; - } + + &.test { + font-size: 16px; + font-weight: 500; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + color: white; + text-transform: uppercase; + padding: 8px 50px; + background: #207774; + } +} .upload-btn-wrapper input[type=file] { font-size: 100px; @@ -773,4 +784,4 @@ select:-webkit-autofill:focus { -webkit-box-shadow: inherit; transition: inherit; color: $app-text!important; -} \ No newline at end of file +} diff --git a/resources/views/supportedapps/nzbget.blade.php b/resources/views/supportedapps/nzbget.blade.php index fda56e97..e3c72652 100644 --- a/resources/views/supportedapps/nzbget.blade.php +++ b/resources/views/supportedapps/nzbget.blade.php @@ -9,5 +9,7 @@ {!! Form::text('config[password]', null, array('placeholder' => __('app.apps.password'), 'data-config' => 'password', 'class' => 'form-control config-item')) !!} - +
+ +
\ No newline at end of file diff --git a/resources/views/supportedapps/pihole.blade.php b/resources/views/supportedapps/pihole.blade.php index 2d190cd7..23323569 100644 --- a/resources/views/supportedapps/pihole.blade.php +++ b/resources/views/supportedapps/pihole.blade.php @@ -14,6 +14,8 @@ /> - - + +
+ +
\ No newline at end of file diff --git a/resources/views/supportedapps/sabnzbd.blade.php b/resources/views/supportedapps/sabnzbd.blade.php index 697ebed3..fdfd2697 100644 --- a/resources/views/supportedapps/sabnzbd.blade.php +++ b/resources/views/supportedapps/sabnzbd.blade.php @@ -5,5 +5,7 @@ {!! Form::text('config[apikey]', null, array('placeholder' => __('app.apps.apikey'), 'data-config' => 'apikey', 'class' => 'form-control config-item')) !!} - +
+ +
\ No newline at end of file