mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Better styling for pt-PT in subscribe modal
This commit is contained in:
parent
b0dc743126
commit
a2665258da
1 changed files with 12 additions and 2 deletions
|
@ -197,13 +197,23 @@ html.no-borderimage #subscribe-modal
|
|||
body[lang='fr']
|
||||
#subscribe-modal .parent-button
|
||||
font-size: 21px
|
||||
|
||||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 13px
|
||||
|
||||
body[lang='de-DE']
|
||||
#subscribe-modal .comparison-blurb
|
||||
font-size: 16px
|
||||
|
||||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 12px
|
||||
|
||||
body[lang='pt-PT']
|
||||
#subscribe-modal .comparison-blurb
|
||||
font-size: 16px
|
||||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 12px
|
||||
|
||||
#subscribe-modal .parent-button
|
||||
font-size: 18px
|
||||
|
|
Loading…
Add table
Reference in a new issue