mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-26 21:24:08 +00:00
Remove small_news_header and big_news_header CSS classes
This commit is contained in:
parent
60d176d578
commit
c7dc8d551b
3 changed files with 566 additions and 513 deletions
|
|
@ -26,24 +26,17 @@ body
|
|||
.marketing
|
||||
text-align: center
|
||||
|
||||
.small_news_header
|
||||
font-weight: 700
|
||||
margin-top: 20px
|
||||
.static-old-news
|
||||
h4
|
||||
font-weight: 700
|
||||
padding-left: 20px
|
||||
margin-top: 30px
|
||||
text-transform: uppercase
|
||||
h5
|
||||
font-weight: 700
|
||||
margin-top: 20px
|
||||
|
||||
.big_news_header
|
||||
font-weight: 700
|
||||
font-size: 120%
|
||||
padding-left: 20px
|
||||
padding-bottom: 15px
|
||||
margin-top: 30px
|
||||
text-transform: uppercase
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1)
|
||||
|
||||
h5.big_news_header
|
||||
hr
|
||||
display: none
|
||||
|
||||
.remove_on_static
|
||||
.remove-on-static
|
||||
display: none
|
||||
|
||||
#frontpage-play-button
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -3,6 +3,7 @@ extends ./layout
|
|||
block vars
|
||||
- var layoutEnv = env
|
||||
- var menuItem = 'oldNews'
|
||||
- var containerClass = 'static-old-news'
|
||||
|
||||
block title
|
||||
title Old News
|
||||
|
|
|
|||
Loading…
Reference in a new issue