Commit a791bbf69f4d3831dc001ea017bb14e059b9b5ab
1 parent
9664c19360
Exists in
master
and in
1 other branch
Borrado de clase.
Showing
1 changed file
with
0 additions
and
20 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 | 7 | ||
| 8 | .arrow { | ||
| 9 | top: 50%; | ||
| 10 | right: -11px; | ||
| 11 | margin-top: -11px; | ||
| 12 | border-left-color: #999; | ||
| 13 | border-left-color: rgba(0, 0, 0, 0.25); | ||
| 14 | border-right-width: 0; | ||
| 15 | width: 0; | ||
| 16 | height: 0; | ||
| 17 | border-top: 20px solid transparent; | ||
| 18 | border-bottom: 20px solid transparent; | ||
| 19 | border-left: 20px solid #2872AE; | ||
| 20 | top: 50%; | ||
| 21 | right: -23px; | ||
| 22 | margin-top: -11px; | ||
| 23 | |||
| 24 | } | ||
| 25 | |||
| 26 | .black-text { | 8 | .black-text { |
| 27 | color: black; | 9 | color: black; |
| 28 | } | 10 | } |
| 29 | |||
| 30 | |||
| 31 | 11 |