client/css: change font size declarations to em
This commit is contained in:
parent
26a1451ff6
commit
4ce29cf222
|
@ -123,7 +123,7 @@ $comment-border-color = #DDD
|
||||||
font-family: 'MS PGothic', 'MS Pゴシック', 'IPAMonaPGothic', 'Trebuchet MS', Verdana, Futura, Arial, Helvetica, sans-serif
|
font-family: 'MS PGothic', 'MS Pゴシック', 'IPAMonaPGothic', 'Trebuchet MS', Verdana, Futura, Arial, Helvetica, sans-serif
|
||||||
background: #fbfbfb
|
background: #fbfbfb
|
||||||
color: #111
|
color: #111
|
||||||
font-size: 12pt
|
font-size: 1em
|
||||||
line-height: 1
|
line-height: 1
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 4px
|
padding: 4px
|
||||||
|
|
|
@ -21,14 +21,12 @@ body
|
||||||
margin: 0
|
margin: 0
|
||||||
color: $text-color
|
color: $text-color
|
||||||
font-family: 'Open Sans', sans-serif
|
font-family: 'Open Sans', sans-serif
|
||||||
font-size: 12pt
|
font-size: 1em
|
||||||
line-height: 18pt
|
line-height: 1.4
|
||||||
@media (max-width: 800px)
|
@media (max-width: 800px)
|
||||||
font-size: 10pt
|
font-size: 0.875em
|
||||||
line-height: 15pt
|
|
||||||
@media (max-width: 1200px)
|
@media (max-width: 1200px)
|
||||||
font-size: 11pt
|
font-size: 0.95em
|
||||||
line-height: 16.5pt
|
|
||||||
|
|
||||||
h1, h2, h3
|
h1, h2, h3
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
color: mix($text-color, $inactive-link-color)
|
color: mix($text-color, $inactive-link-color)
|
||||||
font-size: 120%
|
font-size: 120%
|
||||||
i
|
i
|
||||||
font-size: 12pt
|
font-size: 1em
|
||||||
color: $inactive-link-color
|
color: $inactive-link-color
|
||||||
float: right
|
float: right
|
||||||
line-height: 2em
|
line-height: 2em
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
h1
|
h1
|
||||||
line-height: initial
|
line-height: initial
|
||||||
font-size: 30pt
|
font-size: 2.5em
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
.messages
|
.messages
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
height: 1em
|
height: 1em
|
||||||
text-align: center
|
text-align: center
|
||||||
line-height: 1em
|
line-height: 1em
|
||||||
font-size: 20pt
|
font-size: 1.6em
|
||||||
&.tagged
|
&.tagged
|
||||||
background: rgba(0, 230, 0, 0.7)
|
background: rgba(0, 230, 0, 0.7)
|
||||||
&:after
|
&:after
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
height: 1.2em
|
height: 1.2em
|
||||||
text-align: center
|
text-align: center
|
||||||
line-height: 1em
|
line-height: 1em
|
||||||
font-size: 20pt
|
font-size: 1.6em
|
||||||
border: 3px solid
|
border: 3px solid
|
||||||
&.safety-safe
|
&.safety-safe
|
||||||
background-color: darken($safety-safe, 5%)
|
background-color: darken($safety-safe, 5%)
|
||||||
|
|
Loading…
Reference in New Issue