mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-01-13 14:48:09 -05:00
[ux] change font sizes
This commit is contained in:
parent
9034a72122
commit
5573d1928d
@ -52,7 +52,7 @@
|
||||
padding: 0 5px
|
||||
roundall(3px)
|
||||
text-transform: uppercase
|
||||
font-size: $font-size-smaller
|
||||
font-size: $font-size-small
|
||||
font-weight: $font-weight-bold
|
||||
line-height: 20px
|
||||
color: lighten($gray, 30%)
|
||||
@ -175,7 +175,7 @@
|
||||
word-break: break-word
|
||||
|
||||
.timestamp
|
||||
font-size: $font-size-smaller
|
||||
font-size: $font-size-small
|
||||
font-weight: $font-weight-bold
|
||||
color: lighten($blue, 50%)
|
||||
float: right
|
||||
|
@ -58,7 +58,7 @@ input[type=text], input[type=email], input[type=password], input[type=search], i
|
||||
background: lighten($gray-lighter, 60%)
|
||||
|
||||
input[type=text], input[type=email], input[type=password], input[type=search], input[type=date], input[type=url], .main .status
|
||||
height: 35px
|
||||
height: 30px
|
||||
padding: 5px 10px
|
||||
|
||||
textarea
|
||||
|
@ -159,7 +159,7 @@
|
||||
|
||||
.status
|
||||
color: $gray-light
|
||||
font-size: $font-size-smaller
|
||||
font-size: $font-size-small
|
||||
font-weight: 400
|
||||
line-height: 12px
|
||||
margin: 0
|
||||
@ -174,7 +174,7 @@
|
||||
position: absolute
|
||||
top: 5px
|
||||
left: 10px
|
||||
font-size: $font-size-smaller
|
||||
font-size: $font-size-small
|
||||
font-weight: $font-weight-bold
|
||||
text-align: center
|
||||
background: rgba(0, 174, 239, .8)
|
||||
|
@ -453,7 +453,7 @@ a:active {
|
||||
#roster li .status,
|
||||
#bookmarks li .status {
|
||||
color: #878787;
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
line-height: 12px;
|
||||
margin: 0;
|
||||
@ -474,7 +474,7 @@ a:active {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 10px;
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
background: rgba(0,174,239,0.8);
|
||||
@ -624,7 +624,7 @@ a:active {
|
||||
-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
line-height: 20px;
|
||||
color: #898989;
|
||||
@ -761,7 +761,7 @@ a:active {
|
||||
word-break: break-word;
|
||||
}
|
||||
.messages .message .timestamp {
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
color: #88d5f7;
|
||||
float: right;
|
||||
@ -1038,7 +1038,7 @@ input[type=search],
|
||||
input[type=date],
|
||||
input[type=url],
|
||||
.main .status {
|
||||
height: 35px;
|
||||
height: 30px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
textarea {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1382652938094
|
||||
# 0.0.1 1382653746877
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user