1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature/status.module.scss
Fredrik Strand Oseberg b9f5585c62 Fix/optimizations (#275)
* chore: update changelog

* feat: login mobile view

* fix: lists

* fix: colors

* fix: resolve merge conflict

* fix: tests

* fix: set defualt location object

* fix: don't check password before length exceeds 2

* fix: check length
2021-04-23 15:21:24 +02:00

15 lines
177 B
SCSS

.stale {
background-color: #374952;
color: #fff;
}
.active {
background-color: #7398ab;
color: #fff;
}
.stale,
.active {
box-shadow: var(--chip-shadow);
}