Commit a791bbf69f4d3831dc001ea017bb14e059b9b5ab

Authored by Marcelo Puebla
1 parent 9664c19360
Exists in master

Borrado de clase.

Showing 1 changed file with 0 additions and 20 deletions   Show diff stats
src/app/components/inicio/inicio.component.scss
... ... @@ -5,26 +5,6 @@
5 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 8 .black-text {
27 9 color: black;
28 10 }
29   -
30   -