customise message when group name is changed

This commit is contained in:
tiago.kayaya
2021-01-27 12:45:48 +01:00
parent d12a378836
commit 247daffbeb
7 changed files with 24 additions and 102 deletions
@@ -90,6 +90,19 @@
margin: 20px 39px 25px;
border-radius: 8px;
}
.info-text{
/* width: 322px; */
width: em(422px);
background: #fef4c5;
text-align: center;
font-size: 13px;
color: #262420;
padding: 10px;
margin: 10px auto;
line-height: 1.2rem;
/* margin: 15px 0px 15px 0px; */
border-radius: 8px;
}
.messages{
font-size: 13px;
font-family: Roboto;