We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1792c55 commit b4bbdbfCopy full SHA for b4bbdbf
angular/src/shared/core.less
@@ -1,7 +1,3 @@
1
-.swal-footer {
2
- text-align: center;
3
-}
4
-
5
@media (min-width: 576px) {
6
.nav-user-menu .user-image {
7
float: none;
@@ -24,3 +20,28 @@
24
20
position: absolute;
25
21
margin-left: 3px;
26
22
}
23
+
+/* Sweet alert */
+.swal2-title {
+ display: inline-block !important;
27
+}
28
29
+body.swal2-height-auto {
30
+ height: inherit !important;
31
32
33
+.swal2-popup.swal2-toast {
34
+ padding: 10px 12px !important;
35
+ display: block !important;
36
37
38
+.swal2-popup.swal2-toast .swal2-header,
39
+.swal2-popup.swal2-toast .swal2-title,
40
+.swal2-popup.swal2-toast .swal2-content {
41
+ text-align: left !important;
42
+ margin: 0 !important;
43
44
45
+.swal2-popup.swal2-toast .swal2-title {
46
+ margin-bottom: 4px !important;
47
0 commit comments