aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_reader-view.scss
blob: 81046aa8993b86cea93d42c67c66750080efef87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@use "variables";

/*=== READER VIEW */
/*================*/
#stream.reader {
	.flux {
		background: variables.$grey-light;
		color: variables.$main-font-color;
		border: none;

		.content {
			background-color: variables.$white;
			border: none;

			.author {
				margin: 0 0 10px;
				color: variables.$grey-medium-dark;
				font-size: 90%;
			}
		}
	}
}