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.
|
- @charset "utf-8";
- @import "~bulma/bulma";
-
- .is-fullheight.columns {
- height: calc(100vh - ( 3.25rem - .75rem ) );
- }
-
- iframe, textarea.textarea {
- width: calc(50vw - ( 2.5rem) );
- min-width: calc(50vw - ( 2.5rem) );
- height: calc(50vh - ( 8rem) );
- }
-
- .tags {
- margin-left: 10px;
- margin-top: 10px;
- }
- .tag {
- margin: 0;
- padding: 0;
- position:relative;
- }
- .tag span {
- margin-left: 5px;
- }
|