Files
namaste/html/sass/mdb/pro/sections/_magazine.scss
gramps 373ebc8c93 Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
2026-04-05 09:49:30 -07:00

63 lines
1.0 KiB
SCSS
Executable File

// Magazine components
.magazine-section {
.view {
margin-bottom: 2rem;
}
.single-news {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 1.5rem;
&:last-of-type {
border-bottom: none;
}
@media (max-width: 772px) {
padding-bottom: 1rem;
}
.news-data {
margin-bottom: 5rem;
h6 {
float: left;
}
p {
float: right;
}
}
h3 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
a {
color: #424242;
font-weight: 300;
margin-bottom: 1rem;
&:hover {
color: #616161;
@include transition (0.2s);
}
.fa-angle-right {
float: right;
}
}
p {
color: #757575;
}
strong{
font-weight: 500;
}
}
&.multi-columns {
h6 {
margin-bottom: 1.5rem;
text-align: center;
}
.view {
margin-bottom: 2rem;
}
.single-news {
padding-bottom: 1rem;
strong {
font-size: 1.2rem;
}
}
}
}