1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

dropdown mixin to handle dialog open/close lifecycle

This commit is contained in:
Harvey Kandola 2017-09-21 16:27:36 +01:00
parent 3f31d6d15e
commit 4d989e2497
5 changed files with 43 additions and 15 deletions

View file

@ -40,11 +40,12 @@
.content {
> p {
margin: 7px 0;
font-size: 0.9em;
font-size: 1rem;
}
> .heading {
font-weight: bold;
line-height: 3rem;
font-size: 1.2rem;
}
}