Skip to content

Commit

Permalink
Merge pull request #3 from clean-commit/0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
mrkaluzny authored Sep 8, 2020
2 parents 9812008 + 9ed640a commit 596151f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/styles/common/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
&:active,
&:focus {
@apply outline-none;
}

&[disabled] {
@apply cursor-not-allowed;
Expand All @@ -24,7 +25,7 @@

.form-container {
@apply relative overflow-hidden;

&__status {
@apply flex items-center justify-center absolute z-10 w-full h-full opacity-0;
transform: translateY(100%);
Expand All @@ -48,7 +49,7 @@
.input {
@apply appearance-none px-5 py-3 shadow-none;
line-height: 20px;
height: 48px;
height: 48px;

.inline-input {
@apply inline;
Expand All @@ -67,7 +68,7 @@
.control {
@apply flex flex-col mb-4;
&__error {
@apply font-bold pl-1;
@apply font-bold pl-1;
}
}

Expand Down

0 comments on commit 596151f

Please sign in to comment.