/* line 1, C:/Users/shoaib.ahmed/Desktop/04_Tech/shell/scss/base/_reset.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 6, C:/Users/shoaib.ahmed/Desktop/04_Tech/shell/scss/base/_reset.scss */
ul, li {
  list-style: none;
}

/* line 5, ../scss/exitPopup.scss */
.popup_button {
  background-image: url("../images/green/exit_popup_button_normal.png");
}

/* line 8, ../scss/exitPopup.scss */
.popup_button:hover {
  background-image: url("../images/green/exit_popup_button_over.png");
}
