Your IP : 18.225.55.42


Current Path : /home/lentoinv/finationglobal.com/scss/
Upload File :
Current File : /home/lentoinv/finationglobal.com/scss/_reset.scss

/*========================================*/
/*------------ [_Reset_Styles] -----------*/
/*========================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none !important;
}
::-moz-selection {
  background: var(--webex-primary-color);
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  background-color: var(--bg-silver);
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--webex-primary-color3);
}
::selection {
  background: var(--webex-primary-color);
  color: #fff;
  text-shadow: none;
}
.img-full {
  width: 100%;
}

?>