Skip to content

Commit 8e5b273

Browse files
authored
Merge pull request #6413 from Timo-Breumelhof/feature/6403-PB-Theme-Distincion
Add more distinction between PB and Theme #6403
2 parents 3121cc9 + b015f91 commit 8e5b273

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Add shadow to the PB to make is sand out from the Theme, which partly uses the same colors
2+
#personaBar-iframe{
3+
box-shadow: 0 0 10px black;
4+
}

DNN Platform/Skins/Aperture/src/scss/utilities/_utilities.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@use 'borders';
33
@use 'buttons';
44
@use 'containers';
5+
@use 'dnn-edit';
56
@use 'dimension';
67
@use 'display';
78
@use 'dividers';

0 commit comments

Comments
 (0)