﻿/*
    This file is to show how CSS and other static resources (such as images) can be
    used from a library project/package.
*/

@media (max-width: 767.98px) {
    .org-key-contact-add-new button {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .org-key-contact-add-new {
        padding-top: 28px;
        display: flex;
        justify-content: center;
    }
}

.contacts-table th.column-prop {
    min-width: 140px;
}

.organisations-table th.column-prop {
    min-width: 140px;
}
