21 lines
499 B
Sass
21 lines
499 B
Sass
// .micropost_form
|
|
textarea
|
|
transition: 1s all
|
|
&:focus
|
|
color: #ddd
|
|
box-shadow: 0px 0px 0px 10px black inset, 0px 0px 0px 43px white inset, 0px 0px 116px 62px black inset
|
|
rotate: -36deg
|
|
ol.microposts
|
|
padding: 0
|
|
.micropost
|
|
.display-name, .timestamp
|
|
font-family: "Press Start 2P", "Anton", Impact, fantasy, sans-serif
|
|
font-size: .4em
|
|
margin: 1em
|
|
padding: 1em
|
|
background: #ffffff33
|
|
.content
|
|
font-family: sans
|
|
font-size: .8em
|
|
text-shadow: none
|