From 8fd5350ee3204c161fa4b7006f0b6a44393ee220 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 6 Aug 2018 18:37:00 +0800 Subject: [PATCH] Fix sweetalert2 style --- resources/assets/src/stylus/common.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index 748a5448..6085bd68 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -26,6 +26,10 @@ input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #fff inset; } +.swal2-popup { + font-size: 14px; +} + .item { display: block; background: #EFF1F0;