summaryrefslogtreecommitdiffstats
path: root/core/static/css/styles.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-04 12:07:17 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-04 12:07:17 +0100
commit370b16f4156ccdc9956dedc00e5dfb6106380d9d (patch)
treed5d3b1ed80c8e84680f3512a1b4286472dfffffd /core/static/css/styles.css
parenta26857dfb80c5427fd819fd231994ea5be187a9f (diff)
UI changes
- ripped out more w3 stuff - better login page template - redirects to home after successful login
Diffstat (limited to 'core/static/css/styles.css')
-rw-r--r--core/static/css/styles.css53
1 files changed, 0 insertions, 53 deletions
diff --git a/core/static/css/styles.css b/core/static/css/styles.css
deleted file mode 100644
index 23064c6..0000000
--- a/core/static/css/styles.css
+++ /dev/null
@@ -1,53 +0,0 @@
-.format-container {
- margin: 20px;
- display: flex;
- justify-content: space-evenly;
- align-items: flex-start;
- height: 300px;
- gap: 1em;
-}
-
-.form-thing {
- width: 50%;
- border-style: solid;
- border-width: 5px 2px;
- border-color: black;
- padding: 20px;
- background-color: #dbefff;
- margin: auto;
-}
-
-.ep-table {
- font-size: small;
- border: 1px solid;
- border-collapse: collapse;
- color: black;
- border-spacing: 0;
-}
-
-.summary-table {
- font-size: small;
- border: 1px solid;
- border-collapse: collapse;
- color: black;
- border-spacing: 0;
-}
-
-.summary-table > tbody > tr > td {
- border: 1px solid;
-}
-
-
-.ep-table > thead > tr > th {
- padding: 10px;
- border: 1px solid;
-}
-
-.ep-table > tbody > tr > td {
- border: 1px solid;
- padding: 3px;
-}
-
-.ep-table > tbody > tr > td > ul > li > a {
- color: green;
-}