mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
implemented balance headers
This commit is contained in:
20
src/styles/app-form/app-form.scss
Normal file
20
src/styles/app-form/app-form.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
src/styles/app-form/index.scss
Normal file
1
src/styles/app-form/index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import "./app-form.scss";
|
||||
1
src/styles/layout/index.scss
Normal file
1
src/styles/layout/index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import "./menu-layout.scss";
|
||||
3
src/styles/layout/menu-layout.scss
Normal file
3
src/styles/layout/menu-layout.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
[data-target="input-field.main"] {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user