Add OpenCollective links
This commit is contained in:
@@ -180,6 +180,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cp-crowdfunding {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
button {
|
||||
outline: none;
|
||||
background-color: @colortheme_logo-2;
|
||||
color: @colortheme_base;
|
||||
border: none;
|
||||
padding: 10px 20px;
|
||||
border-radius: 44px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: lighten(@colortheme_logo-2, 3%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 576px) and (max-width: 767px) {
|
||||
.container {
|
||||
padding-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user