change colors of time machine dialog (#5891)

This commit is contained in:
Richard Knoll 2024-08-30 10:40:14 -07:00 коммит произвёл GitHub
Родитель 1f56a497cb
Коммит 8c2940c8ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,17 @@
}
}
.time-machine-header {
background-color: @blue;
}
.time-machine-preview {
// Loading div that appears while projects are importing
& > div {
background: #e8e8e8
}
}
#root:not(.hc) .tutorial-menu {
.ui.circular.label.selected {
background-color: @purple !important;