/**
Many moons after this project was created we had to update our system to not use gulp/npm because of deprecations with npm.
To save client budget, this file was created for those cases where we need to make a small css override but we are unable to do a full SASS => CSS compile
We are still looking into a good replacement for npm and gulp
*/

.view .feed-icons {
  display: inline-block;
  float: right;
  margin: -20px 0 10px 0;
}

.view .feed-icons .views-data-export-feed .feed-icon {
  width: 120px;
  border-radius: 2px;
  border: 1px solid gray;
  padding: 1px 6px;
  background: none;
  text-align:center;
  text-indent: 0;
}
