blob: 3a7ac7e9ec34e2bc1f44f9e7fbdb76ced14fed07 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
img.avatar-img {
height: 24px;
margin-right: 10px;
vertical-align: middle;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
#blog {
.img-title {
margin-top: 25px;
margin-bottom: 10px;
}
}
.blog-header {
a, a:hover, a:active, i.fas {
color: $color-asphalt;
}
.blog-author {
display: inline;
margin-right: 10px;
}
.blog-date {
margin-left: 10px;
display: inline;
}
.blog-avatar {
display: inline;
}
.blog-title {
font-size: 32px;
letter-spacing: 0.02em;
font-weight: 400;
}
}
#blogs {
#blogs-container {
.blog-block {
margin-bottom: 50px;
}
.blog-block:last-child {
margin-bottom: 75px;
}
a, a:hover, a:active, i.fas {
color: $color-asphalt;
}
.blog-title {
font-size: 24px;
letter-spacing: 0.02em;
font-weight: 400;
i.fas {
color: $color-asphalt;
}
a {
color: $color-slack;
}
}
.blog-excerpt {
font-size: 15px;
color: #666;
font-weight: 200;
letter-spacing: 0.05em;
margin-bottom: 20px;
a {
color: #999;
}
}
.blog-footer {
letter-spacing: 0.02em;
a, span {
vertical-align: middle;
}
.blog-author {
margin-right: 10px;
display: inline-block;
}
}
}
}