This commit is contained in:
2023-12-28 19:26:57 +01:00
parent 4fd6616786
commit de3349e1c3
3 changed files with 56 additions and 40 deletions

View File

@ -74,10 +74,10 @@
width: 100%;
border: none;
outline: none;
border-bottom: 0.2em solid green;
border-bottom: 0.15em solid green;
caret-color: green;
color: green;
font-size: 16px;
font-size: 0.8em;
}
#app #you {
@ -102,3 +102,16 @@
/* permet le retour à la ligne à la place de dépasser*/
word-wrap: break-word;
}
#app #invite {
position: relative;
background-color: green;
border: none;
color: white;
text-align: center;
text-decoration: none;
font-size: 0.8em;
height: 2em;
width: 4em;
cursor: pointer;
}