merge button into border
This commit is contained in:
parent
c65cc82c67
commit
8743edfcc8
2 changed files with 5 additions and 8 deletions
|
@ -56,9 +56,6 @@
|
|||
If you're interested in getting our help or just want to chat, send us a message through our contact email
|
||||
on the next tab.<br><br>
|
||||
ദ്ദി { ˉ͈̀꒳ˉ͈́ }✧</p>
|
||||
<div class="interior">
|
||||
<a class="btn" href="#open-modal">donate</a>
|
||||
</div>
|
||||
<div id="open-modal" class="modal-window">
|
||||
<div>
|
||||
<a href="#" title="Close" class="modal-close">×</a>
|
||||
|
@ -78,6 +75,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="btn" href="#open-modal">donate</a>
|
||||
|
||||
<div class="tab-content">
|
||||
<p>Send us a cool message and we'll get back to you d-(´▽`)-b</p><br>
|
||||
|
|
|
@ -151,7 +151,6 @@ ul.custom-bullet li::before {
|
|||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0.35rem 0.75rem;
|
||||
letter-spacing: 1px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
@ -351,11 +350,11 @@ a {
|
|||
|
||||
.btn {
|
||||
background-color: #241917;
|
||||
padding: 0.1rem 0.5rem;
|
||||
border: 4px solid #9a756c;
|
||||
padding: 0.25rem 0.25rem;
|
||||
border-top: 4px solid #9a756c;
|
||||
border-right: 4px solid #9a756c;
|
||||
text-decoration: none;
|
||||
font-size: var(--primary-text-size);
|
||||
margin-top: 0.75rem;
|
||||
font-size: 10px;
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue