summaryrefslogtreecommitdiff
path: root/frontend/static/sass/src/disaro.sass
blob: d4641ce9da2ec2043505e87bcf8d1e28625e5ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#chat
	text-align: center
	img
		width: 500px
		max-width: none
		max-height: none
		border: 10px solid black
		margin: 10px auto 0
		margin-right: 100px
	a.u
		font-size: 14px
		min-width: 100px
		letter-spacing: -1px
		text-align: right
		padding-right: 20px
	*
		font-size: 14px
	.chatline
		width: 510px
		background-color: black
		padding: 5px
		text-align: left
		margin: 0 auto
		opacity: 0.9
		margin-right: 100px
	span
		color: #666
		text-shadow: none
		font-weight: normal