feature: forum banner
This commit is contained in:
@@ -338,3 +338,41 @@ img.icon {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.forum-banner {
|
||||
margin: 3rem 0 2.5rem;
|
||||
padding: 2rem 1.25rem 1.5rem;
|
||||
/* ↑ más aire arriba */
|
||||
background: #2a2a2a;
|
||||
border: 1px solid #3a3a3a;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
.forum-banner__content {
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.forum-banner h3 {
|
||||
padding: 1rem 1rem 1rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.forum-banner p {
|
||||
margin-top: 0;
|
||||
color: #cfcfcf;
|
||||
}
|
||||
|
||||
|
||||
.forum-banner__button {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
background: #1faa00;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user