Feature: Update design for web widget (#408)
This commit is contained in:
parent
655c585358
commit
7cf19e0b52
11 changed files with 184 additions and 77 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue