pages(detail): Completed details on all pages
This commit is contained in:
@@ -236,7 +236,6 @@ main {
|
||||
margin-top: 4rem;
|
||||
> h1 {
|
||||
> a {
|
||||
color: rgba(0, 0, 0, 1);
|
||||
letter-spacing: 0.0625rem;
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
@@ -246,17 +245,14 @@ main {
|
||||
> .info {
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
|
||||
> span{
|
||||
margin: 0 0.25rem;
|
||||
font-weight: 400;
|
||||
font-size: 0.75rem;
|
||||
color: rgb(0, 0, 0, 0.65);
|
||||
i {
|
||||
position: relative;
|
||||
top:0.125rem;
|
||||
color: rgb(0, 0, 0, 0.85);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -264,6 +260,7 @@ main {
|
||||
}
|
||||
|
||||
.journals{
|
||||
|
||||
> .name{
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
@@ -280,7 +277,6 @@ main {
|
||||
> .option{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
color: rgb(0, 0, 0, 0.65);
|
||||
font-weight: 400;
|
||||
font-size: 0.75rem;
|
||||
margin: 0 0.5rem;
|
||||
@@ -307,6 +303,25 @@ main {
|
||||
|
||||
}
|
||||
|
||||
.comment
|
||||
{
|
||||
width: 47rem;
|
||||
margin: 1rem 0rem;
|
||||
padding: 1rem 2.5rem;
|
||||
background: #ffffff;
|
||||
box-shadow: 0 0.375rem 1rem -0.5rem rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
.commentButton{
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 2rem;
|
||||
padding-top: 2rem;
|
||||
width: 40rem;
|
||||
border-top: 1px solid #f3f3f3;
|
||||
>a{
|
||||
color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
}
|
||||
footer {
|
||||
padding: 2rem 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user