diff --git a/.lh/src/styles/blocks/_form.scss.json b/.lh/src/styles/blocks/_form.scss.json new file mode 100644 index 0000000000..9ccba47fd3 --- /dev/null +++ b/.lh/src/styles/blocks/_form.scss.json @@ -0,0 +1,22 @@ +{ + "sourceFile": "src/styles/blocks/_form.scss", + "activeCommit": 0, + "commits": [ + { + "activePatchIndex": 1, + "patches": [ + { + "date": 1708426572669, + "content": "Index: \n===================================================================\n--- \n+++ \n" + }, + { + "date": 1708426584430, + "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,67 +1,67 @@\n-// @use '../utils/mixins' as *;\n+@use '../utils/mixins' as *;\n \n-// .form {\n-// @include for-l-mobile {\n-// width: 100%;\n-// }\n+.form {\n+ @include for-l-mobile {\n+ width: 100%;\n+ }\n \n-// @include for-desktop {\n-// width: 80%;\n-// }\n-// &__input{\n-// background-color: $input-background;\n-// border-radius: 8px;\n-// border: none;\n-// width: 100%;\n-// height: 48px;\n-// margin-bottom: 16px;\n-// padding-left: 16px;\n-// &::placeholder {\n-// font-family: \"Space Mono\", Arial, sans-serif;\n-// font-size: 14px;\n-// font-weight: 400;\n-// line-height: 20px;\n-// letter-spacing: 0;\n-// }\n-// &:hover {\n-// border: 1px solid #D5D7DE;\n-// &::placeholder{\n-// color: #292929;\n-// }\n-// }\n-// &:focus-visible {\n-// outline-color: #292929;\n-// }\n-// }\n-// &__textarea {\n-// background-color: $input-background;\n-// border-radius: 8px;\n-// border: none;\n-// width: 100%;\n-// margin-bottom: 16px;\n-// padding-left: 16px;\n-// height: 148px;\n-// padding-top: 14px;\n-// &::placeholder {\n-// font-family: \"Space Mono\", Arial, sans-serif;\n-// font-size: 14px;\n-// font-weight: 400;\n-// line-height: 20px;\n-// letter-spacing: 0;\n-// }\n-// &:hover {\n-// border: 1px solid #D5D7DE;\n-// &::placeholder{\n-// color: #292929;\n-// }\n-// }\n-// &:focus-visible {\n-// outline-color: #292929;\n-// }\n-// }\n-// &__label{\n-// &:not(:focus, :active) {\n-// @include visually-hidden;\n-// }\n-// }\n-// }\n+ @include for-desktop {\n+ width: 80%;\n+ }\n+ &__input{\n+ background-color: $input-background;\n+ border-radius: 8px;\n+ border: none;\n+ width: 100%;\n+ height: 48px;\n+ margin-bottom: 16px;\n+ padding-left: 16px;\n+ &::placeholder {\n+ font-family: \"Space Mono\", Arial, sans-serif;\n+ font-size: 14px;\n+ font-weight: 400;\n+ line-height: 20px;\n+ letter-spacing: 0;\n+ }\n+ &:hover {\n+ border: 1px solid #D5D7DE;\n+ &::placeholder{\n+ color: #292929;\n+ }\n+ }\n+ &:focus-visible {\n+ outline-color: #292929;\n+ }\n+ }\n+ &__textarea {\n+ background-color: $input-background;\n+ border-radius: 8px;\n+ border: none;\n+ width: 100%;\n+ margin-bottom: 16px;\n+ padding-left: 16px;\n+ height: 148px;\n+ padding-top: 14px;\n+ &::placeholder {\n+ font-family: \"Space Mono\", Arial, sans-serif;\n+ font-size: 14px;\n+ font-weight: 400;\n+ line-height: 20px;\n+ letter-spacing: 0;\n+ }\n+ &:hover {\n+ border: 1px solid #D5D7DE;\n+ &::placeholder{\n+ color: #292929;\n+ }\n+ }\n+ &:focus-visible {\n+ outline-color: #292929;\n+ }\n+ }\n+ &__label{\n+ &:not(:focus, :active) {\n+ @include visually-hidden;\n+ }\n+ }\n+}\n" + } + ], + "date": 1708426572669, + "name": "Commit-0", + "content": "// @use '../utils/mixins' as *;\n\n// .form {\n// @include for-l-mobile {\n// width: 100%;\n// }\n\n// @include for-desktop {\n// width: 80%;\n// }\n// &__input{\n// background-color: $input-background;\n// border-radius: 8px;\n// border: none;\n// width: 100%;\n// height: 48px;\n// margin-bottom: 16px;\n// padding-left: 16px;\n// &::placeholder {\n// font-family: \"Space Mono\", Arial, sans-serif;\n// font-size: 14px;\n// font-weight: 400;\n// line-height: 20px;\n// letter-spacing: 0;\n// }\n// &:hover {\n// border: 1px solid #D5D7DE;\n// &::placeholder{\n// color: #292929;\n// }\n// }\n// &:focus-visible {\n// outline-color: #292929;\n// }\n// }\n// &__textarea {\n// background-color: $input-background;\n// border-radius: 8px;\n// border: none;\n// width: 100%;\n// margin-bottom: 16px;\n// padding-left: 16px;\n// height: 148px;\n// padding-top: 14px;\n// &::placeholder {\n// font-family: \"Space Mono\", Arial, sans-serif;\n// font-size: 14px;\n// font-weight: 400;\n// line-height: 20px;\n// letter-spacing: 0;\n// }\n// &:hover {\n// border: 1px solid #D5D7DE;\n// &::placeholder{\n// color: #292929;\n// }\n// }\n// &:focus-visible {\n// outline-color: #292929;\n// }\n// }\n// &__label{\n// &:not(:focus, :active) {\n// @include visually-hidden;\n// }\n// }\n// }\n" + } + ] +} \ No newline at end of file