Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

25 lines
415B

  1. @charset "utf-8";
  2. @import "~bulma/bulma";
  3. .is-fullheight.columns {
  4. height: calc(100vh - ( 3.25rem - .75rem ) );
  5. }
  6. iframe, textarea.textarea {
  7. width: calc(50vw - ( 2.5rem) );
  8. min-width: calc(50vw - ( 2.5rem) );
  9. height: calc(50vh - ( 8rem) );
  10. }
  11. .tags {
  12. margin-left: 10px;
  13. margin-top: 10px;
  14. }
  15. .tag {
  16. margin: 0;
  17. padding: 0;
  18. position:relative;
  19. }
  20. .tag span {
  21. margin-left: 5px;
  22. }