Skip to content

Commit

Permalink
Compile prod
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSegen committed Aug 30, 2021
1 parent 6279294 commit f03739e
Showing 1 changed file with 17 additions and 34 deletions.
51 changes: 17 additions & 34 deletions dist/css/toastme.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,10 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #42526E;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-align: center;
align-items: center;
max-width: 250px;
text-align: left;
padding: 10px 15px 10px 45px;
Expand All @@ -531,10 +529,8 @@
z-index: 100;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

/* line 31, src/sass/_notifications.scss */
Expand Down Expand Up @@ -659,10 +655,8 @@
position: absolute;
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

Expand Down Expand Up @@ -698,15 +692,12 @@
border-radius: 2px;
position: absolute;
left: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}

Expand Down Expand Up @@ -902,28 +893,22 @@
bottom: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: start;
align-items: flex-start;
}

/* line 16, src/sass/_dialogs.scss */
.toastme-diag-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
}

Expand Down Expand Up @@ -1044,10 +1029,8 @@
top: calc(50% - 200px);
overflow: hidden;
z-index: 1000;
-webkit-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
-webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
-webkit-animation: toastDialogIn 0.2s ease-in-out 0s forwards;
animation: toastDialogIn 0.2s ease-in-out 0s forwards;
}
Expand Down

0 comments on commit f03739e

Please sign in to comment.