This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
spawntree
/
ihk24
Прати
2
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
form centric
master
FlorianEisenmenger
пре 8 месеци
родитељ
cb85ec3eb3
комит
fcdad4c7cd
2 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
gfi-ihk-2024/stories/components/form-element-form-centric/FormElementFormCentricComponent.js
+1
-1
gfi-ihk-2024/stories/components/form-element-form-centric/form-element-form-centric.scss
+ 1
- 0
gfi-ihk-2024/stories/components/form-element-form-centric/FormElementFormCentricComponent.js
Прегледај датотеку
@@ -197,6 +197,7 @@ export const createFormCentricElement = ({
input.id = id;
input.name = name;
input.classes = ['mwf-file__input'];
input.setAttribute("aria-hidden", "true");
}
return wrapper;
+ 1
- 1
gfi-ihk-2024/stories/components/form-element-form-centric/form-element-form-centric.scss
Прегледај датотеку
@@ -181,7 +181,7 @@
display: block;
text-align: center;
label {
color:
#b4b4b4
;
color:
var(--theme-color-primary)
;
font-size: 110%;
font-weight: 200;
line-height: 1.5em;
Write
Preview
Loading…
Откажи
Сачувај