1mpreccable commited on
Commit
772eda6
·
verified ·
1 Parent(s): ac535dc

Delete static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +0 -24
static/styles.css DELETED
@@ -1,24 +0,0 @@
1
- .menu-column {
2
- background-color: #4CAF50; /* Background color of the menu */
3
- padding: 20px; /* Padding around the menu */
4
- height: 100vh; /* Full height for the menu */
5
- }
6
-
7
- .menu-button {
8
- color: white; /* Text color for the buttons */
9
- background-color: transparent; /* Transparent background */
10
- border: none; /* No border */
11
- padding: 10px 15px; /* Padding for the buttons */
12
- width: 100%; /* Full width for buttons */
13
- text-align: left; /* Align text to the left */
14
- cursor: pointer; /* Pointer cursor on hover */
15
- transition: background-color 0.3s; /* Smooth transition */
16
- }
17
-
18
- .menu-button:hover {
19
- background-color: rgba(255, 255, 255, 0.2); /* Light hover effect */
20
- }
21
-
22
- .gradio-container {
23
- margin-top: 0; /* Remove top margin to allow for full height */
24
- }