From 5138762fa2dbdc422c30e2d606350724ee0f1c34 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 14 Jan 2020 15:37:34 -0300 Subject: [PATCH] cambio color boton terminar --- src/app/modules/comanda/comanda.component.html | 10 ---------- src/app/modules/comanda/comanda.component.scss | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/app/modules/comanda/comanda.component.html b/src/app/modules/comanda/comanda.component.html index 6ecc1af..f8905dd 100644 --- a/src/app/modules/comanda/comanda.component.html +++ b/src/app/modules/comanda/comanda.component.html @@ -107,16 +107,6 @@ {{comanda.hoursElaboracion}}:{{comanda.minutesElaboracion}}:{{comanda.secondsElaboracion}} - diff --git a/src/app/modules/comanda/comanda.component.scss b/src/app/modules/comanda/comanda.component.scss index 418d4fc..bd573af 100644 --- a/src/app/modules/comanda/comanda.component.scss +++ b/src/app/modules/comanda/comanda.component.scss @@ -74,7 +74,7 @@ } .btn-terminar { - background-color: rgba(228, 253, 251, 0.842); + background-color: rgb(212, 212, 212); border-radius: 2rem; p { color: #212529; -- 1.9.1