Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
news
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sartika Aritonang
news
Commits
140f2209
Commit
140f2209
authored
4 years ago
by
Sartika Aritonang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
f55bd9d9
master
…
Sqlparse
patch-6
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
_post.scss
project/static/result_design/scss/_post.scss
+42
-0
No files found.
project/static/result_design/scss/_post.scss
0 → 100644
View file @
140f2209
// Styling for the post page
.post-preview
{
>
a
{
color
:
$gray-900
;
&
:focus
,
&
:hover
{
text-decoration
:
none
;
color
:
$primary
;
}
>
.post-title
{
font-size
:
30px
;
margin-top
:
30px
;
margin-bottom
:
10px
;
}
>
.post-subtitle
{
font-weight
:
300
;
margin
:
0
0
10px
;
}
}
>
.post-meta
{
font-size
:
18px
;
font-style
:
italic
;
margin-top
:
0
;
color
:
$gray-600
;
>
a
{
text-decoration
:
none
;
color
:
$gray-900
;
&
:focus
,
&
:hover
{
text-decoration
:
underline
;
color
:
$primary
;
}
}
}
@media
only
screen
and
(
min-width
:
768px
)
{
>
a
{
>
.post-title
{
font-size
:
36px
;
}
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment