body#page-my-index.pagelayout-mydashboard {
    #page {
        #topofscroll {
            #page-content {
                margin-top: 1em;
                #region-main-box {
                    #region-main {
                        background-color: transparent !important;
                        box-shadow: none !important;
                        section.block_myoverview {
                            border-radius: 8px;
                            padding: 14px;
                            background-color: #fff !important;
                            .card-body {
                                .card-text {
                                    margin-top: 0 !important;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

body#page-my-index.theme-fresk {
    [data-region="add-block-button"] {
        .btn.btn-add-content {
            border: 2px dashed $filterstext !important;
            color: grey !important;
            background-color: transparent !important;

            &:hover {
                i {
                    color: $primary !important;
                }

                background-color: transparent !important;
                color: $graytext !important;
                border-color: $graytext !important;
            }
        }
    }
}
