diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index 88747d58f..8b790ece5 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -80,9 +80,6 @@ $(function () { }); -$('.notification-warning').delay(5000).fadeOut(2500); -$('.notification-success').delay(5000).fadeOut(2500); - $('.search-select') .dropdown({ direction: 'upward' diff --git a/resources/assets/sass/components/base.scss b/resources/assets/sass/components/base.scss index 38cb0ce51..715dfe7de 100644 --- a/resources/assets/sass/components/base.scss +++ b/resources/assets/sass/components/base.scss @@ -116,36 +116,6 @@ h4{ border: 2px dotted $secondary-color; } -.notification-base{ -width:100%; -height:50px; -} - -.notification-warning{ - @extend .notification-base; - background-color:rgba(147, 59, 57, 0.8); -} - -.notification-success{ - @extend .notification-base; - background-color:rgba(0, 179, 60, 0.8); -} - -.notification-icon -{ - font-size: 40px; - display: inline; - padding:10px; -} - -.notification-text -{ - margin-top: -40px; - padding: 0 3.2em; - font-size: 1.3em; - color:#efefef; -} - .ui.selection.dropdown .menu>.item { font-size: 15px; } @@ -155,7 +125,6 @@ height:50px; margin-left: 0; } - .form-inline .form-control { @media (min-width: 768px) {