small fixes to styling

This commit is contained in:
Kyle Spearrin 2020-03-04 13:56:30 -05:00
parent 0e3737fc90
commit 40c00222f2
1 changed files with 3 additions and 2 deletions

View File

@ -108,9 +108,10 @@ $fa-font-path: "~font-awesome/fonts";
// SweetAlert
.swal2-popup {
padding: 15px 15px;
padding: 15px;
border-radius: $border-radius;
width: 34em; // slightly bigger than the hardcoded 478px in v1.
width: 34em;
@include themify($themes) {
background-color: themed('backgroundColorAlt');
color: themed('textColor');