_404.scss
665 Bytes
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
/**
* 404 Styles
*/
.error404 {
.site-content .widget_product_search {
padding: 1.618em;
background-color: rgba(#000,.025);
form {
margin: 0;
}
}
.content-area {
width: 100%;
}
.fourohfour-columns-2 {
@include clearfix;
padding: 2.618em 0;
border: 1px solid $color_border;
border-width: 1px 0;
margin-bottom: 2.618em;
ul.products,
ul.products li.product,
.widget {
margin-bottom: 0;
}
.col-1 {
@include span( 6 of 12 );
ul.products {
li.product {
@include span( 3 of 6 );
}
}
}
.col-2 {
@include span( last 6 of 12 );
padding: 1.618em;
background-color: rgba(#000,.025);
}
}
}