Using rcss

This commit is contained in:
2020-08-25 15:55:02 +02:00
parent 313968fafd
commit 823d78a0ae
12 changed files with 1745 additions and 439 deletions

View File

@@ -9,7 +9,7 @@
border: none;
border-bottom: 1px solid $-grey;
padding: 8px 0;
margin-bottom: $-margin-bottom;
margin-bottom: $-margin-bottom;
&:focus, &:active, &:invalid{
margin-bottom: $-margin-bottom - 1px;
@@ -38,7 +38,9 @@
.LP-Input__Label{
font-family: $-primary-sans-serif-font;
font-size: 16px;
font-size: 16px;
white-space: wrap;
overflow: hidden;
}
.LP-Input__Message{
@@ -47,7 +49,8 @@
font-size: 13px;
padding: 3px;
position: relative;
top: -$-margin-bottom;
top: -$-margin-bottom;
overflow: hidden;
}
&--error{