-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Add initial webapp frontend #56
base: main
Are you sure you want to change the base?
Conversation
|
||
.bg-teal { | ||
background: $primary; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop, we use bg-primary
.
} | ||
.border-box { | ||
box-sizing: border-box; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, maybe the width: 100%
on textarea is enough.
Codecov Report
@@ Coverage Diff @@
## main #56 +/- ##
===========================================
- Coverage 100.00% 99.72% -0.28%
===========================================
Files 40 41 +1
Lines 1072 1085 +13
Branches 98 100 +2
===========================================
+ Hits 1072 1082 +10
- Misses 0 1 +1
- Partials 0 2 +2
Continue to review full report at Codecov.
|
Idea is to create the plain html/css in
webapp_tmp
and then (when it is reasonable) move it to Tidianeswebapp
.In project root do: