Skip to content

Commit

Permalink
Fix: Styling bug for inputs in public-layout comp
Browse files Browse the repository at this point in the history
  • Loading branch information
RostiMelk committed Jul 27, 2021
1 parent 3f0c12a commit 0f5c239
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passnado",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 4 additions & 5 deletions passnado.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: Passnado
* Plugin URI: https://designcontainer.no
* Description: Password protect site
* Version: 2.0.0
* Version: 2.0.1
* Author: Design Container AS
* Author URI: https://designcontainer.no
* License: GNU General Public License version 3.0
Expand All @@ -22,12 +22,11 @@
}

/**
* Currently plugin version.
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
* Current plugin version.
* Rename this when releasing new versions.
*/
if (!defined('PASSNADO_VERSION')) {
define('PASSNADO_VERSION', '2.0.0');
define('PASSNADO_VERSION', '2.0.1');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
.container {
max-width: rem-calc(500);
width: 100%;

header {
text-align: center;
.lock-icon {
Expand All @@ -53,6 +52,7 @@
.content {
text-align: center;
background-color: $white;
width: 100%;
h1 {
margin-top: 0;
font-size: rem-calc(26);
Expand Down

0 comments on commit 0f5c239

Please sign in to comment.