From ea7c7b55e8c161d4cd2337d2965db27e80b7184a Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 21 Jan 2017 11:25:42 +0800 Subject: [PATCH] fix font-weight of sweet alerts --- resources/assets/src/styles/general.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/src/styles/general.scss b/resources/assets/src/styles/general.scss index f937d86b..6547e05f 100644 --- a/resources/assets/src/styles/general.scss +++ b/resources/assets/src/styles/general.scss @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-06-04 20:55:09 * @Last Modified by: printempw - * @Last Modified time: 2017-01-20 17:21:39 + * @Last Modified time: 2017-01-21 11:23:37 */ $font_stack: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; @@ -28,7 +28,7 @@ body, h1, h2, h3, h4, h5, h6, .logo { .swal2-modal, .swal2-content { font-family: $font_stack; - font-weight: 400; + font-weight: 400 !important; } .swal2-modal h2 {