replaced node-sass by sass, fixed vuesweetalert display #1857

This commit is contained in:
2022-04-07 12:27:51 +02:00
parent 8e25388ba9
commit 505919b50b
6 changed files with 47 additions and 627 deletions
+5 -2
View File
@@ -6,6 +6,9 @@
@import './base/layout';
@import './base/fonts';
// your-app.scss
// @import '~@sweetalert2/themes/dark/dark.scss';
/* The emerging W3C standard
that is currently Firefox-only */
* {
@@ -357,7 +360,7 @@ section[role="main-content"]{
margin: 0 0 0.5em 0;
}
h3{
@include title2black
@include title2black;
margin:0;
}
.authors{
@@ -742,7 +745,7 @@ section[role="main-content"]{
width: 100%;
}
figcaption{
@include fontcaption
@include fontcaption;
padding: 0.5em;
}
}