forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
51 lines (48 loc) · 1.22 KB
/
content.css
File metadata and controls
51 lines (48 loc) · 1.22 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* line 3, inputs/content.scss */
/* line 8, inputs/content.scss */
* html #logo {
background-image: url(/logo.gif); }
/* line 20, inputs/content.scss */
.colors {
background-color: blue;
color: white;
border-color: blue; }
@media only screen and (max-width: 480px) {
/* line 32, inputs/content.scss */
body {
color: red; } }
/* line 36, inputs/content.scss */
#sidebar {
width: 300px; }
@media only screen and (max-width: 480px) {
#sidebar {
width: 100px; } }
@media only screen and (min-width: 40em) {
/* line 51, inputs/content.scss */
.grid-1 {
width: 100%; }
/* line 51, inputs/content.scss */
.grid-2 {
width: 100%; } }
@media only screen and (min-width: 40em) {
/* line 58, inputs/content.scss */
.grid-1 {
width: 100%; }
/* line 58, inputs/content.scss */
.grid-2 {
width: 100%; } }
/* line 70, inputs/content.scss */
/* line 64, inputs/content.scss */
/* line 78, inputs/content.scss */
* html * body #logo {
background-image: url(/logo.gif); }
/* line 91, inputs/content.scss */
A {
top: 10px; }
/* line 114, inputs/content.scss */
.test {
display: none; }
/* line 123, inputs/content.scss */
.test_empty_content {
display: inline;
font-weight: bold; }