Commit 881e13f65b8c85668b2c8275984ce56eff5b463d
1 parent
9a5e1c6433
Exists in
master
Borrada clase css.
Showing
1 changed file
with
0 additions
and
4 deletions
 
Show diff stats
src/app/components/inicio/inicio.component.scss
| 1 | .bs-example-popover .popover { | 1 | .bs-example-popover .popover { | 
| 2 | position: relative; | 2 | position: relative; | 
| 3 | display: block; | 3 | display: block; | 
| 4 | float: left; | 4 | float: left; | 
| 5 | background-color: #2872ae; | 5 | background-color: #2872ae; | 
| 6 | } | 6 | } | 
| 7 | |||
| 8 | .black-text { | ||
| 9 | color: black; | ||
| 10 | } | ||
| 11 | 7 |