Adjust colors in comment/chat swipe button on mobile
This commit is contained in:
parent
ff6d335bb0
commit
7c0b84d497
1 changed files with 14 additions and 0 deletions
|
@ -87,6 +87,20 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: var(--spacing-xxs) 0;
|
margin: var(--spacing-xxs) 0;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
&.button--primary {
|
||||||
|
padding-left: var(--spacing-xxs);
|
||||||
|
// border-top:1px solid var(--color-border);
|
||||||
|
// border-bottom:1px solid var(--color-border);
|
||||||
|
background-color: var(--color-header-background) !important;
|
||||||
|
.button__content {
|
||||||
|
.icon {
|
||||||
|
stroke: var(--color-text);
|
||||||
|
}
|
||||||
|
.button__label {
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.swipeable-drawer__expand {
|
.swipeable-drawer__expand {
|
||||||
|
|
Loading…
Add table
Reference in a new issue