Skip to content

Commit ac0aaf5

Browse files
committed
fix: edit in github btn styles
1 parent 92d5387 commit ac0aaf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/call-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h4>direction:<span collection="{{document.collection}}" document_id="{{data._id
291291
modal-height="100%"
292292
modal-color="#229954"
293293
modal-header="false"
294-
class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50% z-index:8" pass_id="module_id">
294+
class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8" pass_id="module_id">
295295
<i class="fa fa-plus"></i>
296296
</button>
297297

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2 class="padding:5px_0px">Demo</h2>
126126
</div>
127127

128128
</div>
129-
<button href="https://github.com/CoCreate-app/CoCreate-twilio/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
129+
<button href="https://github.com/CoCreate-app/CoCreate-twilio/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
130130
<i class="fas fa-pencil-alt"></i>
131131
</button>
132132
</main>

0 commit comments

Comments
 (0)