This commit is contained in:
tiago.kayaya
2021-04-07 15:01:03 +01:00
parent ffe95fc190
commit 87b17e09f3
8 changed files with 40 additions and 11 deletions
@@ -1,5 +1,5 @@
.header-content{
width: 360px;
//width: 360px;
overflow: auto;
margin: 25px auto;
}
@@ -38,4 +38,11 @@
border-radius: 22.5px;
--background: #42b9fe;
margin: 0 0px 0 12px;
}
.buttons{
display: flex;
width: 100% !important;
justify-content: space-between;
padding: 15px;
overflow: auto;
}