[MIG] web_widget_text_markdown: Migration to 11.0

This commit is contained in:
Alexandre Díaz
2019-02-09 21:13:49 +01:00
committed by Alexandre Díaz
parent bf78e34007
commit 0c4cd6f08d
78 changed files with 6010 additions and 8675 deletions

View File

@@ -0,0 +1,22 @@
/* Copyright 2019 Alexandre Díaz - <dev@redneboa.es>
* License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */
.o_field_text_markdown {
.dz-preview {
display: inline-block;
margin: 0.5em;
.dz-success-mark svg {
background-color: green;
border-radius: 30px;
width: 32px;
height: 32px;
}
.dz-error-mark svg {
background: red;
border-radius: 30px;
width: 32px;
height: 32px;
}
}
}