application.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /********************************************************************
  2. # Copyright 2017 Daniel 'grindhold' Brendle
  3. #
  4. # This file is part of parceldude.
  5. #
  6. # parceldude is free software: you can redistribute it and/or
  7. # modify it under the terms of the GNU General Public License
  8. # as published by the Free Software Foundation, either
  9. # version 3 of the License, or (at your option) any later
  10. # version.
  11. #
  12. # parceldude is distributed in the hope that it will be
  13. # useful, but WITHOUT ANY WARRANTY; without even the implied
  14. # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. # PURPOSE. See the GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public
  18. # License along with parceldude.
  19. # If not, see http://www.gnu.org/licenses/.
  20. *********************************************************************/
  21. .feature {
  22. background-color: alpha(darker(mix(@theme_base_color,@theme_bg_color,0.3)), 0.8);
  23. border-top: 1px solid @theme_fg_color;
  24. padding-left: 10px;
  25. }
  26. .feature:first-child {
  27. border-top: none;
  28. }
  29. .featureswitch {
  30. margin-right: 10px;
  31. }
  32. .bigtext {
  33. font-size: 30px;
  34. }