Skip to content

Commit

Permalink
remove old css and js from notification popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottelet committed Dec 24, 2016
1 parent b6989d0 commit 3b52fea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
3 changes: 0 additions & 3 deletions resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ $(function () {
});


$('.notification-warning').delay(5000).fadeOut(2500);
$('.notification-success').delay(5000).fadeOut(2500);

$('.search-select')
.dropdown({
direction: 'upward'
Expand Down
31 changes: 0 additions & 31 deletions resources/assets/sass/components/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -155,7 +125,6 @@ height:50px;
margin-left: 0;
}


.form-inline .form-control {
@media (min-width: 768px)
{
Expand Down

0 comments on commit 3b52fea

Please sign in to comment.