From d9dff1fc674594e6244fae19088afa12339a6175 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 5 Aug 2021 05:21:27 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20estilos=20para=20aumentar=20texto?= =?UTF-8?q?=20de=20botones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Los botones grandes mantenían el tamaño de la fuente. Se añaden estilos para aumentar este tamaño. También se mejora la visualización del botón cuando se pasa el ratón por encima, porque aparecía una distorsión de un par de píxeles justo debajo del botón. --- www/wp-content/themes/enfold-cille/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 0abfdd0..4e44a57 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -90,6 +90,17 @@ ul > li > br { margin-top: 6px; } +/* + * Buttons. + */ +#top .avia-button .avia_button_background { + bottom: -4px; +} +#top .avia-button.avia-size-large .avia_iconbox_title, +#top .avia-button.avia-size-large .avia_button_icon { + font-size: 120%; +} + /* * Home page. */