mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
[ux] port font sizes
This commit is contained in:
parent
f6d866c205
commit
bdfd344f45
@ -19,6 +19,7 @@ $font-family-gotham = 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-ser
|
||||
$font-size-large = 16px
|
||||
$font-size-base = 14px
|
||||
$font-size-small = 12px
|
||||
$font-size-smaller = 10px
|
||||
|
||||
$font-size-h1 = 30px
|
||||
$font-size-h2 = 24px
|
||||
|
@ -106,11 +106,11 @@ $callHeight = 80px
|
||||
color: #fff
|
||||
text_shadow(rgba(0,0,0,.7),0,1px,0)
|
||||
line-height: 1
|
||||
font-size: $font-size-h3
|
||||
|
||||
.caller
|
||||
margin: 0
|
||||
padding: 5px 0 0 0
|
||||
font-size: 20px
|
||||
padding-bottom: 0px
|
||||
|
||||
.callerName
|
||||
@ -123,5 +123,4 @@ $callHeight = 80px
|
||||
position: absolute
|
||||
top: 12px
|
||||
right: 40px
|
||||
font-size: 20px
|
||||
margin: 0
|
||||
|
@ -39,7 +39,7 @@
|
||||
margin: 15px
|
||||
padding: 0px
|
||||
margin-left: 45px
|
||||
font-size: 14px
|
||||
font-size: $font-size-base
|
||||
line-height: 14px
|
||||
max-width: 50%
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
padding: 0 5px
|
||||
roundall(3px)
|
||||
text-transform: uppercase
|
||||
font-size: 9px
|
||||
font-size: $font-size-smaller
|
||||
font-weight: $font-weight-bold
|
||||
line-height: 20px
|
||||
color: lighten($baseText, 30%)
|
||||
@ -145,7 +145,7 @@
|
||||
vertical-align: middle
|
||||
|
||||
.message
|
||||
font-size: 12px
|
||||
font-size: $font-size-small
|
||||
margin: 0px
|
||||
display: inline-block
|
||||
padding-right: 11px
|
||||
@ -178,7 +178,7 @@
|
||||
word-break: break-word
|
||||
|
||||
.timestamp
|
||||
font-size: 10px
|
||||
font-size: $font-size-smaller
|
||||
font-weight: $font-weight-bold
|
||||
color: lighten($activeBlue, 50%)
|
||||
float: right
|
||||
|
@ -14,7 +14,7 @@ h1, h2, h3, h4
|
||||
|
||||
h3
|
||||
margin-top: 0
|
||||
font-size: $fontMedium
|
||||
font-size: $font-size-h3
|
||||
|
||||
#pages
|
||||
position: absolute
|
||||
|
@ -42,7 +42,7 @@
|
||||
background: lighten($sidebarActive, 10%)
|
||||
|
||||
h1
|
||||
font-size: 10px
|
||||
font-size: $font-size-small
|
||||
margin: 0
|
||||
padding: 20px 10px
|
||||
color: white
|
||||
@ -165,7 +165,7 @@
|
||||
|
||||
.status
|
||||
color: $textSecondary
|
||||
font-size: 10px
|
||||
font-size: $font-size-smaller
|
||||
font-weight: 400
|
||||
line-height: 12px
|
||||
margin: 0
|
||||
@ -180,7 +180,7 @@
|
||||
position: absolute
|
||||
top: 5px
|
||||
left: 10px
|
||||
font-size: 10px
|
||||
font-size: $font-size-smaller
|
||||
font-weight: $font-weight-bold
|
||||
text-align: center
|
||||
background: rgba(0, 174, 239, .8)
|
||||
@ -188,7 +188,7 @@
|
||||
.idleTime
|
||||
display: inline-block
|
||||
margin-left: 5px
|
||||
font-size: 10px
|
||||
font-size: $font-size-small
|
||||
color: darken($textSecondary, 50%)
|
||||
|
||||
#bookmarks
|
||||
|
@ -177,7 +177,7 @@ h4 {
|
||||
}
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
font-size: $fontMedium;
|
||||
font-size: 18px;
|
||||
}
|
||||
#pages {
|
||||
position: absolute;
|
||||
@ -278,7 +278,7 @@ h3 {
|
||||
background: #2b3f65;
|
||||
}
|
||||
#menu h1 {
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
padding: 20px 10px;
|
||||
color: #fff;
|
||||
@ -480,7 +480,7 @@ h3 {
|
||||
#bookmarks li .idleTime {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
color: #5c5c5c;
|
||||
}
|
||||
#bookmarks .name {
|
||||
@ -621,7 +621,7 @@ h3 {
|
||||
-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
text-transform: uppercase;
|
||||
font-size: 9px;
|
||||
font-size: 10px;
|
||||
font-weight: 800;
|
||||
line-height: 20px;
|
||||
color: #898989;
|
||||
@ -1127,11 +1127,11 @@ rgba(0,0,0,0.2)
|
||||
color: #fff;
|
||||
rgba(0,0,0,0.7)
|
||||
line-height: 1;
|
||||
font-size: 18px;
|
||||
}
|
||||
#calls .caller {
|
||||
margin: 0;
|
||||
padding: 5px 0 0 0;
|
||||
font-size: 20px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
#calls .callerName {
|
||||
@ -1145,6 +1145,5 @@ rgba(0,0,0,0.7)
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 40px;
|
||||
font-size: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user