Add favourite modal to light theme CSS
This commit is contained in:
parent
29812c2e59
commit
13df125b6c
|
@ -224,6 +224,7 @@
|
||||||
// Change the background colors of modals
|
// Change the background colors of modals
|
||||||
.actions-modal,
|
.actions-modal,
|
||||||
.boost-modal,
|
.boost-modal,
|
||||||
|
.favourite-modal,
|
||||||
.confirmation-modal,
|
.confirmation-modal,
|
||||||
.mute-modal,
|
.mute-modal,
|
||||||
.block-modal,
|
.block-modal,
|
||||||
|
@ -246,6 +247,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.boost-modal__action-bar,
|
.boost-modal__action-bar,
|
||||||
|
.favourite-modal__action-bar,
|
||||||
.confirmation-modal__action-bar,
|
.confirmation-modal__action-bar,
|
||||||
.mute-modal__action-bar,
|
.mute-modal__action-bar,
|
||||||
.block-modal__action-bar,
|
.block-modal__action-bar,
|
||||||
|
|
Reference in New Issue