datasciencedojo commited on
Commit
935a4f9
1 Parent(s): 4ef9d97

added button css

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -51,10 +51,10 @@ footer {display:none !important}
51
  div[data-testid="label"] {height: 18rem !important; overflow-x : hidden !important; overflow-y: scroll !important;}
52
  .max-h-\[30rem\] {max-height: 18rem !important;}
53
 
54
- .gr-button-primary {
55
  z-index: 14;
56
- height: 43px;
57
- width: 130px;
58
  left: 0px;
59
  top: 0px;
60
  padding: 0px;
@@ -62,35 +62,35 @@ div[data-testid="label"] {height: 18rem !important; overflow-x : hidden !importa
62
  background: none rgb(17, 20, 45) !important;
63
  border: none !important;
64
  text-align: center !important;
65
- font-family: Poppins !important;
66
  font-size: 14px !important;
67
  font-weight: 500 !important;
68
  color: rgb(255, 255, 255) !important;
69
  line-height: 1 !important;
70
- border-radius: 12px !important;
71
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
72
  box-shadow: none !important;
73
  }
74
- .gr-button-primary:hover{
75
  z-index: 14;
76
- height: 43px;
77
- width: 130px;
78
  left: 0px;
79
  top: 0px;
80
  padding: 0px;
81
- cursor: pointer !important;
82
  background: none rgb(37, 56, 133) !important;
83
  border: none !important;
84
  text-align: center !important;
85
- font-family: Poppins !important;
86
  font-size: 14px !important;
87
  font-weight: 500 !important;
88
  color: rgb(255, 255, 255) !important;
89
  line-height: 1 !important;
90
- border-radius: 12px !important;
91
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
92
  box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !important;
93
  }
 
 
94
  .hover\:bg-orange-50:hover {
95
  --tw-bg-opacity: 1 !important;
96
  background-color: rgb(229,225,255) !important;
 
51
  div[data-testid="label"] {height: 18rem !important; overflow-x : hidden !important; overflow-y: scroll !important;}
52
  .max-h-\[30rem\] {max-height: 18rem !important;}
53
 
54
+ .gr-button-lg {
55
  z-index: 14;
56
+ width: 113px;
57
+ height: 30px;
58
  left: 0px;
59
  top: 0px;
60
  padding: 0px;
 
62
  background: none rgb(17, 20, 45) !important;
63
  border: none !important;
64
  text-align: center !important;
 
65
  font-size: 14px !important;
66
  font-weight: 500 !important;
67
  color: rgb(255, 255, 255) !important;
68
  line-height: 1 !important;
69
+ border-radius: 6px !important;
70
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
71
  box-shadow: none !important;
72
  }
73
+ .gr-button-lg:hover{
74
  z-index: 14;
75
+ width: 113px;
76
+ height: 30px;
77
  left: 0px;
78
  top: 0px;
79
  padding: 0px;
80
+ cursor: pointer !important;
81
  background: none rgb(37, 56, 133) !important;
82
  border: none !important;
83
  text-align: center !important;
 
84
  font-size: 14px !important;
85
  font-weight: 500 !important;
86
  color: rgb(255, 255, 255) !important;
87
  line-height: 1 !important;
88
+ border-radius: 6px !important;
89
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
90
  box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !important;
91
  }
92
+
93
+
94
  .hover\:bg-orange-50:hover {
95
  --tw-bg-opacity: 1 !important;
96
  background-color: rgb(229,225,255) !important;