mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
Added feature box
This commit is contained in:
@ -283,8 +283,11 @@ img {
|
||||
}
|
||||
|
||||
.actix-showcase {
|
||||
overflow: hidden;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
padding: 2rem 1rem 0 1rem;
|
||||
background: #dceaea;
|
||||
}
|
||||
|
||||
.actix-showcase ul {
|
||||
@ -332,6 +335,25 @@ img {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.actix-feature-selectors {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.actix-feature-selector {
|
||||
text-align: center;
|
||||
padding: 0.5rem 1rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.actix-feature-selector.active {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.actix-feature-selector.active a {
|
||||
color: #333!important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.final-pitch {
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user