sam2ai commited on
Commit
45a3223
1 Parent(s): a10868b

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. styles.css +13 -8
styles.css CHANGED
@@ -1,4 +1,4 @@
1
- .title {
2
  font-family: "Source Sans Pro", sans-serif;
3
  font-weight: 600;
4
  padding: 1.25rem 0px 1rem;
@@ -23,16 +23,16 @@
23
  font-size: 1.25pc;
24
  padding: 1.25rem 0px 1rem;
25
  margin: 0px;
26
- }
27
 
28
  /* enter button */
29
- #root > div:nth-child(1) > div.withScreencast > div > div > div > section.main.css-rtltf8.egzxvld5 > div.block-container.css-1l97lnl.egzxvld4 > div:nth-child(1) > div > div:nth-child(3) > div.css-1bzkvni.e1tzin5v1 > div:nth-child(1) > div > div:nth-child(2) > div > button {
30
- width: 100%;
31
- }
32
-
33
- /* button.css-1oz26th.edgvbvh10 {
34
  width: 100%;
35
  } */
 
 
 
 
36
  /* #root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) {
37
  background-color: #3498db;
38
  padding: 5px;
@@ -40,4 +40,9 @@
40
 
41
  /* #root > div:nth-child(1) > div.withScreencast > div > div > div > section.css-1cypcdb.e1fqkh3o11 > div.css-6qob1r.e1fqkh3o3 > div.css-1b9x38r.e1fqkh3o2 > button{
42
  visibility: hidden;
43
- } */
 
 
 
 
 
 
1
+ /* .title {
2
  font-family: "Source Sans Pro", sans-serif;
3
  font-weight: 600;
4
  padding: 1.25rem 0px 1rem;
 
23
  font-size: 1.25pc;
24
  padding: 1.25rem 0px 1rem;
25
  margin: 0px;
26
+ } */
27
 
28
  /* enter button */
29
+ /* #root > div:nth-child(1) > div.withScreencast > div > div > div > section.main.css-rtltf8.egzxvld5 > div.block-container.css-1l97lnl.egzxvld4 > div:nth-child(1) > div > div:nth-child(3) > div.css-1bzkvni.e1tzin5v1 > div:nth-child(1) > div > div:nth-child(2) > div > button {
 
 
 
 
30
  width: 100%;
31
  } */
32
+
33
+ button.css-1oz26th.edgvbvh10 {
34
+ width: 100% !important;
35
+ }
36
  /* #root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) {
37
  background-color: #3498db;
38
  padding: 5px;
 
40
 
41
  /* #root > div:nth-child(1) > div.withScreencast > div > div > div > section.css-1cypcdb.e1fqkh3o11 > div.css-6qob1r.e1fqkh3o3 > div.css-1b9x38r.e1fqkh3o2 > button{
42
  visibility: hidden;
43
+ } */
44
+
45
+
46
+ * {
47
+ background: green !important;
48
+ }