generated from hjess/PythonTemplateProject
Merge remote-tracking branch 'origin/main'
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m35s
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m35s
# Conflicts: # app.py
This commit is contained in:
BIN
__pycache__/app.cpython-312.pyc
Normal file
BIN
__pycache__/app.cpython-312.pyc
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.7.0
|
anyio==4.7.0
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
fastapi==0.110.0
|
fastapi==0.115.6
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httptools==0.6.4
|
httptools==0.6.4
|
||||||
idna==3.10
|
idna==3.10
|
||||||
@@ -12,9 +12,9 @@ pydantic_core==2.16.3
|
|||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
starlette==0.36.3
|
starlette==0.41.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
uvicorn==0.27.1
|
uvicorn==0.32.1
|
||||||
uvloop==0.21.0
|
uvloop==0.21.0
|
||||||
watchfiles==1.0.0
|
watchfiles==1.0.0
|
||||||
websockets==14.1
|
websockets==14.1
|
||||||
|
|||||||
2685
static/css/main.css
2685
static/css/main.css
File diff suppressed because it is too large
Load Diff
1
static/css/main.css.map
Normal file
1
static/css/main.css.map
Normal file
File diff suppressed because one or more lines are too long
@@ -9,20 +9,20 @@
|
|||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
color: _palette(fg);
|
color: _palette(fg);
|
||||||
font-family: _font(family);
|
font-family: _font(family);
|
||||||
font-size: 13pt;
|
font-size: 16pt;
|
||||||
font-weight: _font(weight);
|
font-weight: _font(weight);
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
|
|
||||||
@include breakpoint('<=xlarge') {
|
@include breakpoint('<=xlarge') {
|
||||||
font-size: 11pt;
|
font-size: 13pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint('<=large') {
|
@include breakpoint('<=large') {
|
||||||
font-size: 10pt;
|
font-size: 11pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint('<=xxsmall') {
|
@include breakpoint('<=xxsmall') {
|
||||||
font-size: 9pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}">
|
<!-- <link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}"> -->
|
||||||
|
<link rel="stylesheet" href="/static/css/main.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
@@ -39,10 +40,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script src="{{ url_for('static', path='js/jquery.min.js') }}"></script>
|
<script src="/static/js/jquery.min.js"></script>
|
||||||
<script src="{{ url_for('static', path='js/browser.min.js') }}"></script>
|
<script src="/static/js/browser.min.js"></script>
|
||||||
<script src="{{ url_for('static', path='js/breakpoints.min.js') }}"></script>
|
<script src="/static/js/breakpoints.min.js"></script>
|
||||||
<script src="{{ url_for('static', path='js/util.js') }}"></script>
|
<script src="/static/js/util.js"></script>
|
||||||
<script src="{{ url_for('static', path='js/main.js') }}"></script>
|
<script src="/static/js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user