-
Notifications
You must be signed in to change notification settings - Fork 0
/
overrides.scss
102 lines (100 loc) · 1.83 KB
/
overrides.scss
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
img {
max-width: 100%;
height: auto;
padding-left: 10%;
padding-right: 10%;
}
table#equal_width {
width: 80%;
padding-left: 10%;
padding-right: 10%;
table-layout: fixed;
border-collapse: collapse;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: 0px solid red;
}
table#equal_width tr{
height: 10px;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: 0px solid red;
}
table#equal_width td{
width: 50%;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
text-align: center;
border: 0px solid red;
}
table#third_width {
width: 100%;
padding-left: 10%;
padding-right: 10%;
table-layout: fixed;
border-collapse: collapse;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: 0px solid red;
}
table#third_width tr{
height: 10px;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: 0px solid red;
}
table#third_width td{
width: 33%;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
text-align: center;
border: 0px solid red;
}
img.imagesmall {
width: auto;
height: 100px;
}
img.resize {
width: auto;
height: 100%;
}
.img-container400 {
text-align: center;
height: 400px;
width:100%;
vertical-align:top;
display: block;
}
.rowimage::after {
content: "";
clear: both;
display: table;
}
.columnimage1x2 {
float: left;
width: 50%;
padding: 5px;
height: 400px;
}
.columnimage1x1 {
float: center;
width: 100%;
height: 400px;
padding-left: 20%
padding-right: 20%
}
.px-10 { padding-right: 2rem !important; padding-left: 2rem !important; }