sobreescribe el campo website description y añade estilo css.
Seguramnete no haga falta sobreescribir el campo y se puedan heredar los estilos o añadirselos...
This commit is contained in:
parent
67013f8d4c
commit
5fb83c78b5
3 changed files with 28 additions and 2 deletions
9
website_description_internal/static/src/scss/custom.scss
Normal file
9
website_description_internal/static/src/scss/custom.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
.custom_website_description {
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
line-height: 1.5;
|
||||
padding: 10px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 12px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue