Create Subscribe page
Create issue css component for past newsletter
This commit is contained in:
36
src/style/molecules/_issue.scss
Normal file
36
src/style/molecules/_issue.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
.issue {
|
||||
display: flex;
|
||||
background-color: #fff;
|
||||
border-radius: 6px;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
padding: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
// Image
|
||||
img {
|
||||
display: block;
|
||||
width: 80px;
|
||||
height: 56px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
// Title
|
||||
dt {
|
||||
color: $color-secondary;
|
||||
font-size: rem(20px);
|
||||
margin-bottom: 8px;
|
||||
font-family: $font-serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
// Description
|
||||
dd {
|
||||
font-size: rem(16px);
|
||||
color: $color-gray;
|
||||
}
|
||||
// Date
|
||||
time {
|
||||
opacity: 0.6;
|
||||
font-size: rem(12px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user