Implement the new invite modal designs

This commit is contained in:
Robin
2023-09-27 17:34:41 -04:00
parent 6865a13c3c
commit 8a14d60cb4
13 changed files with 427 additions and 106 deletions

View File

@@ -14,6 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.copyButton {
.url {
text-align: center;
color: var(--cpd-color-text-secondary);
margin-block-end: var(--cpd-space-8x);
}
.button {
width: 100%;
}