Browse Source

update ~nin~'s SASS

master
Simon Grim 9 years ago
parent
commit
adced65c55
  1. 28
      theme_nin/sass/_postboard.sass

28
theme_nin/sass/_postboard.sass

@ -142,12 +142,17 @@ @@ -142,12 +142,17 @@
.post-context
font-size: 11px
line-height: 11px
margin: 0 0 1em 0
margin: 2px 10px 4px 60px
color: lighten($dark-grey,30%)
span
.mini-screen-name
font-size: 13px
color: $dark-grey
.post-retransmited-icon
@extend .icon-twistagain
@extend .extend-icon
&:before
display: block
float: left
background: $main-color-color
@ -159,14 +164,6 @@ @@ -159,14 +164,6 @@
color: white
margin-right: .4em
.mini-screen-name
font-size: 13px
color: $dark-grey
.post-retransmited-icon
display: none
.post-interactions
margin: 10px 0 3px 0
text-align: right
@ -314,6 +311,7 @@ @@ -314,6 +311,7 @@
.post-rt-reference
background-color: #FAFAFA
border: 1px solid #ccc
padding: 2px
&:hover
background-color: #FFF
cursor: pointer
@ -324,13 +322,13 @@ @@ -324,13 +322,13 @@
width: 24px
height: auto
.post-info-name
font-size: 10px
font-size: 11px
.post-text
font-size: 10px
margin: 2px 10px 4px 10px
font-size: 11px
margin: 4px 4px 4px 28px
.post-info-time
font-size: 9px
color: #000
color: #B3B5B7

Loading…
Cancel
Save