Added radio page
This commit is contained in:
27
resources/assets/sass/components/_blog.scss
vendored
27
resources/assets/sass/components/_blog.scss
vendored
@@ -11,17 +11,18 @@
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
h2 {
|
||||
.post_title {
|
||||
margin: 0;
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.43;
|
||||
color: #1a1a1a;
|
||||
|
||||
a {
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.43;
|
||||
color: #1a1a1a;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,5 +33,17 @@
|
||||
.post_date {
|
||||
@include post_date;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #A1A1A1;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.post_body {
|
||||
font-family: Nunito, serif;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
color: #282828;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user