working on new button in menu
This commit is contained in:
@@ -5,19 +5,21 @@
|
||||
|
||||
.addButton {
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
z-index: 1;
|
||||
font-weight: 600;
|
||||
border: 0;
|
||||
color: #FFF;
|
||||
font-size: 1rem; width: 82px;
|
||||
height: 32px;
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.addButtonRTL {
|
||||
right: 5%;
|
||||
.actionRect {
|
||||
fill: var(--background) !important;
|
||||
}
|
||||
|
||||
.addButtonLTR {
|
||||
left: 5%;
|
||||
.addButton svg rect {
|
||||
fill: var(--background) !important;
|
||||
}
|
||||
|
||||
:global(.darkApp) .addButton rect {
|
||||
fill: var(--background) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user