web-base/react/admin-panel/src/res/index.css

6 lines
125 B
CSS
Raw Normal View History

2020-06-15 20:07:43 +02:00
.page-link { color: #222629; }
2020-06-17 21:39:46 +02:00
.page-link:hover { color: black; }
.ReactCollapse--collapse {
transition: height 500ms;
}