.bg__quick-viewer { /* QuickViewer.jsx */

    > .actions {
        padding-top: 10px;
        .btn {
            padding-left: 20px;
            margin: 0 10px 0 0;

            &.link {
                background-image: $iconLinkUrl;
                background-repeat: no-repeat;
                background-position: left;
            }
        }
    }
	> .prop-name {
		font-weight: bold;
	}

}