Skip to content

Commit af4d0c6

Browse files
πŸ’„ Add reset for dialog element (#3068)
* πŸ’„ Add reset for dialog element * πŸ”₯ Remove extra block and just add two properties
1 parent 7d71561 commit af4d0c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

β€Žshepherd.js/src/components/shepherd-element.svelteβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,14 @@
152152
<style global>
153153
.shepherd-element {
154154
background: #fff;
155+
border: none;
155156
border-radius: 5px;
156157
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
157158
margin: 0;
158159
max-width: 400px;
159160
opacity: 0;
160161
outline: none;
162+
padding: 0;
161163
transition:
162164
opacity 0.3s,
163165
visibility 0.3s;

0 commit comments

Comments
Β (0)