implemented balance headers

This commit is contained in:
Fran Jurmanović
2021-06-10 00:12:42 +02:00
parent bd261f2141
commit 5b3dc7a08d
18 changed files with 312 additions and 23 deletions

View File

@@ -0,0 +1,20 @@
app-form {
form[data-target="app-form.formElement"] {
width: 56%;
margin: 0 auto;
input-field,
app-dropdown > .input-main {
width: 100%;
display: block;
input,
select {
width: 100%;
padding: 2px 0;
margin: 6px 0;
display: block;
font-size: 16px;
}
}
}
}

View File

@@ -0,0 +1 @@
@import "./app-form.scss";

View File

@@ -0,0 +1 @@
@import "./menu-layout.scss";

View File

@@ -0,0 +1,3 @@
[data-target="input-field.main"] {
width: 100%;
}

View File

@@ -6,3 +6,5 @@
@import "./app-loader/index.scss";
@import "./circle-loader/index.scss";
@import "./page/index.scss";
@import "./app-form/index.scss";
@import "./layout/index.scss";