1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 22:29:41 +02:00

sidebar form wrapper

This commit is contained in:
Harvey Kandola 2017-03-22 12:41:48 +00:00
parent 4f277c8500
commit eb404db596

View file

@ -62,5 +62,11 @@
font-size: 1.1rem;
margin-bottom: 30px;
}
.document-sidebar-form-wrapper {
padding: 20px;
border: 1px solid $color-stroke;
@include border-radius(3px);
}
}
}