diff --git a/src/app/components/inicio/inicio.component.scss b/src/app/components/inicio/inicio.component.scss index 7827acd..f47eb98 100644 --- a/src/app/components/inicio/inicio.component.scss +++ b/src/app/components/inicio/inicio.component.scss @@ -5,26 +5,6 @@ background-color: #2872ae; } -.arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-left-color: #999; - border-left-color: rgba(0, 0, 0, 0.25); - border-right-width: 0; - width: 0; - height: 0; - border-top: 20px solid transparent; - border-bottom: 20px solid transparent; - border-left: 20px solid #2872AE; - top: 50%; - right: -23px; - margin-top: -11px; - -} - .black-text { color: black; } - -