mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
New styles for archives
This commit is contained in:
parent
37e8e5ca08
commit
0941524d9e
1 changed files with 18 additions and 2 deletions
|
@ -101,8 +101,24 @@
|
|||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
/* Styles modified from Breadcrumbs */
|
||||
/* Included in headings.scss */
|
||||
/* Styles for Archives plugin */
|
||||
|
||||
.label-circle {
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
text-align: center;
|
||||
line-height: 1.25;
|
||||
padding: .1rem .2rem;
|
||||
background: #ba2e5d;color: #ffffff;
|
||||
font-family: "Raleway", Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.archive_date {
|
||||
font-family: "Raleway", Helvetica, sans-serif;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/* Styles for Login plugin */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue