You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
552 B
35 lines
552 B
@import "./variables";
|
|
@import "./functions";
|
|
@import "./bootstrap";
|
|
|
|
.al-page-contribute-index {
|
|
padding-bottom: 120px;
|
|
|
|
.al-subtle-links {
|
|
a {
|
|
text-decoration: none;
|
|
|
|
&:hover, &:active {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.al-cta-chat {
|
|
background: $al-c-atlantis;
|
|
color: #222222;
|
|
|
|
&:hover {
|
|
background: darken($al-c-atlantis, 5%);
|
|
}
|
|
}
|
|
|
|
.al-member-button {
|
|
background: $al-c-atlantis;
|
|
color: #222222;
|
|
|
|
&:hover {
|
|
background: darken($al-c-atlantis, 5%);
|
|
}
|
|
}
|
|
}
|
|
|