custom color theme part 1

This commit is contained in:
Peter Papp
2021-03-20 10:25:10 +01:00
parent aa51484303
commit cff7cd6b32
44 changed files with 994 additions and 417 deletions
+2 -5
View File
@@ -87,7 +87,7 @@ input[type="email"] {
&.is-error {
border-color: $danger;
box-shadow: 0 0 7px rgba($danger, 0.3);
//box-shadow: 0 0 7px rgba($danger, 0.3);
}
&::placeholder {
@@ -96,8 +96,7 @@ input[type="email"] {
}
&:focus {
border-color: $theme;
box-shadow: 0 0 7px rgba($theme, 0.3);
//box-shadow: 0 0 7px rgba($theme, 0.3);
}
&[disabled] {
@@ -110,10 +109,8 @@ input[type="email"] {
@include font-size(16);
margin-top: 50px;
display: block;
color: $text;
b, a {
color: $theme;
cursor: pointer;
&:hover {
+2 -5
View File
@@ -122,7 +122,7 @@ input[type="email"] {
&.is-error {
border-color: $danger;
box-shadow: 0 1px 5px rgba($danger, 0.3);
//box-shadow: 0 1px 5px rgba($danger, 0.3);
}
&::placeholder {
@@ -131,8 +131,7 @@ input[type="email"] {
}
&:focus {
border-color: $theme;
box-shadow: 0 1px 5px rgba($theme, 0.3);
//box-shadow: 0 1px 5px rgba($theme, 0.3);
}
&[disabled] {
@@ -148,10 +147,8 @@ input[type="email"] {
@include font-size(16);
margin-top: 50px;
display: block;
color: $text;
b, a {
color: $theme;
cursor: pointer;
&:hover {
+1 -1
View File
@@ -19,7 +19,7 @@
&.is-error {
border-color: $danger;
box-shadow: 0 0 7px rgba($danger, 0.3);
//box-shadow: 0 0 7px rgba($danger, 0.3);
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@ $text: #1B2539;
$text-muted: rgba($text, 0.7);
$theme: #00BC7E;
//$theme: #1670B7;
//$theme: #FF8200;
$theme_light: #ECF7F2;
$yellow: #FFBD2D;