feat(controller): add details controller
This commit is contained in:
12
assets/styles/_detail.scss
Normal file
12
assets/styles/_detail.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.post-detail {
|
||||
& .author {
|
||||
font-weight: bold;
|
||||
}
|
||||
& .content {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
& h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
$primary: darken(#66531e, 20%);
|
||||
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
@import "detail";
|
||||
|
||||
Reference in New Issue
Block a user