summaryrefslogtreecommitdiff
path: root/assignment_list.css
diff options
context:
space:
mode:
authorlouie <louie@shprung.com>2022-04-17 19:40:26 -0700
committerlouie <louie@shprung.com>2022-04-17 19:40:26 -0700
commitb5a5f16a2dbc33eac54ecffb6b41fe2a2161869d (patch)
treeba8a6b6fb2aa80ed5e6786dfdcd55cc421f6c7b4 /assignment_list.css
parent953fccee6b119b2071af62dc5e779833877f1cc6 (diff)
Moved background css to custom
Diffstat (limited to 'assignment_list.css')
-rw-r--r--assignment_list.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/assignment_list.css b/assignment_list.css
index d6c388d..c3e33d6 100644
--- a/assignment_list.css
+++ b/assignment_list.css
@@ -1,34 +1,3 @@
-/*
-#add_class_dialog {
- background-color: lightgray;
- margin: auto;
- margin-top: 10px;
- width: 400px;
-}
-
-#add_class_dialog>div {
- display: flex;
- justify-content: space-between;
- padding: 5px;
-}
-*/
-
-#bg {
- z-index: -1;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- opacity: 1;
- background-size: contain;
- background-repeat: no-repeat;
- background-position: 50% 0;
- animation:2s hide forwards;
- animation-delay: .1s;
-}
-@keyframes hide{ 0%{opacity:1;} 100%{opacity:.1;}}
-
#hw_div {
margin-top: 30px;
margin-bottom: 30px;
@@ -113,12 +82,6 @@ button.add,button.edit,button.delete,button.mark_done {
margin-right: 2px;
}
-/*
-button.add:hover,button.edit:hover,button.delete:hover,button.mark_done:hover {
- font-weight: bold;
-}
-*/
-
button.delete {
background-color: red;
}