Chore: Update widget offline message (#2001)

This commit is contained in:
Nithin David Thomas
2021-03-27 13:08:09 +05:30
committed by GitHub
parent c453455ad1
commit 8612f307b3
3 changed files with 7 additions and 4 deletions

View File

@@ -49,10 +49,13 @@ export default {
<style scoped lang="scss">
@import '~widget/assets/scss/mixins.scss';
$logo-size: 56px;
.header-expanded {
.logo {
width: 56px;
height: 56px;
width: $logo-size;
height: $logo-size;
border-radius: $logo-size;
}
}
</style>