Blog-style website for karathan using the self-made Stellar Theme powered by HTML5Up http://blog.karathan.at

_icons.scss 353B

12345678910111213141516171819202122
  1. ///
  2. /// Stellar by HTML5 UP
  3. /// html5up.net | @ajlkn
  4. /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  5. ///
  6. /* Icons */
  7. ul.icons {
  8. cursor: default;
  9. list-style: none;
  10. padding-left: 0;
  11. li {
  12. display: inline-block;
  13. padding: 0 0.65em 0 0;
  14. &:last-child {
  15. padding-right: 0 !important;
  16. }
  17. }
  18. }