1 changed files with
16 additions and
0 deletions
|
|
@ -274,6 +274,22 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.flavour-screen {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.flavour-description {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > p {
|
|
|
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.report-accounts {
|
|
|
|
.report-accounts {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|