Skip to content
Snippets Groups Projects
Commit 93457f80 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

add css option for a `small` modal.

parent e28f9f10
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
overflow-y: scroll;
}
.Modal.Modal--small {
width: 480px;
}
.modal-backdrop, /* used by angular-ui-bootstrap */
.Modal-backdrop {
position: absolute;
......@@ -45,6 +49,10 @@
flex-direction: column;
}
.Modal-content.Modal-content--small .Modal-body {
min-height: unset;
}
.Modal-body .Form-inputs {
flex: 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment