commit
fb40b840bc
|
@ -4,11 +4,6 @@ fieldset {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
label {
|
|
||||||
~.checksley-error-list {
|
|
||||||
top: 31px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.icon-capslock {
|
.icon-capslock {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -38,12 +33,7 @@ textarea {
|
||||||
|
|
||||||
|
|
||||||
.checksley-error-list {
|
.checksley-error-list {
|
||||||
@extend %small;
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0 .5rem;
|
|
||||||
position: absolute;
|
|
||||||
right: 2rem;
|
|
||||||
top: 10px;
|
|
||||||
li {
|
li {
|
||||||
padding: .2rem;
|
padding: .2rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,10 +25,15 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 99910;
|
z-index: 99910;
|
||||||
.close {
|
.close {
|
||||||
@extend %large;
|
@extend %xlarge;
|
||||||
|
color: $gray;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2rem;
|
right: 2rem;
|
||||||
top: 2rem;
|
top: 1rem;
|
||||||
|
transition: color .2s;
|
||||||
|
&:hover {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.open {
|
&.open {
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
@ -45,9 +50,7 @@
|
||||||
.title {
|
.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
input,
|
fieldset {
|
||||||
textarea,
|
|
||||||
select {
|
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
|
|
|
@ -58,10 +58,4 @@
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.checksley-error-list {
|
|
||||||
right: 1rem;
|
|
||||||
+.forgot-pass {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,12 +51,6 @@
|
||||||
.project-values-value {
|
.project-values-value {
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
.checksley-error-list {
|
|
||||||
left: 0;
|
|
||||||
right: auto;
|
|
||||||
top: 35px;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-values-isclosed,
|
.project-values-isclosed,
|
||||||
|
|
|
@ -107,7 +107,6 @@
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
margin-bottom: 1rem;
|
|
||||||
max-height: 12rem;
|
max-height: 12rem;
|
||||||
min-height: 15rem;
|
min-height: 15rem;
|
||||||
}
|
}
|
||||||
|
@ -119,7 +118,7 @@
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
input {
|
fieldset {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -147,8 +146,7 @@
|
||||||
.extra-text {
|
.extra-text {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
input,
|
fieldset {
|
||||||
select {
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
|
@ -159,6 +157,7 @@
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
}
|
}
|
||||||
.icon-delete {
|
.icon-delete {
|
||||||
|
@extend %xlarge;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $red;
|
color: $red;
|
||||||
}
|
}
|
||||||
|
|
|
@ -94,11 +94,11 @@ textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Input errors
|
// Input errors
|
||||||
.checksley-error-list {
|
.checksley-error-list {
|
||||||
background: rgba($whitish, .8);
|
@extend %light;
|
||||||
color: $red;
|
background: rgba($red, .7);
|
||||||
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blockquote
|
// Blockquote
|
||||||
|
|
|
@ -89,11 +89,11 @@ textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Input errors
|
// Input errors
|
||||||
.checksley-error-list {
|
.checksley-error-list {
|
||||||
background: rgba($whitish, .8);
|
@extend %light;
|
||||||
color: $red;
|
background: rgba($red, .7);
|
||||||
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blockquote
|
// Blockquote
|
||||||
|
|
|
@ -74,8 +74,9 @@ textarea {
|
||||||
|
|
||||||
// Input errors
|
// Input errors
|
||||||
.checksley-error-list {
|
.checksley-error-list {
|
||||||
background: rgba($whitish, .8);
|
@extend %light;
|
||||||
color: $red;
|
background: rgba($red, .7);
|
||||||
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blockquote
|
// Blockquote
|
||||||
|
|
Loading…
Reference in New Issue