Skip to content

Commit

Permalink
DN-26: Removed drop shadow of main v-card element.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Austerschulte committed Apr 24, 2024
1 parent cdc0274 commit 1d67895
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/js/bundles/dn_welcome/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.ctAppRoot .ctWindow.dn_welcome-widget .vue-base,
.ctAppRoot .ctWindow.dn_welcome-widget .layout {
height: 100%;
}

.dn-welcome-widget__info-text--iframe {
.ctWindow .vue-base .dn-welcome-widget__info-text--iframe {
border: none;
width: 100%;
height: 185px;
}

.ctWindow .vue-base .v-card.dn_welcome-widget__card-main {
box-shadow: none;
}

0 comments on commit 1d67895

Please sign in to comment.