We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eccf20 commit 9c406a2Copy full SHA for 9c406a2
1 file changed
coldcall/static/coldcall/addedit_student_manual.css
@@ -51,4 +51,18 @@
51
52
.delete-button:hover {
53
background-color: #0056b3;
54
+}
55
+
56
+#import-button {
57
+ width: 100%;
58
+ padding: 10px;
59
+ background-color: #73000a;
60
+ color: #fff;
61
+ border: none;
62
+ border-radius: 4px;
63
+ cursor: pointer;
64
+ font-size: 16px;
65
66
+#import-button:hover {
67
+ background-color: #555;
68
}
0 commit comments