Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 9c406a2

Browse files
committed
styling for addedit student manual
1 parent 6eccf20 commit 9c406a2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

coldcall/static/coldcall/addedit_student_manual.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,18 @@
5151

5252
.delete-button:hover {
5353
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;
5468
}

0 commit comments

Comments
 (0)