Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
523 B

  1. @import 'bootstrap/dist/css/bootstrap.min.css';
  2. @import 'bootstrap-icons/font/bootstrap-icons.min.css';
  3. .job-card {
  4. margin-top: 1em;
  5. }
  6. .job-card .timerange {
  7. font-style: italic;
  8. }
  9. .cloud-primary .tag-badges {
  10. font-size: 180%;
  11. }
  12. .cloud-standard .tag-badges {
  13. font-size: 140%;
  14. }
  15. .cloud-light .tag-badges {
  16. font-size: 130%;
  17. filter: opacity(60%);
  18. }
  19. .tag-badges > span {
  20. margin: 0.4em;
  21. }
  22. .tag-badges > span {
  23. transition: all 0.3s;
  24. }
  25. .tag-badges > span:hover {
  26. filter: brightness(95%);
  27. }