1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

CSS: Adding collapse classes.

This commit is contained in:
Henrik Hautakoski 2020-04-27 15:11:51 +02:00
parent 9f810c7f51
commit f4982b7669
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.collapse-trigger {
cursor: pointer;
}
.collapsed {
display: none !important;
}

View file

@ -2,3 +2,5 @@
@import "variables";
@import "base";
@import "typography";
@import "component/collapse";