Skip to content
Snippets Groups Projects
Commit a74aa697 authored by Marco De Donno's avatar Marco De Donno
Browse files

Move the default --imgsize: 200px to the app.css file

parent 4c452a4f
No related branches found
No related tags found
No related merge requests found
:root {
--imgsize: 200px;
--imgmargin: 10px;
--gt: "";
}
body {
background-color: rgb( 238, 238, 238 );
font-family: Segoe UI, Arial, sans-serif;
......
......@@ -12,9 +12,6 @@
<link type="text/css" rel="stylesheet" href="{{ url_for( 'files.send_app_files', subpath = 'app.css' ) }}">
<style type="text/css">
:root {
--imgsize: 200px;
}
.icnml_new_segment > span {
line-height: 175px;
font-size: 4.3em;
......
......@@ -12,11 +12,6 @@
<link type="text/css" rel="stylesheet" href="{{ url_for( 'files.send_app_files', subpath = 'app.css' ) }}">
<link type="text/css" rel="stylesheet" href="{{ url_for( 'files.send_app_files', subpath = 'dropzone.css' ) }}">
<style type="text/css">
:root {
--imgsize: 200px;
}
</style>
<script type="text/javascript">
baseurl = "{{ baseurl }}";
var folder_id = "{{ folder_id }}";
......
......@@ -47,9 +47,6 @@
</script>
<style type="text/css">
:root {
--imgsize: 200px;
}
.icnml_list_of_boxes {
display: grid;
grid-gap: 10px;
......
......@@ -12,12 +12,6 @@
<link type="text/css" rel="stylesheet" href="{{ url_for( 'files.send_app_files', subpath = 'app.css' ) }}">
<style type="text/css">
:root {
--imgsize: 200px;
--imgmargin: 10px;
--gt: "";
}
.mark_listing {
display: grid;
grid-gap: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment