From 8545f2fd6fb51d9f869a7743c7409bdedfbea3dd Mon Sep 17 00:00:00 2001 From: Yasar icli Date: Thu, 3 Mar 2016 11:27:29 +0200 Subject: [PATCH] #53 sweetalert less file add. --- client/styles/imports/sweetalert.less | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/styles/imports/sweetalert.less diff --git a/client/styles/imports/sweetalert.less b/client/styles/imports/sweetalert.less new file mode 100644 index 0000000..c323d54 --- /dev/null +++ b/client/styles/imports/sweetalert.less @@ -0,0 +1,7 @@ +.sweet-alert { + border-radius: 3px; + + button { + border-radius: 3px; + } +}