Skip to content

Commit

Permalink
#80 style
Browse files Browse the repository at this point in the history
  • Loading branch information
elimf committed May 21, 2023
1 parent c240af7 commit 3cc508e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/src/components/agile/Postit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

color: #130d6b;

&--custom {
margin:30px; /* Modifier la marge selon vos besoins */
}
}
2 changes: 1 addition & 1 deletion client/src/pages/agile/EmpathyMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default function EmpathyMap() {
}}
>
{selectedColumnId === columnId && showTextField ? (
<div className="empathy-post-it">
<div className="empathy-post-it empathy-post-it--custom">
<TextField
variant="outlined"
autoFocus
Expand Down

0 comments on commit 3cc508e

Please sign in to comment.