coder commited on
Commit
717eab8
·
1 Parent(s): c91fa7e
Files changed (1) hide show
  1. core/estilos/home.css +14 -1
core/estilos/home.css CHANGED
@@ -53,11 +53,24 @@
53
  }
54
 
55
  /* Interno Card: Botones */
56
- [data-testid="stVerticalBlock"]>[style*="flex-direction: column;"]>[data-testid="stVerticalBlock"]>[data-testid="element-container"]>[data-testid="stButton"]>.stTooltipIcon>div>[data-testid="stTooltipIcon"]>[data-testid="tooltipHoverTarget"]{
57
  padding: 8px;
58
  display: flex;
59
  justify-content: center;
60
  text-align: center;
61
  width: 100%;
62
  background-color: crimson;
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }
 
53
  }
54
 
55
  /* Interno Card: Botones */
56
+ [data-testid="stVerticalBlock"]>[style*="flex-direction: column;"]>[data-testid="stVerticalBlock"]>[data-testid="element-container"]>[data-testid="stButton"]>.stTooltipIcon>div>[data-testid="stTooltipIcon"]>[data-testid="tooltipHoverTarget"]>button{
57
  padding: 8px;
58
  display: flex;
59
  justify-content: center;
60
  text-align: center;
61
  width: 100%;
62
  background-color: crimson;
63
+ color: white;
64
+ }
65
+
66
+
67
+ /* Interno Card: Expander */
68
+ [data-testid="stVerticalBlock"]>[style*="flex-direction: column;"]>[data-testid="stVerticalBlock"]>[data-testid="stExpander"]>ul {
69
+ background-color: transparent;
70
+ box-shadow: none;
71
+ border: none;
72
+ }
73
+
74
+ .st-by{
75
+ color:white !important;
76
  }