Feature: Update design for web widget (#408)

This commit is contained in:
Nithin David Thomas 2020-01-13 12:10:40 +05:30 committed by Pranav Raj S
parent 655c585358
commit 7cf19e0b52
11 changed files with 184 additions and 77 deletions

View file

@ -16,22 +16,26 @@
.branding {
align-items: center;
color: $color-gray;
color: $color-light-gray;
opacity: 0.9;
display: flex;
filter: grayscale(1);
font-size: $font-size-default;
font-size: $font-size-small;
justify-content: center;
padding: $space-one;
text-align: center;
text-decoration: none;
padding: $space-slab 0;
cursor: pointer;
&:hover {
filter: grayscale(0);
opacity: 1;
color: $color-gray;
}
img {
margin-right: $space-small;
max-width: $space-two;
margin-right: $space-smaller;
max-width: $space-slab;
}
}
</style>